Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/levelloader/Makefile.in @ 3530

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

orxonox/branches/levelloader: Got the system to compile, the basic backbone now runs. What remains to be done is implementing all necessary functions to load all vital classes into a world

File size: 21.3 KB
Line 
1# Makefile.in generated by automake 1.8.2 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@
37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39        $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \
40        COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
41        depcomp install-sh missing mkinstalldirs
42subdir = .
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46        $(ACLOCAL_M4)
47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno configure.status.lineno
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = config.h
51CONFIG_CLEAN_FILES =
52SOURCES =
53DIST_SOURCES =
54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55        html-recursive info-recursive install-data-recursive \
56        install-exec-recursive install-info-recursive \
57        install-recursive installcheck-recursive installdirs-recursive \
58        pdf-recursive ps-recursive uninstall-info-recursive \
59        uninstall-recursive
60ETAGS = etags
61CTAGS = ctags
62DIST_SUBDIRS = $(SUBDIRS)
63DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64distdir = $(PACKAGE)-$(VERSION)
65top_distdir = $(distdir)
66am__remove_distdir = \
67  { test ! -d $(distdir) \
68    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69         && rm -fr $(distdir); }; }
70DIST_ARCHIVES = $(distdir).tar.gz
71GZIP_ENV = --best
72distuninstallcheck_listfiles = find . -type f -print
73distcleancheck_listfiles = find . -type f -print
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@
87CURL_CFLAGS = @CURL_CFLAGS@
88CURL_LIBS = @CURL_LIBS@
89CXX = @CXX@
90CXXDEPMODE = @CXXDEPMODE@
91CXXFLAGS = @CXXFLAGS@
92CYGPATH_W = @CYGPATH_W@
93DEBUG = @DEBUG@
94DEFS = @DEFS@
95DEPDIR = @DEPDIR@
96DOXYGEN = @DOXYGEN@
97DOXYGEN_FALSE = @DOXYGEN_FALSE@
98DOXYGEN_TRUE = @DOXYGEN_TRUE@
99ECHO_C = @ECHO_C@
100ECHO_N = @ECHO_N@
101ECHO_T = @ECHO_T@
102EGREP = @EGREP@
103EXEEXT = @EXEEXT@
104GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
105GTHREAD_LIBS = @GTHREAD_LIBS@
106GTK2_CFLAGS = @GTK2_CFLAGS@
107GTK2_LIBS = @GTK2_LIBS@
108HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
109HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
110HAVE_GTHREAD_FALSE = @HAVE_GTHREAD_FALSE@
111HAVE_GTHREAD_TRUE = @HAVE_GTHREAD_TRUE@
112HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
113HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LTLIBOBJS = @LTLIBOBJS@
122MAKEINFO = @MAKEINFO@
123MSBITFIELDS = @MSBITFIELDS@
124OBJEXT = @OBJEXT@
125PACKAGE = @PACKAGE@
126PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127PACKAGE_NAME = @PACKAGE_NAME@
128PACKAGE_STRING = @PACKAGE_STRING@
129PACKAGE_TARNAME = @PACKAGE_TARNAME@
130PACKAGE_VERSION = @PACKAGE_VERSION@
131PATH_SEPARATOR = @PATH_SEPARATOR@
132SET_MAKE = @SET_MAKE@
133SHELL = @SHELL@
134STRIP = @STRIP@
135SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
136SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
137VERSION = @VERSION@
138ac_ct_CC = @ac_ct_CC@
139ac_ct_CXX = @ac_ct_CXX@
140ac_ct_STRIP = @ac_ct_STRIP@
141am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148bindir = @bindir@
149build = @build@
150build_alias = @build_alias@
151build_cpu = @build_cpu@
152build_os = @build_os@
153build_vendor = @build_vendor@
154datadir = @datadir@
155exec_prefix = @exec_prefix@
156host = @host@
157host_alias = @host_alias@
158host_cpu = @host_cpu@
159host_os = @host_os@
160host_vendor = @host_vendor@
161includedir = @includedir@
162infodir = @infodir@
163install_sh = @install_sh@
164libdir = @libdir@
165libexecdir = @libexecdir@
166localstatedir = @localstatedir@
167mandir = @mandir@
168mkdir_p = @mkdir_p@
169oldincludedir = @oldincludedir@
170prefix = @prefix@
171program_transform_name = @program_transform_name@
172sbindir = @sbindir@
173sharedstatedir = @sharedstatedir@
174sysconfdir = @sysconfdir@
175target = @target@
176target_alias = @target_alias@
177target_cpu = @target_cpu@
178target_os = @target_os@
179target_vendor = @target_vendor@
180AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
181SUBDIRS = src
182EXTRA_DIST = CODING-STANDARDS \
183             IDEAS \
184             TASKS \
185             doc/CREDITS \
186             doc/doxyconf/build \
187             doc/doxyconf/confopts \
188             doc/doxyconf/input \
189             doc/doxyconf/preprocessor \
190             doc/doxyconf/progress \
191             doc/doxyconf/project
192
193@DOXYGEN_TRUE@DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer"
194@DOXYGEN_TRUE@DOXYGEN_EXCLUDE =
195@DOXYGEN_TRUE@DOXYGEN_EXAMPLE_PATH =
196@DOXYGEN_TRUE@DOXYGEN_SEARCHENGINE = YES
197@DOXYGEN_TRUE@DX_CONFIG_FILE = "$(top_srcdir)/orxodox"
198@DOXYGEN_TRUE@DX_CONF_DIR = "$(top_srcdir)/doc/doxyconf"
199all: config.h
200        $(MAKE) $(AM_MAKEFLAGS) all-recursive
201
202.SUFFIXES:
203am--refresh:
204        @:
205$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doc/documentation.am $(am__configure_deps)
206        @for dep in $?; do \
207          case '$(am__configure_deps)' in \
208            *$$dep*) \
209              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
210              cd $(srcdir) && $(AUTOMAKE) --foreign  \
211                && exit 0; \
212              exit 1;; \
213          esac; \
214        done; \
215        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
216        cd $(top_srcdir) && \
217          $(AUTOMAKE) --foreign  Makefile
218.PRECIOUS: Makefile
219Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220        @case '$?' in \
221          *config.status*) \
222            echo ' $(SHELL) ./config.status'; \
223            $(SHELL) ./config.status;; \
224          *) \
225            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
226            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
227        esac;
228
229$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230        $(SHELL) ./config.status --recheck
231
232$(top_srcdir)/configure:  $(am__configure_deps)
233        cd $(srcdir) && $(AUTOCONF)
234$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
236
237config.h: stamp-h1
238        @if test ! -f $@; then \
239          rm -f stamp-h1; \
240          $(MAKE) stamp-h1; \
241        else :; fi
242
243stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
244        @rm -f stamp-h1
245        cd $(top_builddir) && $(SHELL) ./config.status config.h
246$(srcdir)/config.h.in:  $(am__configure_deps)
247        cd $(top_srcdir) && $(AUTOHEADER)
248        rm -f stamp-h1
249        touch $@
250
251distclean-hdr:
252        -rm -f config.h stamp-h1
253uninstall-info-am:
254
255# This directory's subdirectories are mostly independent; you can cd
256# into them and run `make' without going through this Makefile.
257# To change the values of `make' variables: instead of editing Makefiles,
258# (1) if the variable is set in `config.status', edit `config.status'
259#     (which will cause the Makefiles to be regenerated when you run `make');
260# (2) otherwise, pass the desired values on the `make' command line.
261$(RECURSIVE_TARGETS):
262        @set fnord $$MAKEFLAGS; amf=$$2; \
263        dot_seen=no; \
264        target=`echo $@ | sed s/-recursive//`; \
265        list='$(SUBDIRS)'; for subdir in $$list; do \
266          echo "Making $$target in $$subdir"; \
267          if test "$$subdir" = "."; then \
268            dot_seen=yes; \
269            local_target="$$target-am"; \
270          else \
271            local_target="$$target"; \
272          fi; \
273          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
275        done; \
276        if test "$$dot_seen" = "no"; then \
277          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
278        fi; test -z "$$fail"
279
280mostlyclean-recursive clean-recursive distclean-recursive \
281maintainer-clean-recursive:
282        @set fnord $$MAKEFLAGS; amf=$$2; \
283        dot_seen=no; \
284        case "$@" in \
285          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
286          *) list='$(SUBDIRS)' ;; \
287        esac; \
288        rev=''; for subdir in $$list; do \
289          if test "$$subdir" = "."; then :; else \
290            rev="$$subdir $$rev"; \
291          fi; \
292        done; \
293        rev="$$rev ."; \
294        target=`echo $@ | sed s/-recursive//`; \
295        for subdir in $$rev; do \
296          echo "Making $$target in $$subdir"; \
297          if test "$$subdir" = "."; then \
298            local_target="$$target-am"; \
299          else \
300            local_target="$$target"; \
301          fi; \
302          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
303           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
304        done && test -z "$$fail"
305tags-recursive:
306        list='$(SUBDIRS)'; for subdir in $$list; do \
307          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
308        done
309ctags-recursive:
310        list='$(SUBDIRS)'; for subdir in $$list; do \
311          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
312        done
313
314ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
315        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316        unique=`for i in $$list; do \
317            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318          done | \
319          $(AWK) '    { files[$$0] = 1; } \
320               END { for (i in files) print i; }'`; \
321        mkid -fID $$unique
322tags: TAGS
323
324TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
325                $(TAGS_FILES) $(LISP)
326        tags=; \
327        here=`pwd`; \
328        if (etags --etags-include --version) >/dev/null 2>&1; then \
329          include_option=--etags-include; \
330        else \
331          include_option=--include; \
332        fi; \
333        list='$(SUBDIRS)'; for subdir in $$list; do \
334          if test "$$subdir" = .; then :; else \
335            test -f $$subdir/TAGS && \
336              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
337          fi; \
338        done; \
339        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
340        unique=`for i in $$list; do \
341            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342          done | \
343          $(AWK) '    { files[$$0] = 1; } \
344               END { for (i in files) print i; }'`; \
345        test -z "$(ETAGS_ARGS)$$tags$$unique" \
346          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347             $$tags $$unique
348ctags: CTAGS
349CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
350                $(TAGS_FILES) $(LISP)
351        tags=; \
352        here=`pwd`; \
353        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
354        unique=`for i in $$list; do \
355            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356          done | \
357          $(AWK) '    { files[$$0] = 1; } \
358               END { for (i in files) print i; }'`; \
359        test -z "$(CTAGS_ARGS)$$tags$$unique" \
360          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
361             $$tags $$unique
362
363GTAGS:
364        here=`$(am__cd) $(top_builddir) && pwd` \
365          && cd $(top_srcdir) \
366          && gtags -i $(GTAGS_ARGS) $$here
367
368distclean-tags:
369        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
370
371distdir: $(DISTFILES)
372        $(am__remove_distdir)
373        mkdir $(distdir)
374        $(mkdir_p) $(distdir)/doc $(distdir)/doc/doxyconf
375        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
376        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
377        list='$(DISTFILES)'; for file in $$list; do \
378          case $$file in \
379            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
380            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
381          esac; \
382          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
384          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
385            dir="/$$dir"; \
386            $(mkdir_p) "$(distdir)$$dir"; \
387          else \
388            dir=''; \
389          fi; \
390          if test -d $$d/$$file; then \
391            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
393            fi; \
394            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
395          else \
396            test -f $(distdir)/$$file \
397            || cp -p $$d/$$file $(distdir)/$$file \
398            || exit 1; \
399          fi; \
400        done
401        list='$(SUBDIRS)'; for subdir in $$list; do \
402          if test "$$subdir" = .; then :; else \
403            test -d "$(distdir)/$$subdir" \
404            || mkdir "$(distdir)/$$subdir" \
405            || exit 1; \
406            (cd $$subdir && \
407              $(MAKE) $(AM_MAKEFLAGS) \
408                top_distdir="../$(top_distdir)" \
409                distdir="../$(distdir)/$$subdir" \
410                distdir) \
411              || exit 1; \
412          fi; \
413        done
414        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
415          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
416          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
417          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
418        || chmod -R a+r $(distdir)
419dist-gzip: distdir
420        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
421        $(am__remove_distdir)
422
423dist-bzip2: distdir
424        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
425        $(am__remove_distdir)
426
427dist-tarZ: distdir
428        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
429        $(am__remove_distdir)
430
431dist-shar: distdir
432        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
433        $(am__remove_distdir)
434
435dist-zip: distdir
436        -rm -f $(distdir).zip
437        zip -rq $(distdir).zip $(distdir)
438        $(am__remove_distdir)
439
440dist dist-all: distdir
441        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
442        $(am__remove_distdir)
443
444# This target untars the dist file and tries a VPATH configuration.  Then
445# it guarantees that the distribution is self-contained by making another
446# tarfile.
447distcheck: dist
448        case '$(DIST_ARCHIVES)' in \
449        *.tar.gz*) \
450          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
451        *.tar.bz2*) \
452          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
453        *.tar.Z*) \
454          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
455        *.shar.gz*) \
456          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
457        *.zip*) \
458          unzip $(distdir).zip ;;\
459        esac
460        chmod -R a-w $(distdir); chmod a+w $(distdir)
461        mkdir $(distdir)/_build
462        mkdir $(distdir)/_inst
463        chmod a-w $(distdir)
464        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
465          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
466          && cd $(distdir)/_build \
467          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
468            $(DISTCHECK_CONFIGURE_FLAGS) \
469          && $(MAKE) $(AM_MAKEFLAGS) \
470          && $(MAKE) $(AM_MAKEFLAGS) dvi \
471          && $(MAKE) $(AM_MAKEFLAGS) check \
472          && $(MAKE) $(AM_MAKEFLAGS) install \
473          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
474          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
475          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
476                distuninstallcheck \
477          && chmod -R a-w "$$dc_install_base" \
478          && ({ \
479               (cd ../.. && $(mkdir_p) "$$dc_destdir") \
480               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
481               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
482               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
483                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
484              } || { rm -rf "$$dc_destdir"; exit 1; }) \
485          && rm -rf "$$dc_destdir" \
486          && $(MAKE) $(AM_MAKEFLAGS) dist \
487          && rm -rf $(DIST_ARCHIVES) \
488          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
489        $(am__remove_distdir)
490        @(echo "$(distdir) archives ready for distribution: "; \
491          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
492          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
493distuninstallcheck:
494        @cd $(distuninstallcheck_dir) \
495        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
496           || { echo "ERROR: files left after uninstall:" ; \
497                if test -n "$(DESTDIR)"; then \
498                  echo "  (check DESTDIR support)"; \
499                fi ; \
500                $(distuninstallcheck_listfiles) ; \
501                exit 1; } >&2
502distcleancheck: distclean
503        @if test '$(srcdir)' = . ; then \
504          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
505          exit 1 ; \
506        fi
507        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
508          || { echo "ERROR: files left in build directory after distclean:" ; \
509               $(distcleancheck_listfiles) ; \
510               exit 1; } >&2
511check-am: all-am
512check: check-recursive
513all-am: Makefile config.h all-local
514installdirs: installdirs-recursive
515installdirs-am:
516install: install-recursive
517install-exec: install-exec-recursive
518install-data: install-data-recursive
519uninstall: uninstall-recursive
520
521install-am: all-am
522        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
523
524installcheck: installcheck-recursive
525install-strip:
526        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528          `test -z '$(STRIP)' || \
529            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
530mostlyclean-generic:
531
532clean-generic:
533
534distclean-generic:
535        -rm -f $(CONFIG_CLEAN_FILES)
536
537maintainer-clean-generic:
538        @echo "This command is intended for maintainers to use"
539        @echo "it deletes files that may require special tools to rebuild."
540clean: clean-recursive
541
542clean-am: clean-generic clean-local mostlyclean-am
543
544distclean: distclean-recursive
545        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
546        -rm -f Makefile
547distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
548        distclean-tags
549
550dvi: dvi-recursive
551
552dvi-am:
553
554html: html-recursive
555
556info: info-recursive
557
558info-am:
559
560install-data-am:
561
562install-exec-am:
563
564install-info: install-info-recursive
565
566install-man:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-recursive
571        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
572        -rm -rf $(top_srcdir)/autom4te.cache
573        -rm -f Makefile
574maintainer-clean-am: distclean-am maintainer-clean-generic
575
576mostlyclean: mostlyclean-recursive
577
578mostlyclean-am: mostlyclean-generic
579
580pdf: pdf-recursive
581
582pdf-am:
583
584ps: ps-recursive
585
586ps-am:
587
588uninstall-am:
589
590uninstall-info: uninstall-info-recursive
591
592.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
593        am--refresh check check-am clean clean-generic clean-local \
594        clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
595        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
596        distclean-generic distclean-hdr distclean-local \
597        distclean-recursive distclean-tags distcleancheck distdir \
598        distuninstallcheck dvi dvi-am html html-am info info-am \
599        install install-am install-data install-data-am install-exec \
600        install-exec-am install-info install-info-am install-man \
601        install-strip installcheck installcheck-am installdirs \
602        installdirs-am maintainer-clean maintainer-clean-generic \
603        maintainer-clean-recursive mostlyclean mostlyclean-generic \
604        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
605        uninstall uninstall-am uninstall-info-am
606
607
608@DOXYGEN_TRUE@doc:
609@DOXYGEN_TRUE@  if test ! -e $(DX_CONFIG_FILE); then \
610@DOXYGEN_TRUE@   make doc-config; \
611@DOXYGEN_TRUE@  fi
612@DOXYGEN_TRUE@  @echo "Generating doxygen Documentation"; \
613@DOXYGEN_TRUE@  $(DOXYGEN) $(DX_CONFIG_FILE)
614
615@DOXYGEN_TRUE@doc-config:
616@DOXYGEN_TRUE@  @echo "Generationg doxygen configuration File." ; \
617@DOXYGEN_TRUE@  if test -e  "$(top_srcdir)/orxodox"; then \
618@DOXYGEN_TRUE@    echo "deleting existing Configuration File" ; \
619@DOXYGEN_TRUE@    rm $(top_srcdir)/orxodox ; \
620@DOXYGEN_TRUE@  fi ; \
621@DOXYGEN_TRUE@  touch $(DX_CONFIG_FILE) ; \
622@DOXYGEN_TRUE@  $(DX_CONF_DIR)/project                                          >> $(DX_CONFIG_FILE); \
623@DOXYGEN_TRUE@  echo "PROJECT_NAME              = \"$(PACKAGE_NAME)\""          >> $(DX_CONFIG_FILE); \
624@DOXYGEN_TRUE@  echo "PROJECT_NUMBER            = \"$(PACKAGE_VERSION)\""       >> $(DX_CONFIG_FILE); \
625@DOXYGEN_TRUE@  echo "OUTPUT_DIRECTORY          = \"$(top_srcdir)/doc/\""       >> $(DX_CONFIG_FILE); \
626@DOXYGEN_TRUE@  echo " " >> $(DX_CONFIG_FILE); \
627@DOXYGEN_TRUE@\
628@DOXYGEN_TRUE@  $(DX_CONF_DIR)/build                                            >> $(DX_CONFIG_FILE); \
629@DOXYGEN_TRUE@\
630@DOXYGEN_TRUE@  $(DX_CONF_DIR)/progress                                         >> $(DX_CONFIG_FILE); \
631@DOXYGEN_TRUE@  if test $(DEBUG) -ge 2 ; then \
632@DOXYGEN_TRUE@   echo "QUIET                    = \"NO\""                       >> $(DX_CONFIG_FILE); \
633@DOXYGEN_TRUE@  else \
634@DOXYGEN_TRUE@   echo "QUIET                    = \"YES\""                      >> $(DX_CONFIG_FILE); \
635@DOXYGEN_TRUE@  fi ;\
636@DOXYGEN_TRUE@\
637@DOXYGEN_TRUE@  $(DX_CONF_DIR)/input                                            >> $(DX_CONFIG_FILE); \
638@DOXYGEN_TRUE@  echo "INPUT                     = $(DOXYGEN_INPUT)"             >> $(DX_CONFIG_FILE); \
639@DOXYGEN_TRUE@\
640@DOXYGEN_TRUE@  $(DX_CONF_DIR)/preprocessor                                     >> $(DX_CONFIG_FILE); \
641@DOXYGEN_TRUE@  echo "INCLUDE_PATH              = \"$(top_srcdir)\""            >> $(DX_CONFIG_FILE); \
642@DOXYGEN_TRUE@  echo "PREDEFINED                = \"HAVE_CONFIG_H= \""          >> $(DX_CONFIG_FILE); \
643@DOXYGEN_TRUE@  \
644@DOXYGEN_TRUE@  $(DX_CONF_DIR)/confopts                                         >> $(DX_CONFIG_FILE)
645
646@DOXYGEN_TRUE@doc-delete:
647@DOXYGEN_TRUE@  @echo "Deleting doxygen Documentation"
648@DOXYGEN_TRUE@  rm -rf $(top_srcdir)/doc/html
649@DOXYGEN_TRUE@  rm -rf $(top_srcdir)/doc/latex
650
651@DOXYGEN_TRUE@distclean-local: doc-delete
652@DOXYGEN_TRUE@  rm -f $(top_srcdir)/orxodox
653
654@DOXYGEN_TRUE@clean-local:  doc-delete
655
656@DOXYGEN_TRUE@all-local: doc
657
658@DOXYGEN_TRUE@.PHONY: doc doc-config doc-delete
659
660# Local Variables:
661# mode: makefile
662# End:
663# Tell versions [3.59,3.63) of GNU make to not export all variables.
664# Otherwise a system limit (for SysV at least) may be exceeded.
665.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.