Annotation of parser3/src/include/Makefile.in, revision 1.37
1.36 moko 1: # Makefile.in generated by automake 1.16.3 from Makefile.am.
1.10 paf 2: # @configure_input@
1.1 paf 3:
1.36 moko 4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.32 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.10 paf 15: @SET_MAKE@
1.1 paf 16:
17: VPATH = @srcdir@
1.32 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.29 moko 74: pkgincludedir = $(includedir)/@PACKAGE@
1.1 paf 75: pkglibdir = $(libdir)/@PACKAGE@
1.29 moko 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.10 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.29 moko 89: build_triplet = @build@
1.1 paf 90: host_triplet = @host@
1.19 paf 91: subdir = src/include
92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.27 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.30 moko 100: $(top_srcdir)/configure.ac
1.19 paf 101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102: $(ACLOCAL_M4)
1.32 moko 103: DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
104: $(am__DIST_COMMON)
1.27 moko 105: mkinstalldirs = $(install_sh) -d
1.19 paf 106: CONFIG_HEADER = pa_config_auto.h
107: CONFIG_CLEAN_FILES =
1.29 moko 108: CONFIG_CLEAN_VPATH_FILES =
1.32 moko 109: AM_V_P = $(am__v_P_@AM_V@)
110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111: am__v_P_0 = false
112: am__v_P_1 = :
113: AM_V_GEN = $(am__v_GEN_@AM_V@)
114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115: am__v_GEN_0 = @echo " GEN " $@;
116: am__v_GEN_1 =
117: AM_V_at = $(am__v_at_@AM_V@)
118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119: am__v_at_0 = @
120: am__v_at_1 =
1.19 paf 121: SOURCES =
122: DIST_SOURCES =
1.32 moko 123: am__can_run_installinfo = \
124: case $$AM_UPDATE_INFO_DIR in \
125: n|no|NO) false;; \
126: *) (install-info --version) >/dev/null 2>&1;; \
127: esac
1.19 paf 128: HEADERS = $(noinst_HEADERS)
1.36 moko 129: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
130: pa_config_auto.h.in
1.32 moko 131: # Read a list of newline-separated strings from the standard input,
132: # and print each of them once, without duplicates. Input order is
133: # *not* preserved.
134: am__uniquify_input = $(AWK) '\
135: BEGIN { nonempty = 0; } \
136: { items[$$0] = 1; nonempty = 1; } \
137: END { if (nonempty) { for (i in items) print i; }; } \
138: '
139: # Make sure the list of sources is unique. This is necessary because,
140: # e.g., the same source file might be shared among _SOURCES variables
141: # for different programs/libraries.
142: am__define_uniq_tagged_files = \
143: list='$(am__tagged_files)'; \
144: unique=`for i in $$list; do \
145: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146: done | $(am__uniquify_input)`
1.19 paf 147: ETAGS = etags
148: CTAGS = ctags
1.32 moko 149: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/pa_config_auto.h.in
1.19 paf 150: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10 paf 151: ACLOCAL = @ACLOCAL@
1.37 ! moko 152: AMQP_INCLUDES = @AMQP_INCLUDES@
! 153: AMQP_LIBS = @AMQP_LIBS@
1.10 paf 154: AMTAR = @AMTAR@
1.32 moko 155: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.25 moko 156: APACHE = @APACHE@
157: APACHE_CFLAGS = @APACHE_CFLAGS@
158: APACHE_INC = @APACHE_INC@
1.27 moko 159: AR = @AR@
160: ARGZ_H = @ARGZ_H@
161: AS = @AS@
1.10 paf 162: AUTOCONF = @AUTOCONF@
163: AUTOHEADER = @AUTOHEADER@
164: AUTOMAKE = @AUTOMAKE@
1.1 paf 165: AWK = @AWK@
166: CC = @CC@
1.10 paf 167: CCDEPMODE = @CCDEPMODE@
168: CFLAGS = @CFLAGS@
1.11 paf 169: CPP = @CPP@
1.10 paf 170: CPPFLAGS = @CPPFLAGS@
1.1 paf 171: CXX = @CXX@
1.27 moko 172: CXXCPP = @CXXCPP@
1.10 paf 173: CXXDEPMODE = @CXXDEPMODE@
174: CXXFLAGS = @CXXFLAGS@
175: CYGPATH_W = @CYGPATH_W@
176: DEFS = @DEFS@
177: DEPDIR = @DEPDIR@
1.27 moko 178: DLLTOOL = @DLLTOOL@
179: DSYMUTIL = @DSYMUTIL@
180: DUMPBIN = @DUMPBIN@
1.10 paf 181: ECHO_C = @ECHO_C@
182: ECHO_N = @ECHO_N@
183: ECHO_T = @ECHO_T@
184: EGREP = @EGREP@
185: EXEEXT = @EXEEXT@
1.27 moko 186: FGREP = @FGREP@
1.12 paf 187: GC_LIBS = @GC_LIBS@
1.27 moko 188: GREP = @GREP@
1.1 paf 189: INCLTDL = @INCLTDL@
1.29 moko 190: INSTALL = @INSTALL@
1.10 paf 191: INSTALL_DATA = @INSTALL_DATA@
192: INSTALL_PROGRAM = @INSTALL_PROGRAM@
193: INSTALL_SCRIPT = @INSTALL_SCRIPT@
194: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.27 moko 195: LD = @LD@
1.10 paf 196: LDFLAGS = @LDFLAGS@
1.1 paf 197: LIBADD_DL = @LIBADD_DL@
1.27 moko 198: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
199: LIBADD_DLOPEN = @LIBADD_DLOPEN@
200: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 201: LIBLTDL = @LIBLTDL@
1.10 paf 202: LIBOBJS = @LIBOBJS@
203: LIBS = @LIBS@
1.27 moko 204: LIBTOOL = @LIBTOOL@
205: LIPO = @LIPO@
206: LN_S = @LN_S@
207: LTDLDEPS = @LTDLDEPS@
208: LTDLINCL = @LTDLINCL@
209: LTDLOPEN = @LTDLOPEN@
1.10 paf 210: LTLIBOBJS = @LTLIBOBJS@
1.27 moko 211: LT_CONFIG_H = @LT_CONFIG_H@
212: LT_DLLOADERS = @LT_DLLOADERS@
213: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 214: MAKEINFO = @MAKEINFO@
1.27 moko 215: MANIFEST_TOOL = @MANIFEST_TOOL@
1.6 paf 216: MIME_INCLUDES = @MIME_INCLUDES@
217: MIME_LIBS = @MIME_LIBS@
1.29 moko 218: MKDIR_P = @MKDIR_P@
1.27 moko 219: NM = @NM@
220: NMEDIT = @NMEDIT@
221: OBJDUMP = @OBJDUMP@
1.10 paf 222: OBJEXT = @OBJEXT@
1.27 moko 223: OTOOL = @OTOOL@
224: OTOOL64 = @OTOOL64@
1.1 paf 225: P3S = @P3S@
226: PACKAGE = @PACKAGE@
1.10 paf 227: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228: PACKAGE_NAME = @PACKAGE_NAME@
229: PACKAGE_STRING = @PACKAGE_STRING@
230: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.29 moko 231: PACKAGE_URL = @PACKAGE_URL@
1.10 paf 232: PACKAGE_VERSION = @PACKAGE_VERSION@
233: PATH_SEPARATOR = @PATH_SEPARATOR@
1.22 misha 234: PCRE_INCLUDES = @PCRE_INCLUDES@
235: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 236: RANLIB = @RANLIB@
1.27 moko 237: SED = @SED@
1.10 paf 238: SET_MAKE = @SET_MAKE@
239: SHELL = @SHELL@
240: STRIP = @STRIP@
1.1 paf 241: VERSION = @VERSION@
242: XML_INCLUDES = @XML_INCLUDES@
243: XML_LIBS = @XML_LIBS@
244: YACC = @YACC@
1.29 moko 245: YFLAGS = @YFLAGS@
246: abs_builddir = @abs_builddir@
247: abs_srcdir = @abs_srcdir@
248: abs_top_builddir = @abs_top_builddir@
249: abs_top_srcdir = @abs_top_srcdir@
1.27 moko 250: ac_ct_AR = @ac_ct_AR@
1.10 paf 251: ac_ct_CC = @ac_ct_CC@
252: ac_ct_CXX = @ac_ct_CXX@
1.27 moko 253: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.10 paf 254: am__include = @am__include@
1.19 paf 255: am__leading_dot = @am__leading_dot@
1.10 paf 256: am__quote = @am__quote@
1.19 paf 257: am__tar = @am__tar@
258: am__untar = @am__untar@
1.10 paf 259: bindir = @bindir@
260: build = @build@
261: build_alias = @build_alias@
262: build_cpu = @build_cpu@
263: build_os = @build_os@
264: build_vendor = @build_vendor@
1.29 moko 265: builddir = @builddir@
1.10 paf 266: datadir = @datadir@
1.29 moko 267: datarootdir = @datarootdir@
1.7 paf 268: dll_extension = @dll_extension@
1.29 moko 269: docdir = @docdir@
270: dvidir = @dvidir@
1.10 paf 271: exec_prefix = @exec_prefix@
272: host = @host@
273: host_alias = @host_alias@
274: host_cpu = @host_cpu@
1.1 paf 275: host_os = @host_os@
1.10 paf 276: host_vendor = @host_vendor@
1.29 moko 277: htmldir = @htmldir@
1.10 paf 278: includedir = @includedir@
279: infodir = @infodir@
280: install_sh = @install_sh@
281: libdir = @libdir@
282: libexecdir = @libexecdir@
1.29 moko 283: localedir = @localedir@
1.10 paf 284: localstatedir = @localstatedir@
1.27 moko 285: ltdl_LIBOBJS = @ltdl_LIBOBJS@
286: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.10 paf 287: mandir = @mandir@
1.19 paf 288: mkdir_p = @mkdir_p@
1.10 paf 289: oldincludedir = @oldincludedir@
1.29 moko 290: pdfdir = @pdfdir@
1.10 paf 291: prefix = @prefix@
292: program_transform_name = @program_transform_name@
1.29 moko 293: psdir = @psdir@
1.33 moko 294: runstatedir = @runstatedir@
1.10 paf 295: sbindir = @sbindir@
296: sharedstatedir = @sharedstatedir@
1.29 moko 297: srcdir = @srcdir@
1.10 paf 298: subdirs = @subdirs@
1.27 moko 299: sys_symbol_underscore = @sys_symbol_underscore@
1.10 paf 300: sysconfdir = @sysconfdir@
301: target_alias = @target_alias@
1.29 moko 302: top_build_prefix = @top_build_prefix@
303: top_builddir = @top_builddir@
304: top_srcdir = @top_srcdir@
1.34 moko 305: noinst_HEADERS = pa_version.h pa_pool.h pa_os.h pa_common.h pa_base64.h pa_operation.h pa_request_charsets.h pa_request_info.h pa_array.h pa_cache_managers.h pa_charset.h pa_charsets.h pa_config_fixed.h pa_config_includes.h pa_dictionary.h pa_dir.h pa_exception.h pa_xml_exception.h pa_exec.h pa_globals.h pa_xml_io.h pa_hash.h pa_opcode.h pa_memory.h pa_request.h pa_sapi.h pa_socks.h pa_sql_connection.h pa_sql_driver_manager.h pa_stack.h pa_string.h pa_stylesheet_connection.h pa_stylesheet_manager.h pa_table.h pa_threads.h pa_types.h pa_uue.h pa_http.h pa_random.h pa_symbols.h
1.10 paf 306: all: pa_config_auto.h
307: $(MAKE) $(AM_MAKEFLAGS) all-am
1.1 paf 308:
309: .SUFFIXES:
1.19 paf 310: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
311: @for dep in $?; do \
312: case '$(am__configure_deps)' in \
313: *$$dep*) \
1.29 moko 314: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315: && { if test -f $@; then exit 0; else break; fi; }; \
1.19 paf 316: exit 1;; \
317: esac; \
318: done; \
1.29 moko 319: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
320: $(am__cd) $(top_srcdir) && \
321: $(AUTOMAKE) --gnu src/include/Makefile
1.19 paf 322: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323: @case '$?' in \
324: *config.status*) \
325: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326: *) \
1.35 moko 327: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
328: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.19 paf 329: esac;
330:
331: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333:
334: $(top_srcdir)/configure: $(am__configure_deps)
335: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
337: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.29 moko 338: $(am__aclocal_m4_deps):
1.1 paf 339:
1.10 paf 340: pa_config_auto.h: stamp-h1
1.32 moko 341: @test -f $@ || rm -f stamp-h1
342: @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1.1 paf 343:
1.10 paf 344: stamp-h1: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
345: @rm -f stamp-h1
346: cd $(top_builddir) && $(SHELL) ./config.status src/include/pa_config_auto.h
1.19 paf 347: $(srcdir)/pa_config_auto.h.in: $(am__configure_deps)
1.29 moko 348: ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.19 paf 349: rm -f stamp-h1
350: touch $@
1.1 paf 351:
352: distclean-hdr:
1.10 paf 353: -rm -f pa_config_auto.h stamp-h1
1.27 moko 354:
355: mostlyclean-libtool:
356: -rm -f *.lo
357:
358: clean-libtool:
359: -rm -rf .libs _libs
360:
1.32 moko 361: ID: $(am__tagged_files)
362: $(am__define_uniq_tagged_files); mkid -fID $$unique
363: tags: tags-am
364: TAGS: tags
1.1 paf 365:
1.32 moko 366: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.29 moko 367: set x; \
1.1 paf 368: here=`pwd`; \
1.32 moko 369: $(am__define_uniq_tagged_files); \
1.29 moko 370: shift; \
371: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.19 paf 372: test -n "$$unique" || unique=$$empty_fix; \
1.29 moko 373: if test $$# -gt 0; then \
374: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375: "$$@" $$unique; \
376: else \
377: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378: $$unique; \
379: fi; \
1.19 paf 380: fi
1.32 moko 381: ctags: ctags-am
382:
383: CTAGS: ctags
384: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
385: $(am__define_uniq_tagged_files); \
1.29 moko 386: test -z "$(CTAGS_ARGS)$$unique" \
1.10 paf 387: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.29 moko 388: $$unique
1.10 paf 389:
390: GTAGS:
391: here=`$(am__cd) $(top_builddir) && pwd` \
1.29 moko 392: && $(am__cd) $(top_srcdir) \
393: && gtags -i $(GTAGS_ARGS) "$$here"
1.32 moko 394: cscopelist: cscopelist-am
395:
396: cscopelist-am: $(am__tagged_files)
397: list='$(am__tagged_files)'; \
398: case "$(srcdir)" in \
399: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
400: *) sdir=$(subdir)/$(srcdir) ;; \
401: esac; \
402: for i in $$list; do \
403: if test -f "$$i"; then \
404: echo "$(subdir)/$$i"; \
405: else \
406: echo "$$sdir/$$i"; \
407: fi; \
408: done >> $(top_builddir)/cscope.files
1.1 paf 409:
410: distclean-tags:
1.10 paf 411: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 412:
1.35 moko 413: distdir: $(BUILT_SOURCES)
414: $(MAKE) $(AM_MAKEFLAGS) distdir-am
415:
416: distdir-am: $(DISTFILES)
1.29 moko 417: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419: list='$(DISTFILES)'; \
420: dist_files=`for file in $$list; do echo $$file; done | \
421: sed -e "s|^$$srcdirstrip/||;t" \
422: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423: case $$dist_files in \
424: */*) $(MKDIR_P) `echo "$$dist_files" | \
425: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426: sort -u` ;; \
427: esac; \
428: for file in $$dist_files; do \
1.10 paf 429: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 paf 430: if test -d $$d/$$file; then \
1.29 moko 431: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432: if test -d "$(distdir)/$$file"; then \
433: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434: fi; \
1.10 paf 435: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.29 moko 436: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.10 paf 438: fi; \
1.29 moko 439: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 paf 440: else \
1.29 moko 441: test -f "$(distdir)/$$file" \
442: || cp -p $$d/$$file "$(distdir)/$$file" \
1.10 paf 443: || exit 1; \
1.1 paf 444: fi; \
445: done
446: check-am: all-am
447: check: check-am
1.10 paf 448: all-am: Makefile $(HEADERS) pa_config_auto.h
449: installdirs:
450: install: install-am
1.1 paf 451: install-exec: install-exec-am
452: install-data: install-data-am
1.10 paf 453: uninstall: uninstall-am
1.1 paf 454:
455: install-am: all-am
456: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10 paf 457:
458: installcheck: installcheck-am
1.1 paf 459: install-strip:
1.32 moko 460: if test -z '$(STRIP)'; then \
461: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
462: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
463: install; \
464: else \
465: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
468: fi
1.1 paf 469: mostlyclean-generic:
470:
471: clean-generic:
472:
473: distclean-generic:
1.19 paf 474: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.29 moko 475: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 paf 476:
477: maintainer-clean-generic:
1.10 paf 478: @echo "This command is intended for maintainers to use"
479: @echo "it deletes files that may require special tools to rebuild."
480: clean: clean-am
481:
1.27 moko 482: clean-am: clean-generic clean-libtool mostlyclean-am
1.10 paf 483:
484: distclean: distclean-am
1.19 paf 485: -rm -f Makefile
1.29 moko 486: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1 paf 487:
1.10 paf 488: dvi: dvi-am
489:
490: dvi-am:
491:
1.19 paf 492: html: html-am
493:
1.29 moko 494: html-am:
495:
1.10 paf 496: info: info-am
497:
498: info-am:
1.1 paf 499:
1.10 paf 500: install-data-am:
1.1 paf 501:
1.29 moko 502: install-dvi: install-dvi-am
503:
504: install-dvi-am:
505:
1.10 paf 506: install-exec-am:
1.1 paf 507:
1.29 moko 508: install-html: install-html-am
509:
510: install-html-am:
511:
1.10 paf 512: install-info: install-info-am
1.1 paf 513:
1.29 moko 514: install-info-am:
515:
1.10 paf 516: install-man:
1.1 paf 517:
1.29 moko 518: install-pdf: install-pdf-am
519:
520: install-pdf-am:
521:
522: install-ps: install-ps-am
523:
524: install-ps-am:
525:
1.10 paf 526: installcheck-am:
1.1 paf 527:
528: maintainer-clean: maintainer-clean-am
1.19 paf 529: -rm -f Makefile
1.10 paf 530: maintainer-clean-am: distclean-am maintainer-clean-generic
531:
532: mostlyclean: mostlyclean-am
533:
1.27 moko 534: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10 paf 535:
536: pdf: pdf-am
537:
538: pdf-am:
539:
540: ps: ps-am
541:
542: ps-am:
543:
1.29 moko 544: uninstall-am:
545:
546: .MAKE: all install-am install-strip
1.1 paf 547:
1.32 moko 548: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
549: clean-libtool cscopelist-am ctags ctags-am distclean \
550: distclean-generic distclean-hdr distclean-libtool \
551: distclean-tags distdir dvi dvi-am html html-am info info-am \
552: install install-am install-data install-data-am install-dvi \
553: install-dvi-am install-exec install-exec-am install-html \
554: install-html-am install-info install-info-am install-man \
555: install-pdf install-pdf-am install-ps install-ps-am \
556: install-strip installcheck installcheck-am installdirs \
557: maintainer-clean maintainer-clean-generic mostlyclean \
558: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
559: tags tags-am uninstall uninstall-am
560:
561: .PRECIOUS: Makefile
1.29 moko 562:
1.1 paf 563:
564: # Tell versions [3.59,3.63) of GNU make to not export all variables.
565: # Otherwise a system limit (for SysV at least) may be exceeded.
566: .NOEXPORT:
E-mail: