Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5479 was 5479, checked in by bensch, 18 years ago

orxonox/trunk: updated to new autoconf, moved resourcemanager to util/loading

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