Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/importer/Makefile.in @ 2932

Last change on this file since 2932 was 2932, checked in by bensch, 20 years ago

orxonox/trunk/importer: added vectors from src. better caseCheck-in object.cc::addGLElement

File size: 13.7 KB
Line 
1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18SOURCES = $(importer_SOURCES)
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = ..
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40bin_PROGRAMS = importer$(EXEEXT)
41subdir = importer
42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43        $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47        $(ACLOCAL_M4)
48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)"
52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53PROGRAMS = $(bin_PROGRAMS)
54am_importer_OBJECTS = framework.$(OBJEXT) windowHandler.$(OBJEXT) \
55        vector.$(OBJEXT) object.$(OBJEXT) array.$(OBJEXT) \
56        material.$(OBJEXT)
57importer_OBJECTS = $(am_importer_OBJECTS)
58importer_LDADD = $(LDADD)
59DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
60depcomp = $(SHELL) $(top_srcdir)/depcomp
61am__depfiles_maybe = depfiles
62@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Po ./$(DEPDIR)/framework.Po \
63@AMDEP_TRUE@    ./$(DEPDIR)/material.Po ./$(DEPDIR)/object.Po \
64@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/windowHandler.Po
65CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67CXXLD = $(CXX)
68CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
69        -o $@
70SOURCES = $(importer_SOURCES)
71DIST_SOURCES = $(importer_SOURCES)
72HEADERS = $(noinst_HEADERS)
73ETAGS = etags
74CTAGS = ctags
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76ACLOCAL = @ACLOCAL@
77AMDEP_FALSE = @AMDEP_FALSE@
78AMDEP_TRUE = @AMDEP_TRUE@
79AMTAR = @AMTAR@
80AUTOCONF = @AUTOCONF@
81AUTOHEADER = @AUTOHEADER@
82AUTOMAKE = @AUTOMAKE@
83AWK = @AWK@
84CC = @CC@
85CCDEPMODE = @CCDEPMODE@
86CFLAGS = @CFLAGS@
87CPP = @CPP@
88CPPFLAGS = @CPPFLAGS@
89CXX = @CXX@
90CXXDEPMODE = @CXXDEPMODE@
91CXXFLAGS = @CXXFLAGS@
92CYGPATH_W = @CYGPATH_W@
93DEFS = @DEFS@
94DEPDIR = @DEPDIR@
95ECHO_C = @ECHO_C@
96ECHO_N = @ECHO_N@
97ECHO_T = @ECHO_T@
98EGREP = @EGREP@
99EXEEXT = @EXEEXT@
100INSTALL_DATA = @INSTALL_DATA@
101INSTALL_PROGRAM = @INSTALL_PROGRAM@
102INSTALL_SCRIPT = @INSTALL_SCRIPT@
103INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104LDFLAGS = @LDFLAGS@
105LIBOBJS = @LIBOBJS@
106LIBS = @LIBS@
107LTLIBOBJS = @LTLIBOBJS@
108MAKEINFO = @MAKEINFO@
109MSBITFIELDS = @MSBITFIELDS@
110OBJEXT = @OBJEXT@
111PACKAGE = @PACKAGE@
112PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
113PACKAGE_NAME = @PACKAGE_NAME@
114PACKAGE_STRING = @PACKAGE_STRING@
115PACKAGE_TARNAME = @PACKAGE_TARNAME@
116PACKAGE_VERSION = @PACKAGE_VERSION@
117PATH_SEPARATOR = @PATH_SEPARATOR@
118SET_MAKE = @SET_MAKE@
119SHELL = @SHELL@
120STRIP = @STRIP@
121VERSION = @VERSION@
122ac_ct_CC = @ac_ct_CC@
123ac_ct_CXX = @ac_ct_CXX@
124ac_ct_STRIP = @ac_ct_STRIP@
125am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
126am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
127am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
128am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
129am__include = @am__include@
130am__leading_dot = @am__leading_dot@
131am__quote = @am__quote@
132bindir = @bindir@
133build_alias = @build_alias@
134datadir = @datadir@
135exec_prefix = @exec_prefix@
136host_alias = @host_alias@
137includedir = @includedir@
138infodir = @infodir@
139install_sh = @install_sh@
140libdir = @libdir@
141libexecdir = @libexecdir@
142localstatedir = @localstatedir@
143mandir = @mandir@
144mkdir_p = @mkdir_p@
145oldincludedir = @oldincludedir@
146prefix = @prefix@
147program_transform_name = @program_transform_name@
148sbindir = @sbindir@
149sharedstatedir = @sharedstatedir@
150sysconfdir = @sysconfdir@
151target_alias = @target_alias@
152AM_CXXFLAGS = "-I/usr/X11R6/include"
153AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
154importer_SOURCES = framework.cc windowHandler.cc vector.cc object.cc array.cc material.cc
155noinst_HEADERS = framework.h windowHandler.h  vector.h object.h array.h material.h
156all: all-am
157
158.SUFFIXES:
159.SUFFIXES: .cc .o .obj
160$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
161        @for dep in $?; do \
162          case '$(am__configure_deps)' in \
163            *$$dep*) \
164              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
165                && exit 0; \
166              exit 1;; \
167          esac; \
168        done; \
169        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  importer/Makefile'; \
170        cd $(top_srcdir) && \
171          $(AUTOMAKE) --gnu  importer/Makefile
172.PRECIOUS: Makefile
173Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
174        @case '$?' in \
175          *config.status*) \
176            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
177          *) \
178            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
179            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
180        esac;
181
182$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
183        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
184
185$(top_srcdir)/configure:  $(am__configure_deps)
186        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
187$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
188        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189install-binPROGRAMS: $(bin_PROGRAMS)
190        @$(NORMAL_INSTALL)
191        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
192        @list='$(bin_PROGRAMS)'; for p in $$list; do \
193          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
194          if test -f $$p \
195          ; then \
196            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
197           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
198           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
199          else :; fi; \
200        done
201
202uninstall-binPROGRAMS:
203        @$(NORMAL_UNINSTALL)
204        @list='$(bin_PROGRAMS)'; for p in $$list; do \
205          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
206          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
207          rm -f "$(DESTDIR)$(bindir)/$$f"; \
208        done
209
210clean-binPROGRAMS:
211        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
212importer$(EXEEXT): $(importer_OBJECTS) $(importer_DEPENDENCIES)
213        @rm -f importer$(EXEEXT)
214        $(CXXLINK) $(importer_LDFLAGS) $(importer_OBJECTS) $(importer_LDADD) $(LIBS)
215
216mostlyclean-compile:
217        -rm -f *.$(OBJEXT)
218
219distclean-compile:
220        -rm -f *.tab.c
221
222@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
223@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framework.Po@am__quote@
224@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
225@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
226@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
227@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windowHandler.Po@am__quote@
228
229.cc.o:
230@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
231@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
232@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
233@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
234@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
236
237.cc.obj:
238@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
239@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
240@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
241@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
242@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
244uninstall-info-am:
245
246ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
247        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
248        unique=`for i in $$list; do \
249            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
250          done | \
251          $(AWK) '    { files[$$0] = 1; } \
252               END { for (i in files) print i; }'`; \
253        mkid -fID $$unique
254tags: TAGS
255
256TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
257                $(TAGS_FILES) $(LISP)
258        tags=; \
259        here=`pwd`; \
260        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
261        unique=`for i in $$list; do \
262            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263          done | \
264          $(AWK) '    { files[$$0] = 1; } \
265               END { for (i in files) print i; }'`; \
266        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
267          test -n "$$unique" || unique=$$empty_fix; \
268          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
269            $$tags $$unique; \
270        fi
271ctags: CTAGS
272CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
273                $(TAGS_FILES) $(LISP)
274        tags=; \
275        here=`pwd`; \
276        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
277        unique=`for i in $$list; do \
278            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279          done | \
280          $(AWK) '    { files[$$0] = 1; } \
281               END { for (i in files) print i; }'`; \
282        test -z "$(CTAGS_ARGS)$$tags$$unique" \
283          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
284             $$tags $$unique
285
286GTAGS:
287        here=`$(am__cd) $(top_builddir) && pwd` \
288          && cd $(top_srcdir) \
289          && gtags -i $(GTAGS_ARGS) $$here
290
291distclean-tags:
292        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
293
294distdir: $(DISTFILES)
295        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
296        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
297        list='$(DISTFILES)'; for file in $$list; do \
298          case $$file in \
299            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
300            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
301          esac; \
302          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
303          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
304          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
305            dir="/$$dir"; \
306            $(mkdir_p) "$(distdir)$$dir"; \
307          else \
308            dir=''; \
309          fi; \
310          if test -d $$d/$$file; then \
311            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
312              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
313            fi; \
314            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
315          else \
316            test -f $(distdir)/$$file \
317            || cp -p $$d/$$file $(distdir)/$$file \
318            || exit 1; \
319          fi; \
320        done
321check-am: all-am
322check: check-am
323all-am: Makefile $(PROGRAMS) $(HEADERS)
324installdirs:
325        for dir in "$(DESTDIR)$(bindir)"; do \
326          test -z "$$dir" || $(mkdir_p) "$$dir"; \
327        done
328install: install-am
329install-exec: install-exec-am
330install-data: install-data-am
331uninstall: uninstall-am
332
333install-am: all-am
334        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335
336installcheck: installcheck-am
337install-strip:
338        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
340          `test -z '$(STRIP)' || \
341            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
342mostlyclean-generic:
343
344clean-generic:
345
346distclean-generic:
347        -rm -f $(CONFIG_CLEAN_FILES)
348
349maintainer-clean-generic:
350        @echo "This command is intended for maintainers to use"
351        @echo "it deletes files that may require special tools to rebuild."
352clean: clean-am
353
354clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
355
356distclean: distclean-am
357        -rm -rf ./$(DEPDIR)
358        -rm -f Makefile
359distclean-am: clean-am distclean-compile distclean-generic \
360        distclean-tags
361
362dvi: dvi-am
363
364dvi-am:
365
366html: html-am
367
368info: info-am
369
370info-am:
371
372install-data-am:
373
374install-exec-am: install-binPROGRAMS
375
376install-info: install-info-am
377
378install-man:
379
380installcheck-am:
381
382maintainer-clean: maintainer-clean-am
383        -rm -rf ./$(DEPDIR)
384        -rm -f Makefile
385maintainer-clean-am: distclean-am maintainer-clean-generic
386
387mostlyclean: mostlyclean-am
388
389mostlyclean-am: mostlyclean-compile mostlyclean-generic
390
391pdf: pdf-am
392
393pdf-am:
394
395ps: ps-am
396
397ps-am:
398
399uninstall-am: uninstall-binPROGRAMS uninstall-info-am
400
401.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
402        clean-generic ctags distclean distclean-compile \
403        distclean-generic distclean-tags distdir dvi dvi-am html \
404        html-am info info-am install install-am install-binPROGRAMS \
405        install-data install-data-am install-exec install-exec-am \
406        install-info install-info-am install-man install-strip \
407        installcheck installcheck-am installdirs maintainer-clean \
408        maintainer-clean-generic mostlyclean mostlyclean-compile \
409        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
410        uninstall-am uninstall-binPROGRAMS uninstall-info-am
411
412
413#  uncomment the following if bencoder requires the math library
414#orxonox_LDADD=-lm
415
416#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
417
418#  if you write a self-test script named `chk', uncomment the
419#  following and add `chk' to the EXTRA_DIST list
420#TESTS=chk
421
422#  build and install the .info pages
423#info_TEXINFOS = orxonox.texinfo
424#orxonox_TEXINFOS = gpl.texinfo
425
426#  install the man pages
427#man_MANS=orxonox.1
428# Tell versions [3.59,3.63) of GNU make to not export all variables.
429# Otherwise a system limit (for SysV at least) may be exceeded.
430.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.