Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: better configure for linux

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