Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/nico/src/importer/Makefile.in @ 3383

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

orxonox/branches/nico: added makefile for the heightmap
I liked it much more if you moved this into importer, and build it there, but for the time being this is ok

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