Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/parenting/src/importer/Makefile.in @ 3353

Last change on this file since 3353 was 3353, checked in by patrick, 19 years ago

orxonox/branches/parenting: commented out the old nurbs opengl test lines, so that everyone can enjoy our own bezier-lines…:)

File size: 14.4 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 = :
40host_triplet = @host@
41bin_PROGRAMS = importer$(EXEEXT)
42subdir = src/importer
43DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
44        $(srcdir)/Makefile.in
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48        $(ACLOCAL_M4)
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = $(top_builddir)/config.h
51CONFIG_CLEAN_FILES =
52am__installdirs = "$(DESTDIR)$(bindir)"
53binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54PROGRAMS = $(bin_PROGRAMS)
55am_importer_OBJECTS = framework.$(OBJEXT) windowHandler.$(OBJEXT) \
56        object.$(OBJEXT) array.$(OBJEXT) material.$(OBJEXT) \
57        texture.$(OBJEXT) vector.$(OBJEXT)
58importer_OBJECTS = $(am_importer_OBJECTS)
59importer_LDADD = $(LDADD)
60DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61depcomp = $(SHELL) $(top_srcdir)/depcomp
62am__depfiles_maybe = depfiles
63@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Po ./$(DEPDIR)/framework.Po \
64@AMDEP_TRUE@    ./$(DEPDIR)/material.Po ./$(DEPDIR)/object.Po \
65@AMDEP_TRUE@    ./$(DEPDIR)/texture.Po ./$(DEPDIR)/vector.Po \
66@AMDEP_TRUE@    ./$(DEPDIR)/windowHandler.Po
67CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
69CXXLD = $(CXX)
70CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
71        -o $@
72SOURCES = $(importer_SOURCES)
73DIST_SOURCES = $(importer_SOURCES)
74HEADERS = $(noinst_HEADERS)
75ETAGS = etags
76CTAGS = ctags
77DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78ACLOCAL = @ACLOCAL@
79AMDEP_FALSE = @AMDEP_FALSE@
80AMDEP_TRUE = @AMDEP_TRUE@
81AMTAR = @AMTAR@
82AUTOCONF = @AUTOCONF@
83AUTOHEADER = @AUTOHEADER@
84AUTOMAKE = @AUTOMAKE@
85AWK = @AWK@
86CC = @CC@
87CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
89CPP = @CPP@
90CPPFLAGS = @CPPFLAGS@
91CXX = @CXX@
92CXXDEPMODE = @CXXDEPMODE@
93CXXFLAGS = @CXXFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEBUG = @DEBUG@
96DEFS = @DEFS@
97DEPDIR = @DEPDIR@
98DOXYGEN = @DOXYGEN@
99DOXYGEN_FALSE = @DOXYGEN_FALSE@
100DOXYGEN_TRUE = @DOXYGEN_TRUE@
101ECHO_C = @ECHO_C@
102ECHO_N = @ECHO_N@
103ECHO_T = @ECHO_T@
104EGREP = @EGREP@
105EXEEXT = @EXEEXT@
106GTK2_CFLAGS = @GTK2_CFLAGS@
107GTK2_LIBS = @GTK2_LIBS@
108HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
109HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LDFLAGS = @LDFLAGS@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
117LTLIBOBJS = @LTLIBOBJS@
118MAKEINFO = @MAKEINFO@
119MSBITFIELDS = @MSBITFIELDS@
120OBJEXT = @OBJEXT@
121PACKAGE = @PACKAGE@
122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_VERSION = @PACKAGE_VERSION@
127PATH_SEPARATOR = @PATH_SEPARATOR@
128SET_MAKE = @SET_MAKE@
129SHELL = @SHELL@
130STRIP = @STRIP@
131VERSION = @VERSION@
132ac_ct_CC = @ac_ct_CC@
133ac_ct_CXX = @ac_ct_CXX@
134ac_ct_STRIP = @ac_ct_STRIP@
135am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
136am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
137am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
138am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
139am__include = @am__include@
140am__leading_dot = @am__leading_dot@
141am__quote = @am__quote@
142bindir = @bindir@
143build = @build@
144build_alias = @build_alias@
145build_cpu = @build_cpu@
146build_os = @build_os@
147build_vendor = @build_vendor@
148datadir = @datadir@
149exec_prefix = @exec_prefix@
150host = @host@
151host_alias = @host_alias@
152host_cpu = @host_cpu@
153host_os = @host_os@
154host_vendor = @host_vendor@
155includedir = @includedir@
156infodir = @infodir@
157install_sh = @install_sh@
158libdir = @libdir@
159libexecdir = @libexecdir@
160localstatedir = @localstatedir@
161mandir = @mandir@
162mkdir_p = @mkdir_p@
163oldincludedir = @oldincludedir@
164prefix = @prefix@
165program_transform_name = @program_transform_name@
166sbindir = @sbindir@
167sharedstatedir = @sharedstatedir@
168sysconfdir = @sysconfdir@
169target = @target@
170target_alias = @target_alias@
171target_cpu = @target_cpu@
172target_os = @target_os@
173target_vendor = @target_vendor@
174
175#AM_CXXFLAGS="-I/usr/X11R6/include"
176AM_LDFLAGS = $(MWINDOWS)
177importer_SOURCES = framework.cc \
178                  windowHandler.cc \
179                  object.cc \
180                  array.cc \
181                  material.cc \
182                  texture.cc \
183                  vector.cc
184
185noinst_HEADERS = framework.h \
186                windowHandler.h \
187                object.h \
188                array.h \
189                material.h \
190                texture.h
191
192all: all-am
193
194.SUFFIXES:
195.SUFFIXES: .cc .o .obj
196$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
197        @for dep in $?; do \
198          case '$(am__configure_deps)' in \
199            *$$dep*) \
200              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
201                && exit 0; \
202              exit 1;; \
203          esac; \
204        done; \
205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/importer/Makefile'; \
206        cd $(top_srcdir) && \
207          $(AUTOMAKE) --foreign  src/importer/Makefile
208.PRECIOUS: Makefile
209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210        @case '$?' in \
211          *config.status*) \
212            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
213          *) \
214            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
216        esac;
217
218$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
221$(top_srcdir)/configure:  $(am__configure_deps)
222        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
224        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225install-binPROGRAMS: $(bin_PROGRAMS)
226        @$(NORMAL_INSTALL)
227        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
228        @list='$(bin_PROGRAMS)'; for p in $$list; do \
229          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
230          if test -f $$p \
231          ; then \
232            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
233           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
234           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
235          else :; fi; \
236        done
237
238uninstall-binPROGRAMS:
239        @$(NORMAL_UNINSTALL)
240        @list='$(bin_PROGRAMS)'; for p in $$list; do \
241          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
242          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
243          rm -f "$(DESTDIR)$(bindir)/$$f"; \
244        done
245
246clean-binPROGRAMS:
247        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
248importer$(EXEEXT): $(importer_OBJECTS) $(importer_DEPENDENCIES)
249        @rm -f importer$(EXEEXT)
250        $(CXXLINK) $(importer_LDFLAGS) $(importer_OBJECTS) $(importer_LDADD) $(LIBS)
251
252mostlyclean-compile:
253        -rm -f *.$(OBJEXT)
254
255distclean-compile:
256        -rm -f *.tab.c
257
258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framework.Po@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windowHandler.Po@am__quote@
265
266.cc.o:
267@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
268@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
271@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
273
274.cc.obj:
275@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
276@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
279@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
281uninstall-info-am:
282
283ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
285        unique=`for i in $$list; do \
286            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287          done | \
288          $(AWK) '    { files[$$0] = 1; } \
289               END { for (i in files) print i; }'`; \
290        mkid -fID $$unique
291tags: TAGS
292
293TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
294                $(TAGS_FILES) $(LISP)
295        tags=; \
296        here=`pwd`; \
297        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
298        unique=`for i in $$list; do \
299            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300          done | \
301          $(AWK) '    { files[$$0] = 1; } \
302               END { for (i in files) print i; }'`; \
303        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
304          test -n "$$unique" || unique=$$empty_fix; \
305          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306            $$tags $$unique; \
307        fi
308ctags: CTAGS
309CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                $(TAGS_FILES) $(LISP)
311        tags=; \
312        here=`pwd`; \
313        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314        unique=`for i in $$list; do \
315            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316          done | \
317          $(AWK) '    { files[$$0] = 1; } \
318               END { for (i in files) print i; }'`; \
319        test -z "$(CTAGS_ARGS)$$tags$$unique" \
320          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321             $$tags $$unique
322
323GTAGS:
324        here=`$(am__cd) $(top_builddir) && pwd` \
325          && cd $(top_srcdir) \
326          && gtags -i $(GTAGS_ARGS) $$here
327
328distclean-tags:
329        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
330
331distdir: $(DISTFILES)
332        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
333        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
334        list='$(DISTFILES)'; for file in $$list; do \
335          case $$file in \
336            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
337            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
338          esac; \
339          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
341          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
342            dir="/$$dir"; \
343            $(mkdir_p) "$(distdir)$$dir"; \
344          else \
345            dir=''; \
346          fi; \
347          if test -d $$d/$$file; then \
348            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
349              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
350            fi; \
351            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
352          else \
353            test -f $(distdir)/$$file \
354            || cp -p $$d/$$file $(distdir)/$$file \
355            || exit 1; \
356          fi; \
357        done
358check-am: all-am
359check: check-am
360all-am: Makefile $(PROGRAMS) $(HEADERS)
361installdirs:
362        for dir in "$(DESTDIR)$(bindir)"; do \
363          test -z "$$dir" || $(mkdir_p) "$$dir"; \
364        done
365install: install-am
366install-exec: install-exec-am
367install-data: install-data-am
368uninstall: uninstall-am
369
370install-am: all-am
371        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
373installcheck: installcheck-am
374install-strip:
375        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377          `test -z '$(STRIP)' || \
378            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379mostlyclean-generic:
380
381clean-generic:
382
383distclean-generic:
384        -rm -f $(CONFIG_CLEAN_FILES)
385
386maintainer-clean-generic:
387        @echo "This command is intended for maintainers to use"
388        @echo "it deletes files that may require special tools to rebuild."
389clean: clean-am
390
391clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
392
393distclean: distclean-am
394        -rm -rf ./$(DEPDIR)
395        -rm -f Makefile
396distclean-am: clean-am distclean-compile distclean-generic \
397        distclean-tags
398
399dvi: dvi-am
400
401dvi-am:
402
403html: html-am
404
405info: info-am
406
407info-am:
408
409install-data-am:
410
411install-exec-am: install-binPROGRAMS
412
413install-info: install-info-am
414
415install-man:
416
417installcheck-am:
418
419maintainer-clean: maintainer-clean-am
420        -rm -rf ./$(DEPDIR)
421        -rm -f Makefile
422maintainer-clean-am: distclean-am maintainer-clean-generic
423
424mostlyclean: mostlyclean-am
425
426mostlyclean-am: mostlyclean-compile mostlyclean-generic
427
428pdf: pdf-am
429
430pdf-am:
431
432ps: ps-am
433
434ps-am:
435
436uninstall-am: uninstall-binPROGRAMS uninstall-info-am
437
438.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
439        clean-generic ctags distclean distclean-compile \
440        distclean-generic distclean-tags distdir dvi dvi-am html \
441        html-am info info-am install install-am install-binPROGRAMS \
442        install-data install-data-am install-exec install-exec-am \
443        install-info install-info-am install-man install-strip \
444        installcheck installcheck-am installdirs maintainer-clean \
445        maintainer-clean-generic mostlyclean mostlyclean-compile \
446        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
447        uninstall-am uninstall-binPROGRAMS uninstall-info-am
448
449
450#  uncomment the following if orxonox requires the math library
451#orxonox_LDADD=-lm
452
453#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
454
455#  if you write a self-test script named `chk', uncomment the
456#  following and add `chk' to the EXTRA_DIST list
457#TESTS=chk
458
459#  build and install the .info pages
460#info_TEXINFOS = orxonox.texinfo
461#orxonox_TEXINFOS = gpl.texinfo
462
463#  install the man pages
464#man_MANS=orxonox.1
465# Tell versions [3.59,3.63) of GNU make to not export all variables.
466# Otherwise a system limit (for SysV at least) may be exceeded.
467.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.