Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: building with LIBTOOL now, all Shared Libs

File size: 21.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 ltmain.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@
78AR = @AR@
79AUTOCONF = @AUTOCONF@
80AUTOHEADER = @AUTOHEADER@
81AUTOMAKE = @AUTOMAKE@
82AWK = @AWK@
83CC = @CC@
84CCDEPMODE = @CCDEPMODE@
85CFLAGS = @CFLAGS@
86CPP = @CPP@
87CPPFLAGS = @CPPFLAGS@
88CURL_CFLAGS = @CURL_CFLAGS@
89CURL_LIBS = @CURL_LIBS@
90CXX = @CXX@
91CXXCPP = @CXXCPP@
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 = @ECHO@
104ECHO_C = @ECHO_C@
105ECHO_N = @ECHO_N@
106ECHO_T = @ECHO_T@
107EGREP = @EGREP@
108EXEEXT = @EXEEXT@
109F77 = @F77@
110FFLAGS = @FFLAGS@
111GPROF = @GPROF@
112GTK2_CFLAGS = @GTK2_CFLAGS@
113GTK2_LIBS = @GTK2_LIBS@
114HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
115HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
116HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
117HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
118INSTALL_DATA = @INSTALL_DATA@
119INSTALL_PROGRAM = @INSTALL_PROGRAM@
120INSTALL_SCRIPT = @INSTALL_SCRIPT@
121INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122LDFLAGS = @LDFLAGS@
123LIBOBJS = @LIBOBJS@
124LIBS = @LIBS@
125LIBTOOL = @LIBTOOL@
126LN_S = @LN_S@
127LTLIBOBJS = @LTLIBOBJS@
128MAKEINFO = @MAKEINFO@
129MSBITFIELDS = @MSBITFIELDS@
130OBJEXT = @OBJEXT@
131PACKAGE = @PACKAGE@
132PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133PACKAGE_NAME = @PACKAGE_NAME@
134PACKAGE_STRING = @PACKAGE_STRING@
135PACKAGE_TARNAME = @PACKAGE_TARNAME@
136PACKAGE_VERSION = @PACKAGE_VERSION@
137PATH_SEPARATOR = @PATH_SEPARATOR@
138PKG_CONFIG = @PKG_CONFIG@
139RANLIB = @RANLIB@
140SET_MAKE = @SET_MAKE@
141SHELL = @SHELL@
142STRIP = @STRIP@
143SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
144SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
145VERSION = @VERSION@
146ac_ct_AR = @ac_ct_AR@
147ac_ct_CC = @ac_ct_CC@
148ac_ct_CXX = @ac_ct_CXX@
149ac_ct_F77 = @ac_ct_F77@
150ac_ct_RANLIB = @ac_ct_RANLIB@
151ac_ct_STRIP = @ac_ct_STRIP@
152am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
153am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
154am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
155am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
156am__include = @am__include@
157am__leading_dot = @am__leading_dot@
158am__quote = @am__quote@
159bindir = @bindir@
160build = @build@
161build_alias = @build_alias@
162build_cpu = @build_cpu@
163build_os = @build_os@
164build_vendor = @build_vendor@
165datadir = @datadir@
166exec_prefix = @exec_prefix@
167host = @host@
168host_alias = @host_alias@
169host_cpu = @host_cpu@
170host_os = @host_os@
171host_vendor = @host_vendor@
172includedir = @includedir@
173infodir = @infodir@
174install_sh = @install_sh@
175libdir = @libdir@
176libexecdir = @libexecdir@
177localstatedir = @localstatedir@
178mandir = @mandir@
179mkdir_p = @mkdir_p@
180oldincludedir = @oldincludedir@
181prefix = @prefix@
182program_transform_name = @program_transform_name@
183sbindir = @sbindir@
184sharedstatedir = @sharedstatedir@
185sysconfdir = @sysconfdir@
186target = @target@
187target_alias = @target_alias@
188target_cpu = @target_cpu@
189target_os = @target_os@
190target_vendor = @target_vendor@
191AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
192SUBDIRS = src
193EXTRA_DIST = CODING-STANDARDS \
194             IDEAS \
195             NEWS \
196             doc/CREDITS \
197             doc/doxyconf/build \
198             doc/doxyconf/confopts \
199             doc/doxyconf/input \
200             doc/doxyconf/preprocessor \
201             doc/doxyconf/progress \
202             doc/doxyconf/project
203
204@DOXYGEN_TRUE@DOXYGEN_INPUT = "src"
205@DOXYGEN_TRUE@DOXYGEN_EXCLUDE =
206@DOXYGEN_TRUE@DOXYGEN_EXAMPLE_PATH =
207@DOXYGEN_TRUE@DOXYGEN_SEARCHENGINE = YES
208@DOXYGEN_TRUE@DX_CONFIG_FILE = "$(top_srcdir)/orxodox"
209@DOXYGEN_TRUE@DX_CONF_DIR = "$(top_srcdir)/doc/doxyconf"
210all: config.h
211        $(MAKE) $(AM_MAKEFLAGS) all-recursive
212
213.SUFFIXES:
214am--refresh:
215        @:
216$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doc/documentation.am $(am__configure_deps)
217        @for dep in $?; do \
218          case '$(am__configure_deps)' in \
219            *$$dep*) \
220              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
221              cd $(srcdir) && $(AUTOMAKE) --foreign  \
222                && exit 0; \
223              exit 1;; \
224          esac; \
225        done; \
226        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
227        cd $(top_srcdir) && \
228          $(AUTOMAKE) --foreign  Makefile
229.PRECIOUS: Makefile
230Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231        @case '$?' in \
232          *config.status*) \
233            echo ' $(SHELL) ./config.status'; \
234            $(SHELL) ./config.status;; \
235          *) \
236            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
237            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
238        esac;
239
240$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
241        $(SHELL) ./config.status --recheck
242
243$(top_srcdir)/configure:  $(am__configure_deps)
244        cd $(srcdir) && $(AUTOCONF)
245$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
246        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
247
248config.h: stamp-h1
249        @if test ! -f $@; then \
250          rm -f stamp-h1; \
251          $(MAKE) stamp-h1; \
252        else :; fi
253
254stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
255        @rm -f stamp-h1
256        cd $(top_builddir) && $(SHELL) ./config.status config.h
257$(srcdir)/config.h.in:  $(am__configure_deps)
258        cd $(top_srcdir) && $(AUTOHEADER)
259        rm -f stamp-h1
260        touch $@
261
262distclean-hdr:
263        -rm -f config.h stamp-h1
264
265mostlyclean-libtool:
266        -rm -f *.lo
267
268clean-libtool:
269        -rm -rf .libs _libs
270
271distclean-libtool:
272        -rm -f libtool
273uninstall-info-am:
274
275# This directory's subdirectories are mostly independent; you can cd
276# into them and run `make' without going through this Makefile.
277# To change the values of `make' variables: instead of editing Makefiles,
278# (1) if the variable is set in `config.status', edit `config.status'
279#     (which will cause the Makefiles to be regenerated when you run `make');
280# (2) otherwise, pass the desired values on the `make' command line.
281$(RECURSIVE_TARGETS):
282        @set fnord $$MAKEFLAGS; amf=$$2; \
283        dot_seen=no; \
284        target=`echo $@ | sed s/-recursive//`; \
285        list='$(SUBDIRS)'; for subdir in $$list; do \
286          echo "Making $$target in $$subdir"; \
287          if test "$$subdir" = "."; then \
288            dot_seen=yes; \
289            local_target="$$target-am"; \
290          else \
291            local_target="$$target"; \
292          fi; \
293          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
294           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
295        done; \
296        if test "$$dot_seen" = "no"; then \
297          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
298        fi; test -z "$$fail"
299
300mostlyclean-recursive clean-recursive distclean-recursive \
301maintainer-clean-recursive:
302        @set fnord $$MAKEFLAGS; amf=$$2; \
303        dot_seen=no; \
304        case "$@" in \
305          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
306          *) list='$(SUBDIRS)' ;; \
307        esac; \
308        rev=''; for subdir in $$list; do \
309          if test "$$subdir" = "."; then :; else \
310            rev="$$subdir $$rev"; \
311          fi; \
312        done; \
313        rev="$$rev ."; \
314        target=`echo $@ | sed s/-recursive//`; \
315        for subdir in $$rev; do \
316          echo "Making $$target in $$subdir"; \
317          if test "$$subdir" = "."; then \
318            local_target="$$target-am"; \
319          else \
320            local_target="$$target"; \
321          fi; \
322          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
324        done && test -z "$$fail"
325tags-recursive:
326        list='$(SUBDIRS)'; for subdir in $$list; do \
327          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
328        done
329ctags-recursive:
330        list='$(SUBDIRS)'; for subdir in $$list; do \
331          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
332        done
333
334ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
335        list='$(SOURCES) $(HEADERS) $(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        mkid -fID $$unique
342tags: TAGS
343
344TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
345                $(TAGS_FILES) $(LISP)
346        tags=; \
347        here=`pwd`; \
348        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
349          include_option=--etags-include; \
350          empty_fix=.; \
351        else \
352          include_option=--include; \
353          empty_fix=; \
354        fi; \
355        list='$(SUBDIRS)'; for subdir in $$list; do \
356          if test "$$subdir" = .; then :; else \
357            test ! -f $$subdir/TAGS || \
358              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
359          fi; \
360        done; \
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        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
368          test -n "$$unique" || unique=$$empty_fix; \
369          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370            $$tags $$unique; \
371        fi
372ctags: CTAGS
373CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
374                $(TAGS_FILES) $(LISP)
375        tags=; \
376        here=`pwd`; \
377        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
378        unique=`for i in $$list; do \
379            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380          done | \
381          $(AWK) '    { files[$$0] = 1; } \
382               END { for (i in files) print i; }'`; \
383        test -z "$(CTAGS_ARGS)$$tags$$unique" \
384          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385             $$tags $$unique
386
387GTAGS:
388        here=`$(am__cd) $(top_builddir) && pwd` \
389          && cd $(top_srcdir) \
390          && gtags -i $(GTAGS_ARGS) $$here
391
392distclean-tags:
393        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
395distdir: $(DISTFILES)
396        $(am__remove_distdir)
397        mkdir $(distdir)
398        $(mkdir_p) $(distdir)/doc $(distdir)/doc/doxyconf
399        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
400        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
401        list='$(DISTFILES)'; for file in $$list; do \
402          case $$file in \
403            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
404            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
405          esac; \
406          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
408          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
409            dir="/$$dir"; \
410            $(mkdir_p) "$(distdir)$$dir"; \
411          else \
412            dir=''; \
413          fi; \
414          if test -d $$d/$$file; then \
415            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
417            fi; \
418            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
419          else \
420            test -f $(distdir)/$$file \
421            || cp -p $$d/$$file $(distdir)/$$file \
422            || exit 1; \
423          fi; \
424        done
425        list='$(SUBDIRS)'; for subdir in $$list; do \
426          if test "$$subdir" = .; then :; else \
427            test -d "$(distdir)/$$subdir" \
428            || mkdir "$(distdir)/$$subdir" \
429            || exit 1; \
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        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
445        $(am__remove_distdir)
446
447dist-bzip2: distdir
448        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
449        $(am__remove_distdir)
450
451dist-tarZ: distdir
452        $(AMTAR) chof - $(distdir) | 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        $(AMTAR) chof - $(distdir) | 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 | $(AMTAR) xf - ;;\
475        *.tar.bz2*) \
476          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
477        *.tar.Z*) \
478          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
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
537all-am: Makefile config.h all-local
538installdirs: installdirs-recursive
539installdirs-am:
540install: install-recursive
541install-exec: install-exec-recursive
542install-data: install-data-recursive
543uninstall: uninstall-recursive
544
545install-am: all-am
546        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-recursive
549install-strip:
550        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552          `test -z '$(STRIP)' || \
553            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
554mostlyclean-generic:
555
556clean-generic:
557
558distclean-generic:
559        -rm -f $(CONFIG_CLEAN_FILES)
560
561maintainer-clean-generic:
562        @echo "This command is intended for maintainers to use"
563        @echo "it deletes files that may require special tools to rebuild."
564clean: clean-recursive
565
566clean-am: clean-generic clean-libtool clean-local mostlyclean-am
567
568distclean: distclean-recursive
569        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
570        -rm -f Makefile
571distclean-am: clean-am distclean-generic distclean-hdr \
572        distclean-libtool distclean-local distclean-tags
573
574dvi: dvi-recursive
575
576dvi-am:
577
578html: html-recursive
579
580info: info-recursive
581
582info-am:
583
584install-data-am:
585
586install-exec-am:
587
588install-info: install-info-recursive
589
590install-man:
591
592installcheck-am:
593
594maintainer-clean: maintainer-clean-recursive
595        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
596        -rm -rf $(top_srcdir)/autom4te.cache
597        -rm -f Makefile
598maintainer-clean-am: distclean-am maintainer-clean-generic
599
600mostlyclean: mostlyclean-recursive
601
602mostlyclean-am: mostlyclean-generic mostlyclean-libtool
603
604pdf: pdf-recursive
605
606pdf-am:
607
608ps: ps-recursive
609
610ps-am:
611
612uninstall-am:
613
614uninstall-info: uninstall-info-recursive
615
616.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
617        am--refresh check check-am clean clean-generic clean-libtool \
618        clean-local clean-recursive ctags ctags-recursive dist \
619        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
620        distcheck distclean distclean-generic distclean-hdr \
621        distclean-libtool distclean-local distclean-recursive \
622        distclean-tags distcleancheck distdir distuninstallcheck dvi \
623        dvi-am html html-am info info-am install install-am \
624        install-data install-data-am install-exec install-exec-am \
625        install-info install-info-am install-man install-strip \
626        installcheck installcheck-am installdirs installdirs-am \
627        maintainer-clean maintainer-clean-generic \
628        maintainer-clean-recursive mostlyclean mostlyclean-generic \
629        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
630        tags tags-recursive uninstall uninstall-am uninstall-info-am
631
632
633@DOXYGEN_TRUE@doc:
634@DOXYGEN_TRUE@  if test ! -e $(DX_CONFIG_FILE); then \
635@DOXYGEN_TRUE@   make doc-config; \
636@DOXYGEN_TRUE@  fi
637@DOXYGEN_TRUE@  @echo "Generating doxygen Documentation"; \
638@DOXYGEN_TRUE@  $(DOXYGEN) $(DX_CONFIG_FILE)
639
640@DOXYGEN_TRUE@doc-config:
641@DOXYGEN_TRUE@  @echo "Generationg doxygen configuration File." ; \
642@DOXYGEN_TRUE@  if test -e  "$(top_srcdir)/orxodox"; then \
643@DOXYGEN_TRUE@    echo "deleting existing Configuration File" ; \
644@DOXYGEN_TRUE@    rm $(top_srcdir)/orxodox ; \
645@DOXYGEN_TRUE@  fi ; \
646@DOXYGEN_TRUE@  touch $(DX_CONFIG_FILE) ; \
647@DOXYGEN_TRUE@  $(DX_CONF_DIR)/project                                          >> $(DX_CONFIG_FILE); \
648@DOXYGEN_TRUE@  echo "PROJECT_NAME              = \"$(PACKAGE_NAME)\""          >> $(DX_CONFIG_FILE); \
649@DOXYGEN_TRUE@  echo "PROJECT_NUMBER            = \"$(PACKAGE_VERSION)\""       >> $(DX_CONFIG_FILE); \
650@DOXYGEN_TRUE@  echo "OUTPUT_DIRECTORY          = \"$(top_srcdir)/doc/\""       >> $(DX_CONFIG_FILE); \
651@DOXYGEN_TRUE@  echo " " >> $(DX_CONFIG_FILE); \
652@DOXYGEN_TRUE@\
653@DOXYGEN_TRUE@  $(DX_CONF_DIR)/build                                            >> $(DX_CONFIG_FILE); \
654@DOXYGEN_TRUE@\
655@DOXYGEN_TRUE@  $(DX_CONF_DIR)/progress                                         >> $(DX_CONFIG_FILE); \
656@DOXYGEN_TRUE@  if test $(DEBUG) -ge 2 ; then \
657@DOXYGEN_TRUE@   echo "QUIET                    = \"NO\""                       >> $(DX_CONFIG_FILE); \
658@DOXYGEN_TRUE@  else \
659@DOXYGEN_TRUE@   echo "QUIET                    = \"YES\""                      >> $(DX_CONFIG_FILE); \
660@DOXYGEN_TRUE@  fi ;\
661@DOXYGEN_TRUE@\
662@DOXYGEN_TRUE@  $(DX_CONF_DIR)/input                                            >> $(DX_CONFIG_FILE); \
663@DOXYGEN_TRUE@  echo "INPUT                     = $(DOXYGEN_INPUT)"             >> $(DX_CONFIG_FILE); \
664@DOXYGEN_TRUE@\
665@DOXYGEN_TRUE@  $(DX_CONF_DIR)/preprocessor                                     >> $(DX_CONFIG_FILE); \
666@DOXYGEN_TRUE@  echo "INCLUDE_PATH              = \"$(top_srcdir)\""            >> $(DX_CONFIG_FILE); \
667@DOXYGEN_TRUE@  echo "PREDEFINED                = \"HAVE_CONFIG_H= \""          >> $(DX_CONFIG_FILE); \
668@DOXYGEN_TRUE@  \
669@DOXYGEN_TRUE@  $(DX_CONF_DIR)/confopts                                         >> $(DX_CONFIG_FILE)
670
671@DOXYGEN_TRUE@doc-delete:
672@DOXYGEN_TRUE@  @echo "Deleting doxygen Documentation"
673@DOXYGEN_TRUE@  rm -rf $(top_srcdir)/doc/html
674@DOXYGEN_TRUE@  rm -rf $(top_srcdir)/doc/latex
675
676@DOXYGEN_TRUE@distclean-local: doc-delete
677@DOXYGEN_TRUE@  rm -f $(top_srcdir)/orxodox
678
679@DOXYGEN_TRUE@clean-local:  doc-delete
680
681@DOCUMENTATION_TRUE@@DOXYGEN_TRUE@all-local: doc
682@DOCUMENTATION_FALSE@@DOXYGEN_TRUE@all-local:
683
684@DOXYGEN_TRUE@.PHONY: doc doc-config doc-delete
685
686# Local Variables:
687# mode: makefile
688# End:
689# Tell versions [3.59,3.63) of GNU make to not export all variables.
690# Otherwise a system limit (for SysV at least) may be exceeded.
691.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.