Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: debug mode implemented ./configure —with-debug compiles in the Debug flags

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