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