]> andersk Git - libyaml.git/blob - Makefile.in
debian: Release libyaml 0.2.1-1
[libyaml.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
17 VPATH = @srcdir@
18 am__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 }
29 am__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
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97         $(am__configure_deps) $(am__DIST_COMMON)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99  configure.lineno config.status.lineno
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = config.h
102 CONFIG_CLEAN_FILES = yaml-0.1.pc
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 SOURCES =
117 DIST_SOURCES =
118 RECURSIVE_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
126 am__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
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134     *) f=$$p;; \
135   esac;
136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137 am__install_max = 40
138 am__nobase_strip_setup = \
139   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140 am__nobase_strip = \
141   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142 am__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] }'
149 am__base_list = \
150   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152 am__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   }
158 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
159 DATA = $(pkgconfig_DATA)
160 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
161   distclean-recursive maintainer-clean-recursive
162 am__recursive_targets = \
163   $(RECURSIVE_TARGETS) \
164   $(RECURSIVE_CLEAN_TARGETS) \
165   $(am__extra_recursive_targets)
166 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167         cscope distdir dist dist-all distcheck
168 am__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.
173 am__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.
181 am__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)`
186 ETAGS = etags
187 CTAGS = ctags
188 CSCOPE = cscope
189 DIST_SUBDIRS = $(SUBDIRS)
190 am__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
198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199 distdir = $(PACKAGE)-$(VERSION)
200 top_distdir = $(distdir)
201 am__remove_distdir = \
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
207 am__post_remove_distdir = $(am__remove_distdir)
208 am__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"
233 DIST_ARCHIVES = $(distdir).tar.gz
234 GZIP_ENV = --best
235 DIST_TARGETS = dist-gzip
236 distuninstallcheck_listfiles = find . -type f -print
237 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
238   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
239 distcleancheck_listfiles = find . -type f -print
240 ACLOCAL = @ACLOCAL@
241 AMTAR = @AMTAR@
242 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243 AR = @AR@
244 AUTOCONF = @AUTOCONF@
245 AUTOHEADER = @AUTOHEADER@
246 AUTOMAKE = @AUTOMAKE@
247 AWK = @AWK@
248 CC = @CC@
249 CCDEPMODE = @CCDEPMODE@
250 CFLAGS = @CFLAGS@
251 CPP = @CPP@
252 CPPFLAGS = @CPPFLAGS@
253 CYGPATH_W = @CYGPATH_W@
254 DEFS = @DEFS@
255 DEPDIR = @DEPDIR@
256 DLLTOOL = @DLLTOOL@
257 DOXYGEN = @DOXYGEN@
258 DSYMUTIL = @DSYMUTIL@
259 DUMPBIN = @DUMPBIN@
260 ECHO_C = @ECHO_C@
261 ECHO_N = @ECHO_N@
262 ECHO_T = @ECHO_T@
263 EGREP = @EGREP@
264 EXEEXT = @EXEEXT@
265 FGREP = @FGREP@
266 GREP = @GREP@
267 INSTALL = @INSTALL@
268 INSTALL_DATA = @INSTALL_DATA@
269 INSTALL_PROGRAM = @INSTALL_PROGRAM@
270 INSTALL_SCRIPT = @INSTALL_SCRIPT@
271 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272 LD = @LD@
273 LDFLAGS = @LDFLAGS@
274 LIBOBJS = @LIBOBJS@
275 LIBS = @LIBS@
276 LIBTOOL = @LIBTOOL@
277 LIPO = @LIPO@
278 LN_S = @LN_S@
279 LTLIBOBJS = @LTLIBOBJS@
280 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
281 MAKEINFO = @MAKEINFO@
282 MANIFEST_TOOL = @MANIFEST_TOOL@
283 MKDIR_P = @MKDIR_P@
284 NM = @NM@
285 NMEDIT = @NMEDIT@
286 OBJDUMP = @OBJDUMP@
287 OBJEXT = @OBJEXT@
288 OTOOL = @OTOOL@
289 OTOOL64 = @OTOOL64@
290 PACKAGE = @PACKAGE@
291 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292 PACKAGE_NAME = @PACKAGE_NAME@
293 PACKAGE_STRING = @PACKAGE_STRING@
294 PACKAGE_TARNAME = @PACKAGE_TARNAME@
295 PACKAGE_URL = @PACKAGE_URL@
296 PACKAGE_VERSION = @PACKAGE_VERSION@
297 PATH_SEPARATOR = @PATH_SEPARATOR@
298 RANLIB = @RANLIB@
299 SED = @SED@
300 SET_MAKE = @SET_MAKE@
301 SHELL = @SHELL@
302 STRIP = @STRIP@
303 VERSION = @VERSION@
304 YAML_LT_AGE = @YAML_LT_AGE@
305 YAML_LT_CURRENT = @YAML_LT_CURRENT@
306 YAML_LT_RELEASE = @YAML_LT_RELEASE@
307 YAML_LT_REVISION = @YAML_LT_REVISION@
308 abs_builddir = @abs_builddir@
309 abs_srcdir = @abs_srcdir@
310 abs_top_builddir = @abs_top_builddir@
311 abs_top_srcdir = @abs_top_srcdir@
312 ac_ct_AR = @ac_ct_AR@
313 ac_ct_CC = @ac_ct_CC@
314 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315 am__include = @am__include@
316 am__leading_dot = @am__leading_dot@
317 am__quote = @am__quote@
318 am__tar = @am__tar@
319 am__untar = @am__untar@
320 bindir = @bindir@
321 build = @build@
322 build_alias = @build_alias@
323 build_cpu = @build_cpu@
324 build_os = @build_os@
325 build_vendor = @build_vendor@
326 builddir = @builddir@
327 datadir = @datadir@
328 datarootdir = @datarootdir@
329 docdir = @docdir@
330 dvidir = @dvidir@
331 exec_prefix = @exec_prefix@
332 host = @host@
333 host_alias = @host_alias@
334 host_cpu = @host_cpu@
335 host_os = @host_os@
336 host_vendor = @host_vendor@
337 htmldir = @htmldir@
338 includedir = @includedir@
339 infodir = @infodir@
340 install_sh = @install_sh@
341 libdir = @libdir@
342 libexecdir = @libexecdir@
343 localedir = @localedir@
344 localstatedir = @localstatedir@
345 mandir = @mandir@
346 mkdir_p = @mkdir_p@
347 oldincludedir = @oldincludedir@
348 pdfdir = @pdfdir@
349 prefix = @prefix@
350 program_transform_name = @program_transform_name@
351 psdir = @psdir@
352 sbindir = @sbindir@
353 sharedstatedir = @sharedstatedir@
354 srcdir = @srcdir@
355 sysconfdir = @sysconfdir@
356 target_alias = @target_alias@
357 top_build_prefix = @top_build_prefix@
358 top_builddir = @top_builddir@
359 top_srcdir = @top_srcdir@
360 SUBDIRS = include src . tests
361 EXTRA_DIST = README LICENSE CMakeLists.txt doc/doxygen.cfg
362 pkgconfigdir = $(libdir)/pkgconfig
363 pkgconfig_DATA = yaml-0.1.pc
364 all: config.h
365         $(MAKE) $(AM_MAKEFLAGS) all-recursive
366
367 .SUFFIXES:
368 am--refresh: Makefile
369         @:
370 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
371         @for dep in $?; do \
372           case '$(am__configure_deps)' in \
373             *$$dep*) \
374               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
375               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
376                 && exit 0; \
377               exit 1;; \
378           esac; \
379         done; \
380         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
381         $(am__cd) $(top_srcdir) && \
382           $(AUTOMAKE) --foreign Makefile
383 Makefile: $(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)
397         $(am__cd) $(srcdir) && $(AUTOCONF)
398 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
399         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
400 $(am__aclocal_m4_deps):
401
402 config.h: stamp-h1
403         @test -f $@ || rm -f stamp-h1
404         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
405
406 stamp-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) 
410         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
411         rm -f stamp-h1
412         touch $@
413
414 distclean-hdr:
415         -rm -f config.h stamp-h1
416 yaml-0.1.pc: $(top_builddir)/config.status $(srcdir)/yaml-0.1.pc.in
417         cd $(top_builddir) && $(SHELL) ./config.status $@
418
419 mostlyclean-libtool:
420         -rm -f *.lo
421
422 clean-libtool:
423         -rm -rf .libs _libs
424
425 distclean-libtool:
426         -rm -f libtool config.lt
427 install-pkgconfigDATA: $(pkgconfig_DATA)
428         @$(NORMAL_INSTALL)
429         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
430         if test -n "$$list"; then \
431           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
432           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
433         fi; \
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
443 uninstall-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|^.*/||'`; \
447         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
448
449 # This directory's subdirectories are mostly independent; you can cd
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; \
462         dot_seen=no; \
463         target=`echo $@ | sed s/-recursive//`; \
464         case "$@" in \
465           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
466           *) list='$(SUBDIRS)' ;; \
467         esac; \
468         for subdir in $$list; do \
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; \
476           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
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
483 ID: $(am__tagged_files)
484         $(am__define_uniq_tagged_files); mkid -fID $$unique
485 tags: tags-recursive
486 TAGS: tags
487
488 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489         set x; \
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 || \
501               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
502           fi; \
503         done; \
504         $(am__define_uniq_tagged_files); \
505         shift; \
506         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507           test -n "$$unique" || unique=$$empty_fix; \
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; \
515         fi
516 ctags: ctags-recursive
517
518 CTAGS: ctags
519 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520         $(am__define_uniq_tagged_files); \
521         test -z "$(CTAGS_ARGS)$$unique" \
522           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
523              $$unique
524
525 GTAGS:
526         here=`$(am__cd) $(top_builddir) && pwd` \
527           && $(am__cd) $(top_srcdir) \
528           && gtags -i $(GTAGS_ARGS) "$$here"
529 cscope: cscope.files
530         test ! -s cscope.files \
531           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
532 clean-cscope:
533         -rm -f cscope.files
534 cscope.files: clean-cscope cscopelist
535 cscopelist: cscopelist-recursive
536
537 cscopelist-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
550
551 distclean-tags:
552         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
553         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
554
555 distdir: $(DISTFILES)
556         $(am__remove_distdir)
557         test -d "$(distdir)" || mkdir "$(distdir)"
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 \
570           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571           if test -d $$d/$$file; then \
572             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573             if test -d "$(distdir)/$$file"; then \
574               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575             fi; \
576             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579             fi; \
580             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581           else \
582             test -f "$(distdir)/$$file" \
583             || cp -p $$d/$$file "$(distdir)/$$file" \
584             || exit 1; \
585           fi; \
586         done
587         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
588           if test "$$subdir" = .; then :; else \
589             $(am__make_dryrun) \
590               || test -d "$(distdir)/$$subdir" \
591               || $(MKDIR_P) "$(distdir)/$$subdir" \
592               || exit 1; \
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 && \
602               $(MAKE) $(AM_MAKEFLAGS) \
603                 top_distdir="$$new_top_distdir" \
604                 distdir="$$new_distdir" \
605                 am__remove_distdir=: \
606                 am__skip_length_check=: \
607                 am__skip_mode_fix=: \
608                 distdir) \
609               || exit 1; \
610           fi; \
611         done
612         -test -n "$(am__skip_mode_fix)" \
613         || find "$(distdir)" -type d ! -perm -755 \
614                 -exec chmod u+rwx,go+rx {} \; -o \
615           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
616           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
617           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
618         || chmod -R a+r "$(distdir)"
619 dist-gzip: distdir
620         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
621         $(am__post_remove_distdir)
622
623 dist-bzip2: distdir
624         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
625         $(am__post_remove_distdir)
626
627 dist-lzip: distdir
628         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
629         $(am__post_remove_distdir)
630
631 dist-xz: distdir
632         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
633         $(am__post_remove_distdir)
634
635 dist-tarZ: distdir
636         @echo WARNING: "Support for distribution archives compressed with" \
637                        "legacy program 'compress' is deprecated." >&2
638         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
639         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
640         $(am__post_remove_distdir)
641
642 dist-shar: distdir
643         @echo WARNING: "Support for shar distribution archives is" \
644                        "deprecated." >&2
645         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
646         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
647         $(am__post_remove_distdir)
648
649 dist-zip: distdir
650         -rm -f $(distdir).zip
651         zip -rq $(distdir).zip $(distdir)
652         $(am__post_remove_distdir)
653
654 dist dist-all:
655         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
656         $(am__post_remove_distdir)
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.
661 distcheck: dist
662         case '$(DIST_ARCHIVES)' in \
663         *.tar.gz*) \
664           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
665         *.tar.bz2*) \
666           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
667         *.tar.lz*) \
668           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
669         *.tar.xz*) \
670           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
671         *.tar.Z*) \
672           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
673         *.shar.gz*) \
674           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
675         *.zip*) \
676           unzip $(distdir).zip ;;\
677         esac
678         chmod -R a-w $(distdir)
679         chmod u+w $(distdir)
680         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
681         chmod a-w $(distdir)
682         test -d $(distdir)/_build || exit 0; \
683         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
684           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
685           && am__cwd=`pwd` \
686           && $(am__cd) $(distdir)/_build/sub \
687           && ../../configure \
688             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
689             $(DISTCHECK_CONFIGURE_FLAGS) \
690             --srcdir=../.. --prefix="$$dc_install_base" \
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) \
710           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
711           && cd "$$am__cwd" \
712           || exit 1
713         $(am__post_remove_distdir)
714         @(echo "$(distdir) archives ready for distribution: "; \
715           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
716           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
717 distuninstallcheck:
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 \
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
734 distcleancheck: 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
743 check-am: all-am
744 check: check-recursive
745 all-am: Makefile $(DATA) config.h
746 installdirs: installdirs-recursive
747 installdirs-am:
748         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
749           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
750         done
751 install: install-recursive
752 install-exec: install-exec-recursive
753 install-data: install-data-recursive
754 uninstall: uninstall-recursive
755
756 install-am: all-am
757         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
758
759 installcheck: installcheck-recursive
760 install-strip:
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
770 mostlyclean-generic:
771
772 clean-generic:
773
774 distclean-generic:
775         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
776         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
777
778 maintainer-clean-generic:
779         @echo "This command is intended for maintainers to use"
780         @echo "it deletes files that may require special tools to rebuild."
781 clean: clean-recursive
782
783 clean-am: clean-generic clean-libtool mostlyclean-am
784
785 distclean: distclean-recursive
786         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
787         -rm -f Makefile
788 distclean-am: clean-am distclean-generic distclean-hdr \
789         distclean-libtool distclean-local distclean-tags
790
791 dvi: dvi-recursive
792
793 dvi-am:
794
795 html: html-recursive
796
797 html-am:
798
799 info: info-recursive
800
801 info-am:
802
803 install-data-am: install-pkgconfigDATA
804
805 install-dvi: install-dvi-recursive
806
807 install-dvi-am:
808
809 install-exec-am:
810
811 install-html: install-html-recursive
812
813 install-html-am:
814
815 install-info: install-info-recursive
816
817 install-info-am:
818
819 install-man:
820
821 install-pdf: install-pdf-recursive
822
823 install-pdf-am:
824
825 install-ps: install-ps-recursive
826
827 install-ps-am:
828
829 installcheck-am:
830
831 maintainer-clean: maintainer-clean-recursive
832         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
833         -rm -rf $(top_srcdir)/autom4te.cache
834         -rm -f Makefile
835 maintainer-clean-am: distclean-am maintainer-clean-generic \
836         maintainer-clean-local
837
838 mostlyclean: mostlyclean-recursive
839
840 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
841
842 pdf: pdf-recursive
843
844 pdf-am:
845
846 ps: ps-recursive
847
848 ps-am:
849
850 uninstall-am: uninstall-pkgconfigDATA
851
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 \
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
873
874
875 maintainer-clean-local:
876         rm -f aclocal.m4 config.h.in configure config/*
877         -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
878
879 distclean-local:
880         rm -fr tests/run-test-suite
881         -git worktree prune
882
883 .PHONY: bootstrap
884 bootstrap: maintainer-clean
885         ./bootstrap
886         ./configure
887         make
888
889 test: all
890         make -C tests check-TESTS
891
892 test-suite: tests/run-test-suite
893         make -C $< test
894
895 test-all: test test-suite
896
897 tests/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
901
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.111903 seconds and 5 git commands to generate.