Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/Makefile.in @ 5411

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

orxonox/trunk: utils are also LTLIBRARY now

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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ../..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37host_triplet = @host@
38subdir = src/subprojects
39DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40        $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48SOURCES =
49DIST_SOURCES =
50RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51        html-recursive info-recursive install-data-recursive \
52        install-exec-recursive install-info-recursive \
53        install-recursive installcheck-recursive installdirs-recursive \
54        pdf-recursive ps-recursive uninstall-info-recursive \
55        uninstall-recursive
56HEADERS = $(noinst_HEADERS)
57ETAGS = etags
58CTAGS = ctags
59DIST_SUBDIRS = $(SUBDIRS)
60DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61ACLOCAL = @ACLOCAL@
62AMDEP_FALSE = @AMDEP_FALSE@
63AMDEP_TRUE = @AMDEP_TRUE@
64AMTAR = @AMTAR@
65AR = @AR@
66AUTOCONF = @AUTOCONF@
67AUTOHEADER = @AUTOHEADER@
68AUTOMAKE = @AUTOMAKE@
69AWK = @AWK@
70CC = @CC@
71CCDEPMODE = @CCDEPMODE@
72CFLAGS = @CFLAGS@
73CPP = @CPP@
74CPPFLAGS = @CPPFLAGS@
75CURL_CFLAGS = @CURL_CFLAGS@
76CURL_LIBS = @CURL_LIBS@
77CXX = @CXX@
78CXXCPP = @CXXCPP@
79CXXDEPMODE = @CXXDEPMODE@
80CXXFLAGS = @CXXFLAGS@
81CYGPATH_W = @CYGPATH_W@
82DEBUG = @DEBUG@
83DEFS = @DEFS@
84DEPDIR = @DEPDIR@
85DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@
86DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@
87DOXYGEN = @DOXYGEN@
88DOXYGEN_FALSE = @DOXYGEN_FALSE@
89DOXYGEN_TRUE = @DOXYGEN_TRUE@
90ECHO = @ECHO@
91ECHO_C = @ECHO_C@
92ECHO_N = @ECHO_N@
93ECHO_T = @ECHO_T@
94EGREP = @EGREP@
95EXEEXT = @EXEEXT@
96F77 = @F77@
97FFLAGS = @FFLAGS@
98GPROF = @GPROF@
99GTK2_CFLAGS = @GTK2_CFLAGS@
100GTK2_LIBS = @GTK2_LIBS@
101HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
102HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
103HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
104HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
105INSTALL_DATA = @INSTALL_DATA@
106INSTALL_PROGRAM = @INSTALL_PROGRAM@
107INSTALL_SCRIPT = @INSTALL_SCRIPT@
108INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109LDFLAGS = @LDFLAGS@
110LIBOBJS = @LIBOBJS@
111LIBS = @LIBS@
112LIBTOOL = @LIBTOOL@
113LN_S = @LN_S@
114LTLIBOBJS = @LTLIBOBJS@
115MAKEINFO = @MAKEINFO@
116MSBITFIELDS = @MSBITFIELDS@
117OBJEXT = @OBJEXT@
118PACKAGE = @PACKAGE@
119PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
120PACKAGE_NAME = @PACKAGE_NAME@
121PACKAGE_STRING = @PACKAGE_STRING@
122PACKAGE_TARNAME = @PACKAGE_TARNAME@
123PACKAGE_VERSION = @PACKAGE_VERSION@
124PATH_SEPARATOR = @PATH_SEPARATOR@
125PKG_CONFIG = @PKG_CONFIG@
126RANLIB = @RANLIB@
127SET_MAKE = @SET_MAKE@
128SHELL = @SHELL@
129STRIP = @STRIP@
130SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
131SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
132VERSION = @VERSION@
133ac_ct_AR = @ac_ct_AR@
134ac_ct_CC = @ac_ct_CC@
135ac_ct_CXX = @ac_ct_CXX@
136ac_ct_F77 = @ac_ct_F77@
137ac_ct_RANLIB = @ac_ct_RANLIB@
138ac_ct_STRIP = @ac_ct_STRIP@
139am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
140am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
141am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
142am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
143am__include = @am__include@
144am__leading_dot = @am__leading_dot@
145am__quote = @am__quote@
146bindir = @bindir@
147build = @build@
148build_alias = @build_alias@
149build_cpu = @build_cpu@
150build_os = @build_os@
151build_vendor = @build_vendor@
152datadir = @datadir@
153exec_prefix = @exec_prefix@
154host = @host@
155host_alias = @host_alias@
156host_cpu = @host_cpu@
157host_os = @host_os@
158host_vendor = @host_vendor@
159includedir = @includedir@
160infodir = @infodir@
161install_sh = @install_sh@
162libdir = @libdir@
163libexecdir = @libexecdir@
164localstatedir = @localstatedir@
165mandir = @mandir@
166mkdir_p = @mkdir_p@
167oldincludedir = @oldincludedir@
168prefix = @prefix@
169program_transform_name = @program_transform_name@
170sbindir = @sbindir@
171sharedstatedir = @sharedstatedir@
172sysconfdir = @sysconfdir@
173target = @target@
174target_alias = @target_alias@
175target_cpu = @target_cpu@
176target_os = @target_os@
177target_vendor = @target_vendor@
178SUBDIRS = importer \
179          particles \
180          collision_detection \
181          testmain
182
183noinst_HEADERS = framework.h
184EXTRA_DIST = framework.cc
185all: all-recursive
186
187.SUFFIXES:
188$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
189        @for dep in $?; do \
190          case '$(am__configure_deps)' in \
191            *$$dep*) \
192              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
193                && exit 0; \
194              exit 1;; \
195          esac; \
196        done; \
197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
198        cd $(top_srcdir) && \
199          $(AUTOMAKE) --gnu  src/subprojects/Makefile
200.PRECIOUS: Makefile
201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202        @case '$?' in \
203          *config.status*) \
204            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
205          *) \
206            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
207            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
208        esac;
209
210$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
211        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
213$(top_srcdir)/configure:  $(am__configure_deps)
214        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
216        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
218mostlyclean-libtool:
219        -rm -f *.lo
220
221clean-libtool:
222        -rm -rf .libs _libs
223
224distclean-libtool:
225        -rm -f libtool
226uninstall-info-am:
227
228# This directory's subdirectories are mostly independent; you can cd
229# into them and run `make' without going through this Makefile.
230# To change the values of `make' variables: instead of editing Makefiles,
231# (1) if the variable is set in `config.status', edit `config.status'
232#     (which will cause the Makefiles to be regenerated when you run `make');
233# (2) otherwise, pass the desired values on the `make' command line.
234$(RECURSIVE_TARGETS):
235        @set fnord $$MAKEFLAGS; amf=$$2; \
236        dot_seen=no; \
237        target=`echo $@ | sed s/-recursive//`; \
238        list='$(SUBDIRS)'; for subdir in $$list; do \
239          echo "Making $$target in $$subdir"; \
240          if test "$$subdir" = "."; then \
241            dot_seen=yes; \
242            local_target="$$target-am"; \
243          else \
244            local_target="$$target"; \
245          fi; \
246          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
247           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
248        done; \
249        if test "$$dot_seen" = "no"; then \
250          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
251        fi; test -z "$$fail"
252
253mostlyclean-recursive clean-recursive distclean-recursive \
254maintainer-clean-recursive:
255        @set fnord $$MAKEFLAGS; amf=$$2; \
256        dot_seen=no; \
257        case "$@" in \
258          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
259          *) list='$(SUBDIRS)' ;; \
260        esac; \
261        rev=''; for subdir in $$list; do \
262          if test "$$subdir" = "."; then :; else \
263            rev="$$subdir $$rev"; \
264          fi; \
265        done; \
266        rev="$$rev ."; \
267        target=`echo $@ | sed s/-recursive//`; \
268        for subdir in $$rev; do \
269          echo "Making $$target in $$subdir"; \
270          if test "$$subdir" = "."; then \
271            local_target="$$target-am"; \
272          else \
273            local_target="$$target"; \
274          fi; \
275          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
277        done && test -z "$$fail"
278tags-recursive:
279        list='$(SUBDIRS)'; for subdir in $$list; do \
280          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
281        done
282ctags-recursive:
283        list='$(SUBDIRS)'; for subdir in $$list; do \
284          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
285        done
286
287ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
288        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289        unique=`for i in $$list; do \
290            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291          done | \
292          $(AWK) '    { files[$$0] = 1; } \
293               END { for (i in files) print i; }'`; \
294        mkid -fID $$unique
295tags: TAGS
296
297TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
298                $(TAGS_FILES) $(LISP)
299        tags=; \
300        here=`pwd`; \
301        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
302          include_option=--etags-include; \
303          empty_fix=.; \
304        else \
305          include_option=--include; \
306          empty_fix=; \
307        fi; \
308        list='$(SUBDIRS)'; for subdir in $$list; do \
309          if test "$$subdir" = .; then :; else \
310            test ! -f $$subdir/TAGS || \
311              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
312          fi; \
313        done; \
314        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315        unique=`for i in $$list; do \
316            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317          done | \
318          $(AWK) '    { files[$$0] = 1; } \
319               END { for (i in files) print i; }'`; \
320        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
321          test -n "$$unique" || unique=$$empty_fix; \
322          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
323            $$tags $$unique; \
324        fi
325ctags: CTAGS
326CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327                $(TAGS_FILES) $(LISP)
328        tags=; \
329        here=`pwd`; \
330        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331        unique=`for i in $$list; do \
332            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333          done | \
334          $(AWK) '    { files[$$0] = 1; } \
335               END { for (i in files) print i; }'`; \
336        test -z "$(CTAGS_ARGS)$$tags$$unique" \
337          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
338             $$tags $$unique
339
340GTAGS:
341        here=`$(am__cd) $(top_builddir) && pwd` \
342          && cd $(top_srcdir) \
343          && gtags -i $(GTAGS_ARGS) $$here
344
345distclean-tags:
346        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
347
348distdir: $(DISTFILES)
349        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
350        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
351        list='$(DISTFILES)'; for file in $$list; do \
352          case $$file in \
353            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
354            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
355          esac; \
356          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
357          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
358          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
359            dir="/$$dir"; \
360            $(mkdir_p) "$(distdir)$$dir"; \
361          else \
362            dir=''; \
363          fi; \
364          if test -d $$d/$$file; then \
365            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
366              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
367            fi; \
368            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
369          else \
370            test -f $(distdir)/$$file \
371            || cp -p $$d/$$file $(distdir)/$$file \
372            || exit 1; \
373          fi; \
374        done
375        list='$(SUBDIRS)'; for subdir in $$list; do \
376          if test "$$subdir" = .; then :; else \
377            test -d "$(distdir)/$$subdir" \
378            || mkdir "$(distdir)/$$subdir" \
379            || exit 1; \
380            (cd $$subdir && \
381              $(MAKE) $(AM_MAKEFLAGS) \
382                top_distdir="../$(top_distdir)" \
383                distdir="../$(distdir)/$$subdir" \
384                distdir) \
385              || exit 1; \
386          fi; \
387        done
388check-am: all-am
389check: check-recursive
390all-am: Makefile $(HEADERS)
391installdirs: installdirs-recursive
392installdirs-am:
393install: install-recursive
394install-exec: install-exec-recursive
395install-data: install-data-recursive
396uninstall: uninstall-recursive
397
398install-am: all-am
399        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
400
401installcheck: installcheck-recursive
402install-strip:
403        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
404          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
405          `test -z '$(STRIP)' || \
406            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
407mostlyclean-generic:
408
409clean-generic:
410
411distclean-generic:
412        -rm -f $(CONFIG_CLEAN_FILES)
413
414maintainer-clean-generic:
415        @echo "This command is intended for maintainers to use"
416        @echo "it deletes files that may require special tools to rebuild."
417clean: clean-recursive
418
419clean-am: clean-generic clean-libtool mostlyclean-am
420
421distclean: distclean-recursive
422        -rm -f Makefile
423distclean-am: clean-am distclean-generic distclean-libtool \
424        distclean-tags
425
426dvi: dvi-recursive
427
428dvi-am:
429
430html: html-recursive
431
432info: info-recursive
433
434info-am:
435
436install-data-am:
437
438install-exec-am:
439
440install-info: install-info-recursive
441
442install-man:
443
444installcheck-am:
445
446maintainer-clean: maintainer-clean-recursive
447        -rm -f Makefile
448maintainer-clean-am: distclean-am maintainer-clean-generic
449
450mostlyclean: mostlyclean-recursive
451
452mostlyclean-am: mostlyclean-generic mostlyclean-libtool
453
454pdf: pdf-recursive
455
456pdf-am:
457
458ps: ps-recursive
459
460ps-am:
461
462uninstall-am: uninstall-info-am
463
464uninstall-info: uninstall-info-recursive
465
466.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
467        clean clean-generic clean-libtool clean-recursive ctags \
468        ctags-recursive distclean distclean-generic distclean-libtool \
469        distclean-recursive distclean-tags distdir dvi dvi-am html \
470        html-am info info-am install install-am install-data \
471        install-data-am install-exec install-exec-am install-info \
472        install-info-am install-man install-strip installcheck \
473        installcheck-am installdirs installdirs-am maintainer-clean \
474        maintainer-clean-generic maintainer-clean-recursive \
475        mostlyclean mostlyclean-generic mostlyclean-libtool \
476        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
477        uninstall uninstall-am uninstall-info-am
478
479# Tell versions [3.59,3.63) of GNU make to not export all variables.
480# Otherwise a system limit (for SysV at least) may be exceeded.
481.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.