]> andersk Git - libyaml.git/blame - Makefile.in
debian/changelog: Fix spelling error
[libyaml.git] / Makefile.in
CommitLineData
0044e680 1# Makefile.in generated by automake 1.14.1 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
0044e680
AK
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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@
0fbeb4dc 16
b9668ba4 17VPATH = @srcdir@
0044e680
AK
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
b9668ba4 63pkgdatadir = $(datadir)/@PACKAGE@
b9668ba4 64pkgincludedir = $(includedir)/@PACKAGE@
0fbeb4dc
AK
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
b9668ba4 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
5c706339 81subdir = .
0044e680
AK
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/configure $(am__configure_deps) \
84 $(srcdir)/config.h.in $(srcdir)/yaml-0.1.pc.in README \
85 config/compile config/config.guess config/config.sub \
86 config/install-sh config/missing config/ltmain.sh \
87 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
88 $(top_srcdir)/config/config.sub \
89 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
90 $(top_srcdir)/config/missing
b9668ba4
AK
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
5c706339 96 configure.lineno config.status.lineno
b9668ba4
AK
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = config.h
0fbeb4dc
AK
99CONFIG_CLEAN_FILES = yaml-0.1.pc
100CONFIG_CLEAN_VPATH_FILES =
0044e680
AK
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo " GEN " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
b9668ba4
AK
113SOURCES =
114DIST_SOURCES =
0044e680
AK
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116 ctags-recursive dvi-recursive html-recursive info-recursive \
117 install-data-recursive install-dvi-recursive \
118 install-exec-recursive install-html-recursive \
119 install-info-recursive install-pdf-recursive \
120 install-ps-recursive install-recursive installcheck-recursive \
121 installdirs-recursive pdf-recursive ps-recursive \
122 tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124 case $$AM_UPDATE_INFO_DIR in \
125 n|no|NO) false;; \
126 *) (install-info --version) >/dev/null 2>&1;; \
127 esac
0fbeb4dc
AK
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131 *) f=$$p;; \
132 esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140 for p in $$list; do echo "$$p $$p"; done | \
141 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143 if (++n[$$2] == $(am__install_max)) \
144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145 END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
059850b5
AK
149am__uninstall_files_from_dir = { \
150 test -z "$$files" \
151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153 $(am__cd) "$$dir" && rm -f $$files; }; \
154 }
0fbeb4dc
AK
155am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
156DATA = $(pkgconfig_DATA)
5c706339
AK
157RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158 distclean-recursive maintainer-clean-recursive
0044e680
AK
159am__recursive_targets = \
160 $(RECURSIVE_TARGETS) \
161 $(RECURSIVE_CLEAN_TARGETS) \
162 $(am__extra_recursive_targets)
163AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
164 cscope distdir dist dist-all distcheck
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
166 $(LISP)config.h.in
167# Read a list of newline-separated strings from the standard input,
168# and print each of them once, without duplicates. Input order is
169# *not* preserved.
170am__uniquify_input = $(AWK) '\
171 BEGIN { nonempty = 0; } \
172 { items[$$0] = 1; nonempty = 1; } \
173 END { if (nonempty) { for (i in items) print i; }; } \
174'
175# Make sure the list of sources is unique. This is necessary because,
176# e.g., the same source file might be shared among _SOURCES variables
177# for different programs/libraries.
178am__define_uniq_tagged_files = \
179 list='$(am__tagged_files)'; \
180 unique=`for i in $$list; do \
181 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182 done | $(am__uniquify_input)`
b9668ba4
AK
183ETAGS = etags
184CTAGS = ctags
0044e680 185CSCOPE = cscope
b9668ba4
AK
186DIST_SUBDIRS = $(SUBDIRS)
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188distdir = $(PACKAGE)-$(VERSION)
189top_distdir = $(distdir)
190am__remove_distdir = \
059850b5
AK
191 if test -d "$(distdir)"; then \
192 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193 && rm -rf "$(distdir)" \
194 || { sleep 5 && rm -rf "$(distdir)"; }; \
195 else :; fi
0044e680 196am__post_remove_distdir = $(am__remove_distdir)
0fbeb4dc
AK
197am__relativize = \
198 dir0=`pwd`; \
199 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200 sed_rest='s,^[^/]*/*,,'; \
201 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202 sed_butlast='s,/*[^/]*$$,,'; \
203 while test -n "$$dir1"; do \
204 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205 if test "$$first" != "."; then \
206 if test "$$first" = ".."; then \
207 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209 else \
210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211 if test "$$first2" = "$$first"; then \
212 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213 else \
214 dir2="../$$dir2"; \
215 fi; \
216 dir0="$$dir0"/"$$first"; \
217 fi; \
218 fi; \
219 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220 done; \
221 reldir="$$dir2"
b9668ba4
AK
222DIST_ARCHIVES = $(distdir).tar.gz
223GZIP_ENV = --best
0044e680 224DIST_TARGETS = dist-gzip
b9668ba4 225distuninstallcheck_listfiles = find . -type f -print
059850b5
AK
226am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
227 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
b9668ba4
AK
228distcleancheck_listfiles = find . -type f -print
229ACLOCAL = @ACLOCAL@
b9668ba4 230AMTAR = @AMTAR@
0044e680 231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
b9668ba4
AK
232AR = @AR@
233AUTOCONF = @AUTOCONF@
234AUTOHEADER = @AUTOHEADER@
235AUTOMAKE = @AUTOMAKE@
236AWK = @AWK@
237CC = @CC@
238CCDEPMODE = @CCDEPMODE@
239CFLAGS = @CFLAGS@
240CPP = @CPP@
241CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
242CYGPATH_W = @CYGPATH_W@
243DEFS = @DEFS@
244DEPDIR = @DEPDIR@
059850b5 245DLLTOOL = @DLLTOOL@
b9668ba4 246DOXYGEN = @DOXYGEN@
5c706339
AK
247DSYMUTIL = @DSYMUTIL@
248DUMPBIN = @DUMPBIN@
b9668ba4
AK
249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253EXEEXT = @EXEEXT@
5c706339 254FGREP = @FGREP@
b9668ba4 255GREP = @GREP@
5c706339 256INSTALL = @INSTALL@
b9668ba4
AK
257INSTALL_DATA = @INSTALL_DATA@
258INSTALL_PROGRAM = @INSTALL_PROGRAM@
259INSTALL_SCRIPT = @INSTALL_SCRIPT@
260INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 261LD = @LD@
b9668ba4
AK
262LDFLAGS = @LDFLAGS@
263LIBOBJS = @LIBOBJS@
264LIBS = @LIBS@
265LIBTOOL = @LIBTOOL@
5c706339 266LIPO = @LIPO@
b9668ba4
AK
267LN_S = @LN_S@
268LTLIBOBJS = @LTLIBOBJS@
269MAKEINFO = @MAKEINFO@
059850b5 270MANIFEST_TOOL = @MANIFEST_TOOL@
5c706339
AK
271MKDIR_P = @MKDIR_P@
272NM = @NM@
273NMEDIT = @NMEDIT@
47dc80f6 274OBJDUMP = @OBJDUMP@
b9668ba4 275OBJEXT = @OBJEXT@
5c706339
AK
276OTOOL = @OTOOL@
277OTOOL64 = @OTOOL64@
b9668ba4
AK
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_NAME = @PACKAGE_NAME@
281PACKAGE_STRING = @PACKAGE_STRING@
282PACKAGE_TARNAME = @PACKAGE_TARNAME@
0fbeb4dc 283PACKAGE_URL = @PACKAGE_URL@
b9668ba4
AK
284PACKAGE_VERSION = @PACKAGE_VERSION@
285PATH_SEPARATOR = @PATH_SEPARATOR@
286RANLIB = @RANLIB@
5c706339 287SED = @SED@
b9668ba4
AK
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290STRIP = @STRIP@
291VERSION = @VERSION@
292YAML_LT_AGE = @YAML_LT_AGE@
293YAML_LT_CURRENT = @YAML_LT_CURRENT@
294YAML_LT_RELEASE = @YAML_LT_RELEASE@
295YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
296abs_builddir = @abs_builddir@
297abs_srcdir = @abs_srcdir@
298abs_top_builddir = @abs_top_builddir@
299abs_top_srcdir = @abs_top_srcdir@
059850b5 300ac_ct_AR = @ac_ct_AR@
b9668ba4 301ac_ct_CC = @ac_ct_CC@
5c706339 302ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
303am__include = @am__include@
304am__leading_dot = @am__leading_dot@
305am__quote = @am__quote@
306am__tar = @am__tar@
307am__untar = @am__untar@
308bindir = @bindir@
309build = @build@
310build_alias = @build_alias@
311build_cpu = @build_cpu@
312build_os = @build_os@
313build_vendor = @build_vendor@
5c706339 314builddir = @builddir@
b9668ba4
AK
315datadir = @datadir@
316datarootdir = @datarootdir@
317docdir = @docdir@
318dvidir = @dvidir@
319exec_prefix = @exec_prefix@
320host = @host@
321host_alias = @host_alias@
322host_cpu = @host_cpu@
323host_os = @host_os@
324host_vendor = @host_vendor@
325htmldir = @htmldir@
326includedir = @includedir@
327infodir = @infodir@
328install_sh = @install_sh@
329libdir = @libdir@
330libexecdir = @libexecdir@
331localedir = @localedir@
332localstatedir = @localstatedir@
333mandir = @mandir@
334mkdir_p = @mkdir_p@
335oldincludedir = @oldincludedir@
336pdfdir = @pdfdir@
337prefix = @prefix@
338program_transform_name = @program_transform_name@
339psdir = @psdir@
340sbindir = @sbindir@
341sharedstatedir = @sharedstatedir@
5c706339 342srcdir = @srcdir@
b9668ba4
AK
343sysconfdir = @sysconfdir@
344target_alias = @target_alias@
47dc80f6 345top_build_prefix = @top_build_prefix@
5c706339
AK
346top_builddir = @top_builddir@
347top_srcdir = @top_srcdir@
348SUBDIRS = include src . tests win32
059850b5 349EXTRA_DIST = README LICENSE CMakeLists.txt doc/doxygen.cfg
0fbeb4dc
AK
350pkgconfigdir = $(libdir)/pkgconfig
351pkgconfig_DATA = yaml-0.1.pc
b9668ba4
AK
352all: config.h
353 $(MAKE) $(AM_MAKEFLAGS) all-recursive
354
355.SUFFIXES:
059850b5 356am--refresh: Makefile
b9668ba4
AK
357 @:
358$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
359 @for dep in $?; do \
360 case '$(am__configure_deps)' in \
361 *$$dep*) \
0fbeb4dc
AK
362 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
363 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
b9668ba4
AK
364 && exit 0; \
365 exit 1;; \
366 esac; \
367 done; \
0fbeb4dc
AK
368 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
369 $(am__cd) $(top_srcdir) && \
370 $(AUTOMAKE) --foreign Makefile
b9668ba4
AK
371.PRECIOUS: Makefile
372Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373 @case '$?' in \
374 *config.status*) \
375 echo ' $(SHELL) ./config.status'; \
376 $(SHELL) ./config.status;; \
377 *) \
378 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
379 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
380 esac;
381
382$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383 $(SHELL) ./config.status --recheck
384
385$(top_srcdir)/configure: $(am__configure_deps)
0fbeb4dc 386 $(am__cd) $(srcdir) && $(AUTOCONF)
b9668ba4 387$(ACLOCAL_M4): $(am__aclocal_m4_deps)
0fbeb4dc
AK
388 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
389$(am__aclocal_m4_deps):
b9668ba4
AK
390
391config.h: stamp-h1
0044e680
AK
392 @test -f $@ || rm -f stamp-h1
393 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
b9668ba4
AK
394
395stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
396 @rm -f stamp-h1
397 cd $(top_builddir) && $(SHELL) ./config.status config.h
398$(srcdir)/config.h.in: $(am__configure_deps)
0fbeb4dc 399 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
b9668ba4
AK
400 rm -f stamp-h1
401 touch $@
402
403distclean-hdr:
404 -rm -f config.h stamp-h1
0fbeb4dc
AK
405yaml-0.1.pc: $(top_builddir)/config.status $(srcdir)/yaml-0.1.pc.in
406 cd $(top_builddir) && $(SHELL) ./config.status $@
b9668ba4
AK
407
408mostlyclean-libtool:
409 -rm -f *.lo
410
411clean-libtool:
412 -rm -rf .libs _libs
413
414distclean-libtool:
47dc80f6 415 -rm -f libtool config.lt
0fbeb4dc
AK
416install-pkgconfigDATA: $(pkgconfig_DATA)
417 @$(NORMAL_INSTALL)
0fbeb4dc 418 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
0044e680
AK
419 if test -n "$$list"; then \
420 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
422 fi; \
0fbeb4dc
AK
423 for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 echo "$$d$$p"; \
426 done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
430 done
431
432uninstall-pkgconfigDATA:
433 @$(NORMAL_UNINSTALL)
434 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
059850b5 436 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
b9668ba4
AK
437
438# This directory's subdirectories are mostly independent; you can cd
0044e680
AK
439# into them and run 'make' without going through this Makefile.
440# To change the values of 'make' variables: instead of editing Makefiles,
441# (1) if the variable is set in 'config.status', edit 'config.status'
442# (which will cause the Makefiles to be regenerated when you run 'make');
443# (2) otherwise, pass the desired values on the 'make' command line.
444$(am__recursive_targets):
445 @fail=; \
446 if $(am__make_keepgoing); then \
447 failcom='fail=yes'; \
448 else \
449 failcom='exit 1'; \
450 fi; \
b9668ba4
AK
451 dot_seen=no; \
452 target=`echo $@ | sed s/-recursive//`; \
0044e680
AK
453 case "$@" in \
454 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
455 *) list='$(SUBDIRS)' ;; \
456 esac; \
457 for subdir in $$list; do \
b9668ba4
AK
458 echo "Making $$target in $$subdir"; \
459 if test "$$subdir" = "."; then \
460 dot_seen=yes; \
461 local_target="$$target-am"; \
462 else \
463 local_target="$$target"; \
464 fi; \
0fbeb4dc 465 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b9668ba4
AK
466 || eval $$failcom; \
467 done; \
468 if test "$$dot_seen" = "no"; then \
469 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
470 fi; test -z "$$fail"
471
0044e680
AK
472ID: $(am__tagged_files)
473 $(am__define_uniq_tagged_files); mkid -fID $$unique
474tags: tags-recursive
475TAGS: tags
b9668ba4 476
0044e680 477tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0fbeb4dc 478 set x; \
b9668ba4
AK
479 here=`pwd`; \
480 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
481 include_option=--etags-include; \
482 empty_fix=.; \
483 else \
484 include_option=--include; \
485 empty_fix=; \
486 fi; \
487 list='$(SUBDIRS)'; for subdir in $$list; do \
488 if test "$$subdir" = .; then :; else \
489 test ! -f $$subdir/TAGS || \
0fbeb4dc 490 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
b9668ba4
AK
491 fi; \
492 done; \
0044e680 493 $(am__define_uniq_tagged_files); \
0fbeb4dc
AK
494 shift; \
495 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b9668ba4 496 test -n "$$unique" || unique=$$empty_fix; \
0fbeb4dc
AK
497 if test $$# -gt 0; then \
498 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499 "$$@" $$unique; \
500 else \
501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 $$unique; \
503 fi; \
b9668ba4 504 fi
0044e680
AK
505ctags: ctags-recursive
506
507CTAGS: ctags
508ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509 $(am__define_uniq_tagged_files); \
0fbeb4dc 510 test -z "$(CTAGS_ARGS)$$unique" \
b9668ba4 511 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0fbeb4dc 512 $$unique
b9668ba4
AK
513
514GTAGS:
515 here=`$(am__cd) $(top_builddir) && pwd` \
0fbeb4dc
AK
516 && $(am__cd) $(top_srcdir) \
517 && gtags -i $(GTAGS_ARGS) "$$here"
0044e680
AK
518cscope: cscope.files
519 test ! -s cscope.files \
520 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
521clean-cscope:
522 -rm -f cscope.files
523cscope.files: clean-cscope cscopelist
524cscopelist: cscopelist-recursive
525
526cscopelist-am: $(am__tagged_files)
527 list='$(am__tagged_files)'; \
528 case "$(srcdir)" in \
529 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
530 *) sdir=$(subdir)/$(srcdir) ;; \
531 esac; \
532 for i in $$list; do \
533 if test -f "$$i"; then \
534 echo "$(subdir)/$$i"; \
535 else \
536 echo "$$sdir/$$i"; \
537 fi; \
538 done >> $(top_builddir)/cscope.files
b9668ba4
AK
539
540distclean-tags:
541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
0044e680 542 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
b9668ba4
AK
543
544distdir: $(DISTFILES)
545 $(am__remove_distdir)
0fbeb4dc 546 test -d "$(distdir)" || mkdir "$(distdir)"
5c706339
AK
547 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
549 list='$(DISTFILES)'; \
550 dist_files=`for file in $$list; do echo $$file; done | \
551 sed -e "s|^$$srcdirstrip/||;t" \
552 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
553 case $$dist_files in \
554 */*) $(MKDIR_P) `echo "$$dist_files" | \
555 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
556 sort -u` ;; \
557 esac; \
558 for file in $$dist_files; do \
b9668ba4 559 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 560 if test -d $$d/$$file; then \
5c706339 561 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0fbeb4dc
AK
562 if test -d "$(distdir)/$$file"; then \
563 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
564 fi; \
b9668ba4 565 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0fbeb4dc
AK
566 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
567 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b9668ba4 568 fi; \
0fbeb4dc 569 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
b9668ba4 570 else \
0fbeb4dc
AK
571 test -f "$(distdir)/$$file" \
572 || cp -p $$d/$$file "$(distdir)/$$file" \
b9668ba4
AK
573 || exit 1; \
574 fi; \
575 done
0fbeb4dc 576 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
b9668ba4 577 if test "$$subdir" = .; then :; else \
0044e680
AK
578 $(am__make_dryrun) \
579 || test -d "$(distdir)/$$subdir" \
580 || $(MKDIR_P) "$(distdir)/$$subdir" \
581 || exit 1; \
0fbeb4dc
AK
582 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
583 $(am__relativize); \
584 new_distdir=$$reldir; \
585 dir1=$$subdir; dir2="$(top_distdir)"; \
586 $(am__relativize); \
587 new_top_distdir=$$reldir; \
588 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
589 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
590 ($(am__cd) $$subdir && \
b9668ba4 591 $(MAKE) $(AM_MAKEFLAGS) \
0fbeb4dc
AK
592 top_distdir="$$new_top_distdir" \
593 distdir="$$new_distdir" \
5c706339
AK
594 am__remove_distdir=: \
595 am__skip_length_check=: \
0fbeb4dc 596 am__skip_mode_fix=: \
b9668ba4
AK
597 distdir) \
598 || exit 1; \
599 fi; \
600 done
0fbeb4dc
AK
601 -test -n "$(am__skip_mode_fix)" \
602 || find "$(distdir)" -type d ! -perm -755 \
603 -exec chmod u+rwx,go+rx {} \; -o \
b9668ba4
AK
604 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
605 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
5c706339 606 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
0fbeb4dc 607 || chmod -R a+r "$(distdir)"
b9668ba4
AK
608dist-gzip: distdir
609 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
0044e680 610 $(am__post_remove_distdir)
b9668ba4
AK
611
612dist-bzip2: distdir
059850b5 613 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
0044e680 614 $(am__post_remove_distdir)
059850b5
AK
615
616dist-lzip: distdir
617 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
0044e680 618 $(am__post_remove_distdir)
5c706339 619
0fbeb4dc 620dist-xz: distdir
059850b5 621 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
0044e680 622 $(am__post_remove_distdir)
0fbeb4dc 623
b9668ba4 624dist-tarZ: distdir
0044e680
AK
625 @echo WARNING: "Support for shar distribution archives is" \
626 "deprecated." >&2
627 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
b9668ba4 628 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
0044e680 629 $(am__post_remove_distdir)
b9668ba4
AK
630
631dist-shar: distdir
0044e680
AK
632 @echo WARNING: "Support for distribution archives compressed with" \
633 "legacy program 'compress' is deprecated." >&2
634 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
b9668ba4 635 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
0044e680 636 $(am__post_remove_distdir)
b9668ba4
AK
637
638dist-zip: distdir
639 -rm -f $(distdir).zip
640 zip -rq $(distdir).zip $(distdir)
0044e680 641 $(am__post_remove_distdir)
b9668ba4 642
0044e680
AK
643dist dist-all:
644 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
645 $(am__post_remove_distdir)
b9668ba4
AK
646
647# This target untars the dist file and tries a VPATH configuration. Then
648# it guarantees that the distribution is self-contained by making another
649# tarfile.
650distcheck: dist
651 case '$(DIST_ARCHIVES)' in \
652 *.tar.gz*) \
0fbeb4dc 653 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
b9668ba4 654 *.tar.bz2*) \
0fbeb4dc 655 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
059850b5
AK
656 *.tar.lz*) \
657 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
0fbeb4dc
AK
658 *.tar.xz*) \
659 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
b9668ba4
AK
660 *.tar.Z*) \
661 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
662 *.shar.gz*) \
0fbeb4dc 663 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
b9668ba4
AK
664 *.zip*) \
665 unzip $(distdir).zip ;;\
666 esac
0044e680
AK
667 chmod -R a-w $(distdir)
668 chmod u+w $(distdir)
669 mkdir $(distdir)/_build $(distdir)/_inst
b9668ba4 670 chmod a-w $(distdir)
0fbeb4dc 671 test -d $(distdir)/_build || exit 0; \
b9668ba4
AK
672 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
673 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
0fbeb4dc
AK
674 && am__cwd=`pwd` \
675 && $(am__cd) $(distdir)/_build \
0044e680 676 && ../configure \
059850b5 677 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
b9668ba4 678 $(DISTCHECK_CONFIGURE_FLAGS) \
0044e680 679 --srcdir=.. --prefix="$$dc_install_base" \
b9668ba4
AK
680 && $(MAKE) $(AM_MAKEFLAGS) \
681 && $(MAKE) $(AM_MAKEFLAGS) dvi \
682 && $(MAKE) $(AM_MAKEFLAGS) check \
683 && $(MAKE) $(AM_MAKEFLAGS) install \
684 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
685 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
686 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
687 distuninstallcheck \
688 && chmod -R a-w "$$dc_install_base" \
689 && ({ \
690 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
691 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
692 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
693 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
694 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
695 } || { rm -rf "$$dc_destdir"; exit 1; }) \
696 && rm -rf "$$dc_destdir" \
697 && $(MAKE) $(AM_MAKEFLAGS) dist \
698 && rm -rf $(DIST_ARCHIVES) \
0fbeb4dc
AK
699 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
700 && cd "$$am__cwd" \
701 || exit 1
0044e680 702 $(am__post_remove_distdir)
b9668ba4
AK
703 @(echo "$(distdir) archives ready for distribution: "; \
704 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5c706339 705 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
b9668ba4 706distuninstallcheck:
059850b5
AK
707 @test -n '$(distuninstallcheck_dir)' || { \
708 echo 'ERROR: trying to run $@ with an empty' \
709 '$$(distuninstallcheck_dir)' >&2; \
710 exit 1; \
711 }; \
712 $(am__cd) '$(distuninstallcheck_dir)' || { \
713 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
714 exit 1; \
715 }; \
716 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
b9668ba4
AK
717 || { echo "ERROR: files left after uninstall:" ; \
718 if test -n "$(DESTDIR)"; then \
719 echo " (check DESTDIR support)"; \
720 fi ; \
721 $(distuninstallcheck_listfiles) ; \
722 exit 1; } >&2
723distcleancheck: distclean
724 @if test '$(srcdir)' = . ; then \
725 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
726 exit 1 ; \
727 fi
728 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
729 || { echo "ERROR: files left in build directory after distclean:" ; \
730 $(distcleancheck_listfiles) ; \
731 exit 1; } >&2
732check-am: all-am
733check: check-recursive
0fbeb4dc 734all-am: Makefile $(DATA) config.h
b9668ba4
AK
735installdirs: installdirs-recursive
736installdirs-am:
0fbeb4dc
AK
737 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
738 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
739 done
b9668ba4
AK
740install: install-recursive
741install-exec: install-exec-recursive
742install-data: install-data-recursive
743uninstall: uninstall-recursive
744
745install-am: all-am
746 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
747
748installcheck: installcheck-recursive
749install-strip:
059850b5
AK
750 if test -z '$(STRIP)'; then \
751 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753 install; \
754 else \
755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
758 fi
b9668ba4
AK
759mostlyclean-generic:
760
761clean-generic:
762
763distclean-generic:
764 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0fbeb4dc 765 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b9668ba4
AK
766
767maintainer-clean-generic:
768 @echo "This command is intended for maintainers to use"
769 @echo "it deletes files that may require special tools to rebuild."
770clean: clean-recursive
771
772clean-am: clean-generic clean-libtool mostlyclean-am
773
774distclean: distclean-recursive
775 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
776 -rm -f Makefile
777distclean-am: clean-am distclean-generic distclean-hdr \
778 distclean-libtool distclean-tags
779
780dvi: dvi-recursive
781
782dvi-am:
783
784html: html-recursive
785
0fbeb4dc
AK
786html-am:
787
b9668ba4
AK
788info: info-recursive
789
790info-am:
791
0fbeb4dc 792install-data-am: install-pkgconfigDATA
b9668ba4 793
5c706339
AK
794install-dvi: install-dvi-recursive
795
0fbeb4dc
AK
796install-dvi-am:
797
b9668ba4
AK
798install-exec-am:
799
5c706339
AK
800install-html: install-html-recursive
801
0fbeb4dc
AK
802install-html-am:
803
b9668ba4
AK
804install-info: install-info-recursive
805
0fbeb4dc
AK
806install-info-am:
807
b9668ba4
AK
808install-man:
809
5c706339
AK
810install-pdf: install-pdf-recursive
811
0fbeb4dc
AK
812install-pdf-am:
813
5c706339
AK
814install-ps: install-ps-recursive
815
0fbeb4dc
AK
816install-ps-am:
817
b9668ba4
AK
818installcheck-am:
819
820maintainer-clean: maintainer-clean-recursive
821 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
822 -rm -rf $(top_srcdir)/autom4te.cache
823 -rm -f Makefile
824maintainer-clean-am: distclean-am maintainer-clean-generic \
825 maintainer-clean-local
826
827mostlyclean: mostlyclean-recursive
828
829mostlyclean-am: mostlyclean-generic mostlyclean-libtool
830
831pdf: pdf-recursive
832
833pdf-am:
834
835ps: ps-recursive
836
837ps-am:
838
0fbeb4dc 839uninstall-am: uninstall-pkgconfigDATA
5c706339 840
0044e680
AK
841.MAKE: $(am__recursive_targets) all install-am install-strip
842
843.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
844 am--refresh check check-am clean clean-cscope clean-generic \
845 clean-libtool cscope cscopelist-am ctags ctags-am dist \
846 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
847 dist-xz dist-zip distcheck distclean distclean-generic \
848 distclean-hdr distclean-libtool distclean-tags distcleancheck \
849 distdir distuninstallcheck dvi dvi-am html html-am info \
850 info-am install install-am install-data install-data-am \
851 install-dvi install-dvi-am install-exec install-exec-am \
852 install-html install-html-am install-info install-info-am \
853 install-man install-pdf install-pdf-am install-pkgconfigDATA \
854 install-ps install-ps-am install-strip installcheck \
855 installcheck-am installdirs installdirs-am maintainer-clean \
0fbeb4dc
AK
856 maintainer-clean-generic maintainer-clean-local mostlyclean \
857 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
0044e680 858 tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
b9668ba4
AK
859
860
861maintainer-clean-local:
862 -rm -f aclocal.m4 config.h.in configure config/*
863 -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
864
865.PHONY: bootstrap
866bootstrap: maintainer-clean
867 ./bootstrap
0fbeb4dc 868
b9668ba4
AK
869# Tell versions [3.59,3.63) of GNU make to not export all variables.
870# Otherwise a system limit (for SysV at least) may be exceeded.
871.NOEXPORT:
This page took 0.382188 seconds and 5 git commands to generate.