Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/importer/Makefile.in @ 3396

Last change on this file since 3396 was 3396, checked in by bensch, 19 years ago

orxonox/trunk: splitted obj-loader out of the model-class: this will enable different kinds of Filetypes to be included with the importer.
Althought there is a name-field error, the Model gets loaded and unloaded as good as previously

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