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