Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the guiMerge-branche back into the trunk
merged with command:
svn merge -r 4043:HEAD guiMerge/ ../trunk/
no conflicts, only updates and moves :)

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