Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/Makefile.in @ 4338

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

orxonox/trunk: merged branches/physics back to the trunk
merged with command
svn merge -r 3866:HEAD . ../../trunk/
many conflict that i tried to resolv
@patrick: i hope i did not interfere with your stuff :/

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