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