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