Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/levelloader/src/lib/Makefile.in @ 3499

Last change on this file since 3499 was 3499, checked in by chris, 19 years ago

orxonox/branches/levelloader: merged updated trunk structure into levelloader branch

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 = graphics gui
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@
80DOXYGEN = @DOXYGEN@
81DOXYGEN_FALSE = @DOXYGEN_FALSE@
82DOXYGEN_TRUE = @DOXYGEN_TRUE@
83ECHO_C = @ECHO_C@
84ECHO_N = @ECHO_N@
85ECHO_T = @ECHO_T@
86EGREP = @EGREP@
87EXEEXT = @EXEEXT@
88GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
89GTHREAD_LIBS = @GTHREAD_LIBS@
90GTK2_CFLAGS = @GTK2_CFLAGS@
91GTK2_LIBS = @GTK2_LIBS@
92HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
93HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
94HAVE_GTHREAD_FALSE = @HAVE_GTHREAD_FALSE@
95HAVE_GTHREAD_TRUE = @HAVE_GTHREAD_TRUE@
96HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
97HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
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@
119SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
120SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
121VERSION = @VERSION@
122ac_ct_CC = @ac_ct_CC@
123ac_ct_CXX = @ac_ct_CXX@
124ac_ct_STRIP = @ac_ct_STRIP@
125am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
126am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
127am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
128am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
129am__include = @am__include@
130am__leading_dot = @am__leading_dot@
131am__quote = @am__quote@
132bindir = @bindir@
133build = @build@
134build_alias = @build_alias@
135build_cpu = @build_cpu@
136build_os = @build_os@
137build_vendor = @build_vendor@
138datadir = @datadir@
139exec_prefix = @exec_prefix@
140host = @host@
141host_alias = @host_alias@
142host_cpu = @host_cpu@
143host_os = @host_os@
144host_vendor = @host_vendor@
145includedir = @includedir@
146infodir = @infodir@
147install_sh = @install_sh@
148libdir = @libdir@
149libexecdir = @libexecdir@
150localstatedir = @localstatedir@
151mandir = @mandir@
152mkdir_p = @mkdir_p@
153oldincludedir = @oldincludedir@
154prefix = @prefix@
155program_transform_name = @program_transform_name@
156sbindir = @sbindir@
157sharedstatedir = @sharedstatedir@
158sysconfdir = @sysconfdir@
159target = @target@
160target_alias = @target_alias@
161target_cpu = @target_cpu@
162target_os = @target_os@
163target_vendor = @target_vendor@
164@HAVE_GTK2_FALSE@GTK_PROGS =
165
166### GTK_RELATED
167@HAVE_GTK2_TRUE@GTK_PROGS = gui
168SUBDIRS = graphics \
169          $(GTK_PROGS)
170
171all: all-recursive
172
173.SUFFIXES:
174$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
175        @for dep in $?; do \
176          case '$(am__configure_deps)' in \
177            *$$dep*) \
178              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
179                && exit 0; \
180              exit 1;; \
181          esac; \
182        done; \
183        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
184        cd $(top_srcdir) && \
185          $(AUTOMAKE) --gnu  src/lib/Makefile
186.PRECIOUS: Makefile
187Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188        @case '$?' in \
189          *config.status*) \
190            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
191          *) \
192            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
193            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
194        esac;
195
196$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
197        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198
199$(top_srcdir)/configure:  $(am__configure_deps)
200        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
202        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
203uninstall-info-am:
204
205# This directory's subdirectories are mostly independent; you can cd
206# into them and run `make' without going through this Makefile.
207# To change the values of `make' variables: instead of editing Makefiles,
208# (1) if the variable is set in `config.status', edit `config.status'
209#     (which will cause the Makefiles to be regenerated when you run `make');
210# (2) otherwise, pass the desired values on the `make' command line.
211$(RECURSIVE_TARGETS):
212        @set fnord $$MAKEFLAGS; amf=$$2; \
213        dot_seen=no; \
214        target=`echo $@ | sed s/-recursive//`; \
215        list='$(SUBDIRS)'; for subdir in $$list; do \
216          echo "Making $$target in $$subdir"; \
217          if test "$$subdir" = "."; then \
218            dot_seen=yes; \
219            local_target="$$target-am"; \
220          else \
221            local_target="$$target"; \
222          fi; \
223          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
224           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
225        done; \
226        if test "$$dot_seen" = "no"; then \
227          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
228        fi; test -z "$$fail"
229
230mostlyclean-recursive clean-recursive distclean-recursive \
231maintainer-clean-recursive:
232        @set fnord $$MAKEFLAGS; amf=$$2; \
233        dot_seen=no; \
234        case "$@" in \
235          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
236          *) list='$(SUBDIRS)' ;; \
237        esac; \
238        rev=''; for subdir in $$list; do \
239          if test "$$subdir" = "."; then :; else \
240            rev="$$subdir $$rev"; \
241          fi; \
242        done; \
243        rev="$$rev ."; \
244        target=`echo $@ | sed s/-recursive//`; \
245        for subdir in $$rev; do \
246          echo "Making $$target in $$subdir"; \
247          if test "$$subdir" = "."; then \
248            local_target="$$target-am"; \
249          else \
250            local_target="$$target"; \
251          fi; \
252          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
253           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
254        done && test -z "$$fail"
255tags-recursive:
256        list='$(SUBDIRS)'; for subdir in $$list; do \
257          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
258        done
259ctags-recursive:
260        list='$(SUBDIRS)'; for subdir in $$list; do \
261          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
262        done
263
264ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
265        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
266        unique=`for i in $$list; do \
267            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268          done | \
269          $(AWK) '    { files[$$0] = 1; } \
270               END { for (i in files) print i; }'`; \
271        mkid -fID $$unique
272tags: TAGS
273
274TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
275                $(TAGS_FILES) $(LISP)
276        tags=; \
277        here=`pwd`; \
278        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
279          include_option=--etags-include; \
280          empty_fix=.; \
281        else \
282          include_option=--include; \
283          empty_fix=; \
284        fi; \
285        list='$(SUBDIRS)'; for subdir in $$list; do \
286          if test "$$subdir" = .; then :; else \
287            test ! -f $$subdir/TAGS || \
288              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
289          fi; \
290        done; \
291        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
292        unique=`for i in $$list; do \
293            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294          done | \
295          $(AWK) '    { files[$$0] = 1; } \
296               END { for (i in files) print i; }'`; \
297        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
298          test -n "$$unique" || unique=$$empty_fix; \
299          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300            $$tags $$unique; \
301        fi
302ctags: CTAGS
303CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
304                $(TAGS_FILES) $(LISP)
305        tags=; \
306        here=`pwd`; \
307        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
308        unique=`for i in $$list; do \
309            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310          done | \
311          $(AWK) '    { files[$$0] = 1; } \
312               END { for (i in files) print i; }'`; \
313        test -z "$(CTAGS_ARGS)$$tags$$unique" \
314          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
315             $$tags $$unique
316
317GTAGS:
318        here=`$(am__cd) $(top_builddir) && pwd` \
319          && cd $(top_srcdir) \
320          && gtags -i $(GTAGS_ARGS) $$here
321
322distclean-tags:
323        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
325distdir: $(DISTFILES)
326        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
327        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
328        list='$(DISTFILES)'; for file in $$list; do \
329          case $$file in \
330            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
331            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
332          esac; \
333          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
335          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
336            dir="/$$dir"; \
337            $(mkdir_p) "$(distdir)$$dir"; \
338          else \
339            dir=''; \
340          fi; \
341          if test -d $$d/$$file; then \
342            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
344            fi; \
345            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
346          else \
347            test -f $(distdir)/$$file \
348            || cp -p $$d/$$file $(distdir)/$$file \
349            || exit 1; \
350          fi; \
351        done
352        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
353          if test "$$subdir" = .; then :; else \
354            test -d "$(distdir)/$$subdir" \
355            || mkdir "$(distdir)/$$subdir" \
356            || exit 1; \
357            (cd $$subdir && \
358              $(MAKE) $(AM_MAKEFLAGS) \
359                top_distdir="../$(top_distdir)" \
360                distdir="../$(distdir)/$$subdir" \
361                distdir) \
362              || exit 1; \
363          fi; \
364        done
365check-am: all-am
366check: check-recursive
367all-am: Makefile
368installdirs: installdirs-recursive
369installdirs-am:
370install: install-recursive
371install-exec: install-exec-recursive
372install-data: install-data-recursive
373uninstall: uninstall-recursive
374
375install-am: all-am
376        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
377
378installcheck: installcheck-recursive
379install-strip:
380        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
381          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
382          `test -z '$(STRIP)' || \
383            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
384mostlyclean-generic:
385
386clean-generic:
387
388distclean-generic:
389        -rm -f $(CONFIG_CLEAN_FILES)
390
391maintainer-clean-generic:
392        @echo "This command is intended for maintainers to use"
393        @echo "it deletes files that may require special tools to rebuild."
394clean: clean-recursive
395
396clean-am: clean-generic mostlyclean-am
397
398distclean: distclean-recursive
399        -rm -f Makefile
400distclean-am: clean-am distclean-generic distclean-tags
401
402dvi: dvi-recursive
403
404dvi-am:
405
406html: html-recursive
407
408info: info-recursive
409
410info-am:
411
412install-data-am:
413
414install-exec-am:
415
416install-info: install-info-recursive
417
418install-man:
419
420installcheck-am:
421
422maintainer-clean: maintainer-clean-recursive
423        -rm -f Makefile
424maintainer-clean-am: distclean-am maintainer-clean-generic
425
426mostlyclean: mostlyclean-recursive
427
428mostlyclean-am: mostlyclean-generic
429
430pdf: pdf-recursive
431
432pdf-am:
433
434ps: ps-recursive
435
436ps-am:
437
438uninstall-am: uninstall-info-am
439
440uninstall-info: uninstall-info-recursive
441
442.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
443        clean clean-generic clean-recursive ctags ctags-recursive \
444        distclean distclean-generic distclean-recursive distclean-tags \
445        distdir dvi dvi-am html html-am info info-am install \
446        install-am install-data install-data-am install-exec \
447        install-exec-am install-info install-info-am install-man \
448        install-strip installcheck installcheck-am installdirs \
449        installdirs-am maintainer-clean maintainer-clean-generic \
450        maintainer-clean-recursive mostlyclean mostlyclean-generic \
451        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
452        uninstall uninstall-am uninstall-info-am
453
454# Tell versions [3.59,3.63) of GNU make to not export all variables.
455# Otherwise a system limit (for SysV at least) may be exceeded.
456.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.