Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: debug mode implemented ./configure —with-debug compiles in the Debug flags

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