Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/updater/Makefile.in @ 3268

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

orxonox/branches/updater: deleted threading again. I have found a different Way
Now I am redrawing the GUI every time a ProgressBar is changed.

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