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