Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5672 was 5672, checked in by patrick, 18 years ago

orxonox/trunk: removed the modelinfo from the includes of vector.h

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