]> andersk Git - libyaml.git/blame - Makefile.in
Imported Upstream version 0.1.2
[libyaml.git] / Makefile.in
CommitLineData
5c706339 1# Makefile.in generated by automake 1.10.1 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5c706339 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
b9668ba4
AK
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@
b9668ba4
AK
16VPATH = @srcdir@
17pkgdatadir = $(datadir)/@PACKAGE@
18pkglibdir = $(libdir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
b9668ba4 20am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
21install_sh_DATA = $(install_sh) -c -m 644
22install_sh_PROGRAM = $(install_sh) -c
23install_sh_SCRIPT = $(install_sh) -c
24INSTALL_HEADER = $(INSTALL_DATA)
25transform = $(program_transform_name)
26NORMAL_INSTALL = :
27PRE_INSTALL = :
28POST_INSTALL = :
29NORMAL_UNINSTALL = :
30PRE_UNINSTALL = :
31POST_UNINSTALL = :
32build_triplet = @build@
33host_triplet = @host@
5c706339 34subdir = .
b9668ba4
AK
35DIST_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
b9668ba4
AK
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
5c706339 45 configure.lineno config.status.lineno
b9668ba4
AK
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = config.h
48CONFIG_CLEAN_FILES =
49SOURCES =
50DIST_SOURCES =
51RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52 html-recursive info-recursive install-data-recursive \
5c706339
AK
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
58RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59 distclean-recursive maintainer-clean-recursive
b9668ba4
AK
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@
b9668ba4
AK
75AMTAR = @AMTAR@
76AR = @AR@
77AUTOCONF = @AUTOCONF@
78AUTOHEADER = @AUTOHEADER@
79AUTOMAKE = @AUTOMAKE@
80AWK = @AWK@
81CC = @CC@
82CCDEPMODE = @CCDEPMODE@
83CFLAGS = @CFLAGS@
84CPP = @CPP@
85CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
86CYGPATH_W = @CYGPATH_W@
87DEFS = @DEFS@
88DEPDIR = @DEPDIR@
89DOXYGEN = @DOXYGEN@
5c706339
AK
90DSYMUTIL = @DSYMUTIL@
91DUMPBIN = @DUMPBIN@
b9668ba4
AK
92ECHO_C = @ECHO_C@
93ECHO_N = @ECHO_N@
94ECHO_T = @ECHO_T@
95EGREP = @EGREP@
96EXEEXT = @EXEEXT@
5c706339 97FGREP = @FGREP@
b9668ba4 98GREP = @GREP@
5c706339 99INSTALL = @INSTALL@
b9668ba4
AK
100INSTALL_DATA = @INSTALL_DATA@
101INSTALL_PROGRAM = @INSTALL_PROGRAM@
102INSTALL_SCRIPT = @INSTALL_SCRIPT@
103INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 104LD = @LD@
b9668ba4
AK
105LDFLAGS = @LDFLAGS@
106LIBOBJS = @LIBOBJS@
107LIBS = @LIBS@
108LIBTOOL = @LIBTOOL@
5c706339 109LIPO = @LIPO@
b9668ba4
AK
110LN_S = @LN_S@
111LTLIBOBJS = @LTLIBOBJS@
112MAKEINFO = @MAKEINFO@
5c706339
AK
113MKDIR_P = @MKDIR_P@
114NM = @NM@
115NMEDIT = @NMEDIT@
b9668ba4 116OBJEXT = @OBJEXT@
5c706339
AK
117OTOOL = @OTOOL@
118OTOOL64 = @OTOOL64@
b9668ba4
AK
119PACKAGE = @PACKAGE@
120PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121PACKAGE_NAME = @PACKAGE_NAME@
122PACKAGE_STRING = @PACKAGE_STRING@
123PACKAGE_TARNAME = @PACKAGE_TARNAME@
124PACKAGE_VERSION = @PACKAGE_VERSION@
125PATH_SEPARATOR = @PATH_SEPARATOR@
126RANLIB = @RANLIB@
5c706339 127SED = @SED@
b9668ba4
AK
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@
5c706339
AK
136abs_builddir = @abs_builddir@
137abs_srcdir = @abs_srcdir@
138abs_top_builddir = @abs_top_builddir@
139abs_top_srcdir = @abs_top_srcdir@
b9668ba4 140ac_ct_CC = @ac_ct_CC@
5c706339 141ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
142am__include = @am__include@
143am__leading_dot = @am__leading_dot@
144am__quote = @am__quote@
145am__tar = @am__tar@
146am__untar = @am__untar@
147bindir = @bindir@
148build = @build@
149build_alias = @build_alias@
150build_cpu = @build_cpu@
151build_os = @build_os@
152build_vendor = @build_vendor@
5c706339 153builddir = @builddir@
b9668ba4
AK
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@
5c706339 172lt_ECHO = @lt_ECHO@
b9668ba4
AK
173mandir = @mandir@
174mkdir_p = @mkdir_p@
175oldincludedir = @oldincludedir@
176pdfdir = @pdfdir@
177prefix = @prefix@
178program_transform_name = @program_transform_name@
179psdir = @psdir@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
5c706339 182srcdir = @srcdir@
b9668ba4
AK
183sysconfdir = @sysconfdir@
184target_alias = @target_alias@
5c706339
AK
185top_builddir = @top_builddir@
186top_srcdir = @top_srcdir@
187SUBDIRS = include src . tests win32
b9668ba4
AK
188EXTRA_DIST = README LICENSE doc/doxygen.cfg
189all: config.h
190 $(MAKE) $(AM_MAKEFLAGS) all-recursive
191
192.SUFFIXES:
193am--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
209Makefile: $(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
227config.h: stamp-h1
228 @if test ! -f $@; then \
229 rm -f stamp-h1; \
5c706339 230 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
b9668ba4
AK
231 else :; fi
232
233stamp-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
241distclean-hdr:
242 -rm -f config.h stamp-h1
243
244mostlyclean-libtool:
245 -rm -f *.lo
246
247clean-libtool:
248 -rm -rf .libs _libs
249
250distclean-libtool:
251 -rm -f libtool
b9668ba4
AK
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
5c706339 284$(RECURSIVE_CLEAN_TARGETS):
b9668ba4
AK
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"
314tags-recursive:
315 list='$(SUBDIRS)'; for subdir in $$list; do \
316 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
317 done
318ctags-recursive:
319 list='$(SUBDIRS)'; for subdir in $$list; do \
320 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
321 done
322
323ID: $(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 | \
5c706339
AK
328 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
329 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
330 mkid -fID $$unique
331tags: TAGS
332
333TAGS: 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 | \
5c706339
AK
354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
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
361ctags: CTAGS
362CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
363 $(TAGS_FILES) $(LISP)
364 tags=; \
b9668ba4
AK
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 | \
5c706339
AK
369 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
371 test -z "$(CTAGS_ARGS)$$tags$$unique" \
372 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373 $$tags $$unique
374
375GTAGS:
376 here=`$(am__cd) $(top_builddir) && pwd` \
377 && cd $(top_srcdir) \
378 && gtags -i $(GTAGS_ARGS) $$here
379
380distclean-tags:
381 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382
383distdir: $(DISTFILES)
384 $(am__remove_distdir)
5c706339
AK
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 \
b9668ba4 398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 399 if test -d $$d/$$file; then \
5c706339 400 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
b9668ba4
AK
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" \
5c706339 414 || $(MKDIR_P) "$(distdir)/$$subdir" \
b9668ba4
AK
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" \
5c706339
AK
422 am__remove_distdir=: \
423 am__skip_length_check=: \
b9668ba4
AK
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 \
5c706339 431 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
b9668ba4
AK
432 || chmod -R a+r $(distdir)
433dist-gzip: distdir
434 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
435 $(am__remove_distdir)
436
437dist-bzip2: distdir
438 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
439 $(am__remove_distdir)
440
5c706339
AK
441dist-lzma: distdir
442 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
443 $(am__remove_distdir)
444
b9668ba4
AK
445dist-tarZ: distdir
446 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
447 $(am__remove_distdir)
448
449dist-shar: distdir
450 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
451 $(am__remove_distdir)
452
453dist-zip: distdir
454 -rm -f $(distdir).zip
455 zip -rq $(distdir).zip $(distdir)
456 $(am__remove_distdir)
457
458dist 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.
465distcheck: 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) ;;\
5c706339
AK
471 *.tar.lzma*) \
472 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
b9668ba4
AK
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) | \
5c706339 512 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
b9668ba4
AK
513distuninstallcheck:
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
522distcleancheck: 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
531check-am: all-am
532check: check-recursive
533all-am: Makefile config.h
534installdirs: installdirs-recursive
535installdirs-am:
536install: install-recursive
537install-exec: install-exec-recursive
538install-data: install-data-recursive
539uninstall: uninstall-recursive
540
541install-am: all-am
542 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543
544installcheck: installcheck-recursive
545install-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
550mostlyclean-generic:
551
552clean-generic:
553
554distclean-generic:
555 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556
557maintainer-clean-generic:
558 @echo "This command is intended for maintainers to use"
559 @echo "it deletes files that may require special tools to rebuild."
560clean: clean-recursive
561
562clean-am: clean-generic clean-libtool mostlyclean-am
563
564distclean: distclean-recursive
565 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
566 -rm -f Makefile
567distclean-am: clean-am distclean-generic distclean-hdr \
568 distclean-libtool distclean-tags
569
570dvi: dvi-recursive
571
572dvi-am:
573
574html: html-recursive
575
576info: info-recursive
577
578info-am:
579
580install-data-am:
581
5c706339
AK
582install-dvi: install-dvi-recursive
583
b9668ba4
AK
584install-exec-am:
585
5c706339
AK
586install-html: install-html-recursive
587
b9668ba4
AK
588install-info: install-info-recursive
589
590install-man:
591
5c706339
AK
592install-pdf: install-pdf-recursive
593
594install-ps: install-ps-recursive
595
b9668ba4
AK
596installcheck-am:
597
598maintainer-clean: maintainer-clean-recursive
599 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
600 -rm -rf $(top_srcdir)/autom4te.cache
601 -rm -f Makefile
602maintainer-clean-am: distclean-am maintainer-clean-generic \
603 maintainer-clean-local
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic mostlyclean-libtool
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
5c706339
AK
617uninstall-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
b9668ba4
AK
638
639
640maintainer-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
645bootstrap: 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.146666 seconds and 5 git commands to generate.