Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: configure.ac: more compatible check for GTK2.0

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