Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: nicer Makefile.am's

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