Annotation of parser3/etc/Makefile.in, revision 1.30
1.29 moko 1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.13 paf 2: # @configure_input@
1.1 paf 3:
1.29 moko 4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.27 moko 5:
1.1 paf 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:
1.13 paf 15: @SET_MAKE@
1.30 ! moko 16:
1.1 paf 17: VPATH = @srcdir@
1.27 moko 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))
1.1 paf 73: pkgdatadir = $(datadir)/@PACKAGE@
1.25 moko 74: pkgincludedir = $(includedir)/@PACKAGE@
1.1 paf 75: pkglibdir = $(libdir)/@PACKAGE@
1.25 moko 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.13 paf 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)
1.1 paf 83: NORMAL_INSTALL = :
84: PRE_INSTALL = :
85: POST_INSTALL = :
86: NORMAL_UNINSTALL = :
87: PRE_UNINSTALL = :
88: POST_UNINSTALL = :
1.25 moko 89: build_triplet = @build@
1.1 paf 90: host_triplet = @host@
1.17 paf 91: subdir = etc
92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.23 moko 93: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
94: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
95: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
96: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
97: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
98: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
99: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.26 moko 100: $(top_srcdir)/configure.ac
1.17 paf 101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102: $(ACLOCAL_M4)
1.27 moko 103: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.23 moko 104: mkinstalldirs = $(install_sh) -d
1.17 paf 105: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
1.30 ! moko 106: CONFIG_CLEAN_FILES = auto.p
1.25 moko 107: CONFIG_CLEAN_VPATH_FILES =
1.27 moko 108: AM_V_P = $(am__v_P_@AM_V@)
109: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110: am__v_P_0 = false
111: am__v_P_1 = :
112: AM_V_GEN = $(am__v_GEN_@AM_V@)
113: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114: am__v_GEN_0 = @echo " GEN " $@;
115: am__v_GEN_1 =
116: AM_V_at = $(am__v_at_@AM_V@)
117: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118: am__v_at_0 = @
119: am__v_at_1 =
1.17 paf 120: SOURCES =
121: DIST_SOURCES =
1.27 moko 122: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
123: ctags-recursive dvi-recursive html-recursive info-recursive \
124: install-data-recursive install-dvi-recursive \
125: install-exec-recursive install-html-recursive \
126: install-info-recursive install-pdf-recursive \
127: install-ps-recursive install-recursive installcheck-recursive \
128: installdirs-recursive pdf-recursive ps-recursive \
129: tags-recursive uninstall-recursive
130: am__can_run_installinfo = \
131: case $$AM_UPDATE_INFO_DIR in \
132: n|no|NO) false;; \
133: *) (install-info --version) >/dev/null 2>&1;; \
134: esac
1.30 ! moko 135: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
! 136: am__vpath_adj = case $$p in \
! 137: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
! 138: *) f=$$p;; \
! 139: esac;
! 140: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
! 141: am__install_max = 40
! 142: am__nobase_strip_setup = \
! 143: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
! 144: am__nobase_strip = \
! 145: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
! 146: am__nobase_list = $(am__nobase_strip_setup); \
! 147: for p in $$list; do echo "$$p $$p"; done | \
! 148: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
! 149: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
! 150: if (++n[$$2] == $(am__install_max)) \
! 151: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
! 152: END { for (dir in files) print dir, files[dir] }'
! 153: am__base_list = \
! 154: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
! 155: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
! 156: am__uninstall_files_from_dir = { \
! 157: test -z "$$files" \
! 158: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
! 159: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
! 160: $(am__cd) "$$dir" && rm -f $$files; }; \
! 161: }
! 162: am__installdirs = "$(DESTDIR)$(confdir)"
! 163: DATA = $(conf_DATA)
1.25 moko 164: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165: distclean-recursive maintainer-clean-recursive
1.27 moko 166: am__recursive_targets = \
167: $(RECURSIVE_TARGETS) \
168: $(RECURSIVE_CLEAN_TARGETS) \
169: $(am__extra_recursive_targets)
170: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1.29 moko 171: distdir distdir-am
1.27 moko 172: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173: # Read a list of newline-separated strings from the standard input,
174: # and print each of them once, without duplicates. Input order is
175: # *not* preserved.
176: am__uniquify_input = $(AWK) '\
177: BEGIN { nonempty = 0; } \
178: { items[$$0] = 1; nonempty = 1; } \
179: END { if (nonempty) { for (i in items) print i; }; } \
180: '
181: # Make sure the list of sources is unique. This is necessary because,
182: # e.g., the same source file might be shared among _SOURCES variables
183: # for different programs/libraries.
184: am__define_uniq_tagged_files = \
185: list='$(am__tagged_files)'; \
186: unique=`for i in $$list; do \
187: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188: done | $(am__uniquify_input)`
1.17 paf 189: ETAGS = etags
190: CTAGS = ctags
191: DIST_SUBDIRS = $(SUBDIRS)
1.30 ! moko 192: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/auto.p.in
1.17 paf 193: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.25 moko 194: am__relativize = \
195: dir0=`pwd`; \
196: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
197: sed_rest='s,^[^/]*/*,,'; \
198: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
199: sed_butlast='s,/*[^/]*$$,,'; \
200: while test -n "$$dir1"; do \
201: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
202: if test "$$first" != "."; then \
203: if test "$$first" = ".."; then \
204: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
205: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
206: else \
207: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
208: if test "$$first2" = "$$first"; then \
209: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
210: else \
211: dir2="../$$dir2"; \
212: fi; \
213: dir0="$$dir0"/"$$first"; \
214: fi; \
215: fi; \
216: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
217: done; \
218: reldir="$$dir2"
1.13 paf 219: ACLOCAL = @ACLOCAL@
220: AMTAR = @AMTAR@
1.27 moko 221: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.21 moko 222: APACHE = @APACHE@
223: APACHE_CFLAGS = @APACHE_CFLAGS@
224: APACHE_INC = @APACHE_INC@
1.23 moko 225: AR = @AR@
226: ARGZ_H = @ARGZ_H@
227: AS = @AS@
1.13 paf 228: AUTOCONF = @AUTOCONF@
229: AUTOHEADER = @AUTOHEADER@
230: AUTOMAKE = @AUTOMAKE@
1.1 paf 231: AWK = @AWK@
232: CC = @CC@
1.13 paf 233: CCDEPMODE = @CCDEPMODE@
234: CFLAGS = @CFLAGS@
1.14 paf 235: CPP = @CPP@
1.13 paf 236: CPPFLAGS = @CPPFLAGS@
1.1 paf 237: CXX = @CXX@
1.23 moko 238: CXXCPP = @CXXCPP@
1.13 paf 239: CXXDEPMODE = @CXXDEPMODE@
240: CXXFLAGS = @CXXFLAGS@
241: CYGPATH_W = @CYGPATH_W@
242: DEFS = @DEFS@
243: DEPDIR = @DEPDIR@
1.23 moko 244: DLLTOOL = @DLLTOOL@
245: DSYMUTIL = @DSYMUTIL@
246: DUMPBIN = @DUMPBIN@
1.13 paf 247: ECHO_C = @ECHO_C@
248: ECHO_N = @ECHO_N@
249: ECHO_T = @ECHO_T@
250: EGREP = @EGREP@
251: EXEEXT = @EXEEXT@
1.23 moko 252: FGREP = @FGREP@
1.15 paf 253: GC_LIBS = @GC_LIBS@
1.23 moko 254: GREP = @GREP@
1.1 paf 255: INCLTDL = @INCLTDL@
1.25 moko 256: INSTALL = @INSTALL@
1.13 paf 257: INSTALL_DATA = @INSTALL_DATA@
258: INSTALL_PROGRAM = @INSTALL_PROGRAM@
259: INSTALL_SCRIPT = @INSTALL_SCRIPT@
260: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.23 moko 261: LD = @LD@
1.13 paf 262: LDFLAGS = @LDFLAGS@
1.1 paf 263: LIBADD_DL = @LIBADD_DL@
1.23 moko 264: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
265: LIBADD_DLOPEN = @LIBADD_DLOPEN@
266: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 267: LIBLTDL = @LIBLTDL@
1.13 paf 268: LIBOBJS = @LIBOBJS@
269: LIBS = @LIBS@
1.23 moko 270: LIBTOOL = @LIBTOOL@
271: LIPO = @LIPO@
272: LN_S = @LN_S@
273: LTDLDEPS = @LTDLDEPS@
274: LTDLINCL = @LTDLINCL@
275: LTDLOPEN = @LTDLOPEN@
1.13 paf 276: LTLIBOBJS = @LTLIBOBJS@
1.23 moko 277: LT_CONFIG_H = @LT_CONFIG_H@
278: LT_DLLOADERS = @LT_DLLOADERS@
279: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 280: MAKEINFO = @MAKEINFO@
1.23 moko 281: MANIFEST_TOOL = @MANIFEST_TOOL@
1.9 paf 282: MIME_INCLUDES = @MIME_INCLUDES@
283: MIME_LIBS = @MIME_LIBS@
1.25 moko 284: MKDIR_P = @MKDIR_P@
1.23 moko 285: NM = @NM@
286: NMEDIT = @NMEDIT@
287: OBJDUMP = @OBJDUMP@
1.13 paf 288: OBJEXT = @OBJEXT@
1.23 moko 289: OTOOL = @OTOOL@
290: OTOOL64 = @OTOOL64@
1.1 paf 291: P3S = @P3S@
292: PACKAGE = @PACKAGE@
1.13 paf 293: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
294: PACKAGE_NAME = @PACKAGE_NAME@
295: PACKAGE_STRING = @PACKAGE_STRING@
296: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.25 moko 297: PACKAGE_URL = @PACKAGE_URL@
1.13 paf 298: PACKAGE_VERSION = @PACKAGE_VERSION@
299: PATH_SEPARATOR = @PATH_SEPARATOR@
1.19 misha 300: PCRE_INCLUDES = @PCRE_INCLUDES@
301: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 302: RANLIB = @RANLIB@
1.23 moko 303: SED = @SED@
1.13 paf 304: SET_MAKE = @SET_MAKE@
305: SHELL = @SHELL@
306: STRIP = @STRIP@
1.1 paf 307: VERSION = @VERSION@
308: XML_INCLUDES = @XML_INCLUDES@
309: XML_LIBS = @XML_LIBS@
310: YACC = @YACC@
1.25 moko 311: YFLAGS = @YFLAGS@
312: abs_builddir = @abs_builddir@
313: abs_srcdir = @abs_srcdir@
314: abs_top_builddir = @abs_top_builddir@
315: abs_top_srcdir = @abs_top_srcdir@
1.23 moko 316: ac_ct_AR = @ac_ct_AR@
1.13 paf 317: ac_ct_CC = @ac_ct_CC@
318: ac_ct_CXX = @ac_ct_CXX@
1.23 moko 319: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.13 paf 320: am__include = @am__include@
1.17 paf 321: am__leading_dot = @am__leading_dot@
1.13 paf 322: am__quote = @am__quote@
1.17 paf 323: am__tar = @am__tar@
324: am__untar = @am__untar@
1.13 paf 325: bindir = @bindir@
326: build = @build@
327: build_alias = @build_alias@
328: build_cpu = @build_cpu@
329: build_os = @build_os@
330: build_vendor = @build_vendor@
1.25 moko 331: builddir = @builddir@
1.13 paf 332: datadir = @datadir@
1.25 moko 333: datarootdir = @datarootdir@
1.10 paf 334: dll_extension = @dll_extension@
1.25 moko 335: docdir = @docdir@
336: dvidir = @dvidir@
1.13 paf 337: exec_prefix = @exec_prefix@
338: host = @host@
339: host_alias = @host_alias@
340: host_cpu = @host_cpu@
1.1 paf 341: host_os = @host_os@
1.13 paf 342: host_vendor = @host_vendor@
1.25 moko 343: htmldir = @htmldir@
1.13 paf 344: includedir = @includedir@
345: infodir = @infodir@
346: install_sh = @install_sh@
347: libdir = @libdir@
348: libexecdir = @libexecdir@
1.25 moko 349: localedir = @localedir@
1.13 paf 350: localstatedir = @localstatedir@
1.23 moko 351: ltdl_LIBOBJS = @ltdl_LIBOBJS@
352: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.13 paf 353: mandir = @mandir@
1.17 paf 354: mkdir_p = @mkdir_p@
1.13 paf 355: oldincludedir = @oldincludedir@
1.25 moko 356: pdfdir = @pdfdir@
1.13 paf 357: prefix = @prefix@
358: program_transform_name = @program_transform_name@
1.25 moko 359: psdir = @psdir@
1.28 moko 360: runstatedir = @runstatedir@
1.13 paf 361: sbindir = @sbindir@
362: sharedstatedir = @sharedstatedir@
1.25 moko 363: srcdir = @srcdir@
1.13 paf 364: subdirs = @subdirs@
1.23 moko 365: sys_symbol_underscore = @sys_symbol_underscore@
1.13 paf 366: sysconfdir = @sysconfdir@
367: target_alias = @target_alias@
1.25 moko 368: top_build_prefix = @top_build_prefix@
369: top_builddir = @top_builddir@
370: top_srcdir = @top_srcdir@
1.1 paf 371: SUBDIRS = parser3.charsets
1.30 ! moko 372: confdir = @sysconfdir@
! 373: conf_DATA = auto.p
1.13 paf 374: all: all-recursive
1.1 paf 375:
376: .SUFFIXES:
1.17 paf 377: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
378: @for dep in $?; do \
379: case '$(am__configure_deps)' in \
380: *$$dep*) \
1.25 moko 381: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
382: && { if test -f $@; then exit 0; else break; fi; }; \
1.17 paf 383: exit 1;; \
384: esac; \
385: done; \
1.25 moko 386: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
387: $(am__cd) $(top_srcdir) && \
388: $(AUTOMAKE) --gnu etc/Makefile
1.17 paf 389: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390: @case '$?' in \
391: *config.status*) \
392: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
393: *) \
1.29 moko 394: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
395: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.17 paf 396: esac;
397:
398: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
399: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400:
401: $(top_srcdir)/configure: $(am__configure_deps)
402: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
404: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.25 moko 405: $(am__aclocal_m4_deps):
1.30 ! moko 406: auto.p: $(top_builddir)/config.status $(srcdir)/auto.p.in
! 407: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1.23 moko 408:
409: mostlyclean-libtool:
410: -rm -f *.lo
411:
412: clean-libtool:
413: -rm -rf .libs _libs
1.30 ! moko 414: install-confDATA: $(conf_DATA)
! 415: @$(NORMAL_INSTALL)
! 416: @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
! 417: if test -n "$$list"; then \
! 418: echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \
! 419: $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \
! 420: fi; \
! 421: for p in $$list; do \
! 422: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 423: echo "$$d$$p"; \
! 424: done | $(am__base_list) | \
! 425: while read files; do \
! 426: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \
! 427: $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \
! 428: done
! 429:
! 430: uninstall-confDATA:
! 431: @$(NORMAL_UNINSTALL)
! 432: @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
! 433: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 434: dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
1.23 moko 435:
1.1 paf 436: # This directory's subdirectories are mostly independent; you can cd
1.27 moko 437: # into them and run 'make' without going through this Makefile.
438: # To change the values of 'make' variables: instead of editing Makefiles,
439: # (1) if the variable is set in 'config.status', edit 'config.status'
440: # (which will cause the Makefiles to be regenerated when you run 'make');
441: # (2) otherwise, pass the desired values on the 'make' command line.
442: $(am__recursive_targets):
443: @fail=; \
444: if $(am__make_keepgoing); then \
445: failcom='fail=yes'; \
446: else \
447: failcom='exit 1'; \
448: fi; \
1.1 paf 449: dot_seen=no; \
450: target=`echo $@ | sed s/-recursive//`; \
1.27 moko 451: case "$@" in \
452: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
453: *) list='$(SUBDIRS)' ;; \
454: esac; \
455: for subdir in $$list; do \
1.1 paf 456: echo "Making $$target in $$subdir"; \
457: if test "$$subdir" = "."; then \
458: dot_seen=yes; \
459: local_target="$$target-am"; \
460: else \
461: local_target="$$target"; \
462: fi; \
1.25 moko 463: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464: || eval $$failcom; \
1.1 paf 465: done; \
466: if test "$$dot_seen" = "no"; then \
467: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
468: fi; test -z "$$fail"
469:
1.27 moko 470: ID: $(am__tagged_files)
471: $(am__define_uniq_tagged_files); mkid -fID $$unique
472: tags: tags-recursive
473: TAGS: tags
1.1 paf 474:
1.27 moko 475: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.25 moko 476: set x; \
1.1 paf 477: here=`pwd`; \
1.17 paf 478: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
479: include_option=--etags-include; \
480: empty_fix=.; \
481: else \
482: include_option=--include; \
483: empty_fix=; \
484: fi; \
1.1 paf 485: list='$(SUBDIRS)'; for subdir in $$list; do \
1.13 paf 486: if test "$$subdir" = .; then :; else \
1.17 paf 487: test ! -f $$subdir/TAGS || \
1.25 moko 488: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.13 paf 489: fi; \
1.1 paf 490: done; \
1.27 moko 491: $(am__define_uniq_tagged_files); \
1.25 moko 492: shift; \
493: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.17 paf 494: test -n "$$unique" || unique=$$empty_fix; \
1.25 moko 495: if test $$# -gt 0; then \
496: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497: "$$@" $$unique; \
498: else \
499: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500: $$unique; \
501: fi; \
1.17 paf 502: fi
1.27 moko 503: ctags: ctags-recursive
504:
505: CTAGS: ctags
506: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507: $(am__define_uniq_tagged_files); \
1.25 moko 508: test -z "$(CTAGS_ARGS)$$unique" \
1.13 paf 509: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.25 moko 510: $$unique
1.13 paf 511:
512: GTAGS:
513: here=`$(am__cd) $(top_builddir) && pwd` \
1.25 moko 514: && $(am__cd) $(top_srcdir) \
515: && gtags -i $(GTAGS_ARGS) "$$here"
1.27 moko 516: cscopelist: cscopelist-recursive
517:
518: cscopelist-am: $(am__tagged_files)
519: list='$(am__tagged_files)'; \
520: case "$(srcdir)" in \
521: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
522: *) sdir=$(subdir)/$(srcdir) ;; \
523: esac; \
524: for i in $$list; do \
525: if test -f "$$i"; then \
526: echo "$(subdir)/$$i"; \
527: else \
528: echo "$$sdir/$$i"; \
529: fi; \
530: done >> $(top_builddir)/cscope.files
1.1 paf 531:
532: distclean-tags:
1.13 paf 533: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 534:
1.29 moko 535: distdir: $(BUILT_SOURCES)
536: $(MAKE) $(AM_MAKEFLAGS) distdir-am
537:
538: distdir-am: $(DISTFILES)
1.25 moko 539: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541: list='$(DISTFILES)'; \
542: dist_files=`for file in $$list; do echo $$file; done | \
543: sed -e "s|^$$srcdirstrip/||;t" \
544: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
545: case $$dist_files in \
546: */*) $(MKDIR_P) `echo "$$dist_files" | \
547: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548: sort -u` ;; \
549: esac; \
550: for file in $$dist_files; do \
1.13 paf 551: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 paf 552: if test -d $$d/$$file; then \
1.25 moko 553: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
554: if test -d "$(distdir)/$$file"; then \
555: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556: fi; \
1.13 paf 557: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.25 moko 558: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
559: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.13 paf 560: fi; \
1.25 moko 561: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 paf 562: else \
1.25 moko 563: test -f "$(distdir)/$$file" \
564: || cp -p $$d/$$file "$(distdir)/$$file" \
1.13 paf 565: || exit 1; \
1.1 paf 566: fi; \
567: done
1.25 moko 568: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 569: if test "$$subdir" = .; then :; else \
1.27 moko 570: $(am__make_dryrun) \
571: || test -d "$(distdir)/$$subdir" \
572: || $(MKDIR_P) "$(distdir)/$$subdir" \
573: || exit 1; \
1.25 moko 574: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
575: $(am__relativize); \
576: new_distdir=$$reldir; \
577: dir1=$$subdir; dir2="$(top_distdir)"; \
578: $(am__relativize); \
579: new_top_distdir=$$reldir; \
580: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
581: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
582: ($(am__cd) $$subdir && \
1.13 paf 583: $(MAKE) $(AM_MAKEFLAGS) \
1.25 moko 584: top_distdir="$$new_top_distdir" \
585: distdir="$$new_distdir" \
586: am__remove_distdir=: \
587: am__skip_length_check=: \
588: am__skip_mode_fix=: \
1.13 paf 589: distdir) \
1.1 paf 590: || exit 1; \
591: fi; \
592: done
593: check-am: all-am
594: check: check-recursive
1.30 ! moko 595: all-am: Makefile $(DATA)
1.13 paf 596: installdirs: installdirs-recursive
597: installdirs-am:
1.30 ! moko 598: for dir in "$(DESTDIR)$(confdir)"; do \
! 599: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 600: done
1.13 paf 601: install: install-recursive
1.1 paf 602: install-exec: install-exec-recursive
603: install-data: install-data-recursive
1.13 paf 604: uninstall: uninstall-recursive
1.1 paf 605:
606: install-am: all-am
607: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.13 paf 608:
609: installcheck: installcheck-recursive
1.1 paf 610: install-strip:
1.27 moko 611: if test -z '$(STRIP)'; then \
612: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614: install; \
615: else \
616: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
619: fi
1.1 paf 620: mostlyclean-generic:
621:
622: clean-generic:
623:
624: distclean-generic:
1.17 paf 625: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.25 moko 626: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 paf 627:
628: maintainer-clean-generic:
1.13 paf 629: @echo "This command is intended for maintainers to use"
630: @echo "it deletes files that may require special tools to rebuild."
631: clean: clean-recursive
632:
1.23 moko 633: clean-am: clean-generic clean-libtool mostlyclean-am
1.13 paf 634:
635: distclean: distclean-recursive
1.17 paf 636: -rm -f Makefile
1.25 moko 637: distclean-am: clean-am distclean-generic distclean-tags
1.13 paf 638:
639: dvi: dvi-recursive
640:
641: dvi-am:
1.1 paf 642:
1.17 paf 643: html: html-recursive
644:
1.25 moko 645: html-am:
646:
1.13 paf 647: info: info-recursive
648:
649: info-am:
1.1 paf 650:
1.30 ! moko 651: install-data-am: install-confDATA
1.1 paf 652:
1.25 moko 653: install-dvi: install-dvi-recursive
654:
655: install-dvi-am:
656:
1.13 paf 657: install-exec-am:
1.1 paf 658:
1.25 moko 659: install-html: install-html-recursive
660:
661: install-html-am:
662:
1.13 paf 663: install-info: install-info-recursive
1.1 paf 664:
1.25 moko 665: install-info-am:
666:
1.13 paf 667: install-man:
1.1 paf 668:
1.25 moko 669: install-pdf: install-pdf-recursive
670:
671: install-pdf-am:
672:
673: install-ps: install-ps-recursive
674:
675: install-ps-am:
676:
1.13 paf 677: installcheck-am:
1.1 paf 678:
679: maintainer-clean: maintainer-clean-recursive
1.17 paf 680: -rm -f Makefile
1.13 paf 681: maintainer-clean-am: distclean-am maintainer-clean-generic
682:
683: mostlyclean: mostlyclean-recursive
684:
1.23 moko 685: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.13 paf 686:
687: pdf: pdf-recursive
688:
689: pdf-am:
690:
691: ps: ps-recursive
1.1 paf 692:
1.13 paf 693: ps-am:
694:
1.30 ! moko 695: uninstall-am: uninstall-confDATA
1.13 paf 696:
1.27 moko 697: .MAKE: $(am__recursive_targets) install-am install-strip
698:
699: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
700: check-am clean clean-generic clean-libtool cscopelist-am ctags \
701: ctags-am distclean distclean-generic distclean-libtool \
702: distclean-tags distdir dvi dvi-am html html-am info info-am \
1.30 ! moko 703: install install-am install-confDATA install-data \
! 704: install-data-am install-dvi install-dvi-am install-exec \
! 705: install-exec-am install-html install-html-am install-info \
! 706: install-info-am install-man install-pdf install-pdf-am \
! 707: install-ps install-ps-am install-strip installcheck \
! 708: installcheck-am installdirs installdirs-am maintainer-clean \
! 709: maintainer-clean-generic mostlyclean mostlyclean-generic \
! 710: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
! 711: uninstall-am uninstall-confDATA
1.13 paf 712:
1.27 moko 713: .PRECIOUS: Makefile
1.25 moko 714:
1.1 paf 715:
716: # Tell versions [3.59,3.63) of GNU make to not export all variables.
717: # Otherwise a system limit (for SysV at least) may be exceeded.
718: .NOEXPORT:
E-mail: