Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/importer/importer/Makefile.in @ 2755

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

orxonox/branches/importer: added Makefile.am, .in and made more efficient.

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