Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/Makefile.in @ 3167

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

orxonox/trunk: it is now possible to autogenerate the documentation out of /trunk with make doc.
The documentation will be moved to the folder doc/html and doc/latex.

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