Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/importer: added minimum material importer. does nothing for the time being

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