source: trunk/packages/libyaml/Makefile.in @ 898

Last change on this file since 898 was 898, checked in by hartmans, 16 years ago

Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.

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