Annotation of parser3/bin/Makefile.in, revision 1.24
1.24 ! moko 1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.8 paf 2: # @configure_input@
1.2 paf 3:
1.24 ! moko 4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.22 moko 5:
1.2 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.8 paf 15: @SET_MAKE@
1.2 paf 16:
17: VPATH = @srcdir@
1.22 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.2 paf 73: pkgdatadir = $(datadir)/@PACKAGE@
1.20 moko 74: pkgincludedir = $(includedir)/@PACKAGE@
1.2 paf 75: pkglibdir = $(libdir)/@PACKAGE@
1.20 moko 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.8 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.2 paf 83: NORMAL_INSTALL = :
84: PRE_INSTALL = :
85: POST_INSTALL = :
86: NORMAL_UNINSTALL = :
87: PRE_UNINSTALL = :
88: POST_UNINSTALL = :
1.20 moko 89: build_triplet = @build@
1.2 paf 90: host_triplet = @host@
1.12 paf 91: subdir = bin
92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.18 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.21 moko 100: $(top_srcdir)/configure.ac
1.12 paf 101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102: $(ACLOCAL_M4)
1.22 moko 103: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.18 moko 104: mkinstalldirs = $(install_sh) -d
1.12 paf 105: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
106: CONFIG_CLEAN_FILES = auto.p.dist
1.20 moko 107: CONFIG_CLEAN_VPATH_FILES =
1.22 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.12 paf 120: SOURCES =
121: DIST_SOURCES =
1.22 moko 122: am__can_run_installinfo = \
123: case $$AM_UPDATE_INFO_DIR in \
124: n|no|NO) false;; \
125: *) (install-info --version) >/dev/null 2>&1;; \
126: esac
1.12 paf 127: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128: am__vpath_adj = case $$p in \
129: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130: *) f=$$p;; \
131: esac;
1.20 moko 132: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133: am__install_max = 40
134: am__nobase_strip_setup = \
135: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136: am__nobase_strip = \
137: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138: am__nobase_list = $(am__nobase_strip_setup); \
139: for p in $$list; do echo "$$p $$p"; done | \
140: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142: if (++n[$$2] == $(am__install_max)) \
143: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144: END { for (dir in files) print dir, files[dir] }'
145: am__base_list = \
146: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.22 moko 148: am__uninstall_files_from_dir = { \
149: test -z "$$files" \
150: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152: $(am__cd) "$$dir" && rm -f $$files; }; \
153: }
1.12 paf 154: am__installdirs = "$(DESTDIR)$(confdir)"
155: DATA = $(conf_DATA)
1.22 moko 156: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
157: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/auto.p.dist.in
1.12 paf 158: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.8 paf 159: ACLOCAL = @ACLOCAL@
160: AMTAR = @AMTAR@
1.22 moko 161: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.16 moko 162: APACHE = @APACHE@
163: APACHE_CFLAGS = @APACHE_CFLAGS@
164: APACHE_INC = @APACHE_INC@
1.18 moko 165: AR = @AR@
166: ARGZ_H = @ARGZ_H@
167: AS = @AS@
1.8 paf 168: AUTOCONF = @AUTOCONF@
169: AUTOHEADER = @AUTOHEADER@
170: AUTOMAKE = @AUTOMAKE@
1.2 paf 171: AWK = @AWK@
172: CC = @CC@
1.8 paf 173: CCDEPMODE = @CCDEPMODE@
174: CFLAGS = @CFLAGS@
1.9 paf 175: CPP = @CPP@
1.8 paf 176: CPPFLAGS = @CPPFLAGS@
1.2 paf 177: CXX = @CXX@
1.18 moko 178: CXXCPP = @CXXCPP@
1.8 paf 179: CXXDEPMODE = @CXXDEPMODE@
180: CXXFLAGS = @CXXFLAGS@
181: CYGPATH_W = @CYGPATH_W@
182: DEFS = @DEFS@
183: DEPDIR = @DEPDIR@
1.18 moko 184: DLLTOOL = @DLLTOOL@
185: DSYMUTIL = @DSYMUTIL@
186: DUMPBIN = @DUMPBIN@
1.8 paf 187: ECHO_C = @ECHO_C@
188: ECHO_N = @ECHO_N@
189: ECHO_T = @ECHO_T@
190: EGREP = @EGREP@
191: EXEEXT = @EXEEXT@
1.18 moko 192: FGREP = @FGREP@
1.10 paf 193: GC_LIBS = @GC_LIBS@
1.18 moko 194: GREP = @GREP@
1.2 paf 195: INCLTDL = @INCLTDL@
1.20 moko 196: INSTALL = @INSTALL@
1.8 paf 197: INSTALL_DATA = @INSTALL_DATA@
198: INSTALL_PROGRAM = @INSTALL_PROGRAM@
199: INSTALL_SCRIPT = @INSTALL_SCRIPT@
200: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.18 moko 201: LD = @LD@
1.8 paf 202: LDFLAGS = @LDFLAGS@
1.2 paf 203: LIBADD_DL = @LIBADD_DL@
1.18 moko 204: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
205: LIBADD_DLOPEN = @LIBADD_DLOPEN@
206: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.2 paf 207: LIBLTDL = @LIBLTDL@
1.8 paf 208: LIBOBJS = @LIBOBJS@
209: LIBS = @LIBS@
1.18 moko 210: LIBTOOL = @LIBTOOL@
211: LIPO = @LIPO@
212: LN_S = @LN_S@
213: LTDLDEPS = @LTDLDEPS@
214: LTDLINCL = @LTDLINCL@
215: LTDLOPEN = @LTDLOPEN@
1.8 paf 216: LTLIBOBJS = @LTLIBOBJS@
1.18 moko 217: LT_CONFIG_H = @LT_CONFIG_H@
218: LT_DLLOADERS = @LT_DLLOADERS@
219: LT_DLPREOPEN = @LT_DLPREOPEN@
1.2 paf 220: MAKEINFO = @MAKEINFO@
1.18 moko 221: MANIFEST_TOOL = @MANIFEST_TOOL@
1.4 paf 222: MIME_INCLUDES = @MIME_INCLUDES@
223: MIME_LIBS = @MIME_LIBS@
1.20 moko 224: MKDIR_P = @MKDIR_P@
1.18 moko 225: NM = @NM@
226: NMEDIT = @NMEDIT@
227: OBJDUMP = @OBJDUMP@
1.8 paf 228: OBJEXT = @OBJEXT@
1.18 moko 229: OTOOL = @OTOOL@
230: OTOOL64 = @OTOOL64@
1.2 paf 231: P3S = @P3S@
232: PACKAGE = @PACKAGE@
1.8 paf 233: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234: PACKAGE_NAME = @PACKAGE_NAME@
235: PACKAGE_STRING = @PACKAGE_STRING@
236: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.20 moko 237: PACKAGE_URL = @PACKAGE_URL@
1.8 paf 238: PACKAGE_VERSION = @PACKAGE_VERSION@
239: PATH_SEPARATOR = @PATH_SEPARATOR@
1.14 misha 240: PCRE_INCLUDES = @PCRE_INCLUDES@
241: PCRE_LIBS = @PCRE_LIBS@
1.2 paf 242: RANLIB = @RANLIB@
1.18 moko 243: SED = @SED@
1.8 paf 244: SET_MAKE = @SET_MAKE@
245: SHELL = @SHELL@
246: STRIP = @STRIP@
1.2 paf 247: VERSION = @VERSION@
248: XML_INCLUDES = @XML_INCLUDES@
249: XML_LIBS = @XML_LIBS@
250: YACC = @YACC@
1.20 moko 251: YFLAGS = @YFLAGS@
252: abs_builddir = @abs_builddir@
253: abs_srcdir = @abs_srcdir@
254: abs_top_builddir = @abs_top_builddir@
255: abs_top_srcdir = @abs_top_srcdir@
1.18 moko 256: ac_ct_AR = @ac_ct_AR@
1.8 paf 257: ac_ct_CC = @ac_ct_CC@
258: ac_ct_CXX = @ac_ct_CXX@
1.18 moko 259: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.8 paf 260: am__include = @am__include@
1.12 paf 261: am__leading_dot = @am__leading_dot@
1.8 paf 262: am__quote = @am__quote@
1.12 paf 263: am__tar = @am__tar@
264: am__untar = @am__untar@
1.8 paf 265: bindir = @bindir@
266: build = @build@
267: build_alias = @build_alias@
268: build_cpu = @build_cpu@
269: build_os = @build_os@
270: build_vendor = @build_vendor@
1.20 moko 271: builddir = @builddir@
1.8 paf 272: datadir = @datadir@
1.20 moko 273: datarootdir = @datarootdir@
1.5 paf 274: dll_extension = @dll_extension@
1.20 moko 275: docdir = @docdir@
276: dvidir = @dvidir@
1.8 paf 277: exec_prefix = @exec_prefix@
278: host = @host@
279: host_alias = @host_alias@
280: host_cpu = @host_cpu@
1.2 paf 281: host_os = @host_os@
1.8 paf 282: host_vendor = @host_vendor@
1.20 moko 283: htmldir = @htmldir@
1.8 paf 284: includedir = @includedir@
285: infodir = @infodir@
286: install_sh = @install_sh@
287: libdir = @libdir@
288: libexecdir = @libexecdir@
1.20 moko 289: localedir = @localedir@
1.8 paf 290: localstatedir = @localstatedir@
1.18 moko 291: ltdl_LIBOBJS = @ltdl_LIBOBJS@
292: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.8 paf 293: mandir = @mandir@
1.12 paf 294: mkdir_p = @mkdir_p@
1.8 paf 295: oldincludedir = @oldincludedir@
1.20 moko 296: pdfdir = @pdfdir@
1.8 paf 297: prefix = @prefix@
298: program_transform_name = @program_transform_name@
1.20 moko 299: psdir = @psdir@
1.23 moko 300: runstatedir = @runstatedir@
1.8 paf 301: sbindir = @sbindir@
302: sharedstatedir = @sharedstatedir@
1.20 moko 303: srcdir = @srcdir@
1.8 paf 304: subdirs = @subdirs@
1.18 moko 305: sys_symbol_underscore = @sys_symbol_underscore@
1.8 paf 306: sysconfdir = @sysconfdir@
307: target_alias = @target_alias@
1.20 moko 308: top_build_prefix = @top_build_prefix@
309: top_builddir = @top_builddir@
310: top_srcdir = @top_srcdir@
1.2 paf 311: confdir = @bindir@
1.3 paf 312: conf_DATA = auto.p.dist
1.8 paf 313: all: all-am
1.2 paf 314:
315: .SUFFIXES:
1.12 paf 316: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
317: @for dep in $?; do \
318: case '$(am__configure_deps)' in \
319: *$$dep*) \
1.20 moko 320: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321: && { if test -f $@; then exit 0; else break; fi; }; \
1.12 paf 322: exit 1;; \
323: esac; \
324: done; \
1.20 moko 325: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \
326: $(am__cd) $(top_srcdir) && \
327: $(AUTOMAKE) --gnu bin/Makefile
1.12 paf 328: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329: @case '$?' in \
330: *config.status*) \
331: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
332: *) \
1.24 ! moko 333: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
! 334: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.12 paf 335: esac;
336:
337: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
338: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339:
340: $(top_srcdir)/configure: $(am__configure_deps)
341: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
343: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.20 moko 344: $(am__aclocal_m4_deps):
1.12 paf 345: auto.p.dist: $(top_builddir)/config.status $(srcdir)/auto.p.dist.in
1.8 paf 346: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1.18 moko 347:
348: mostlyclean-libtool:
349: -rm -f *.lo
350:
351: clean-libtool:
352: -rm -rf .libs _libs
1.2 paf 353: install-confDATA: $(conf_DATA)
354: @$(NORMAL_INSTALL)
1.20 moko 355: @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
1.22 moko 356: if test -n "$$list"; then \
357: echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \
358: $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \
359: fi; \
1.20 moko 360: for p in $$list; do \
1.8 paf 361: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.20 moko 362: echo "$$d$$p"; \
363: done | $(am__base_list) | \
364: while read files; do \
365: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \
366: $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \
1.2 paf 367: done
368:
369: uninstall-confDATA:
370: @$(NORMAL_UNINSTALL)
1.20 moko 371: @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
372: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.22 moko 373: dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
374: tags TAGS:
375:
376: ctags CTAGS:
1.2 paf 377:
1.22 moko 378: cscope cscopelist:
1.2 paf 379:
380:
1.24 ! moko 381: distdir: $(BUILT_SOURCES)
! 382: $(MAKE) $(AM_MAKEFLAGS) distdir-am
! 383:
! 384: distdir-am: $(DISTFILES)
1.20 moko 385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387: list='$(DISTFILES)'; \
388: dist_files=`for file in $$list; do echo $$file; done | \
389: sed -e "s|^$$srcdirstrip/||;t" \
390: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
391: case $$dist_files in \
392: */*) $(MKDIR_P) `echo "$$dist_files" | \
393: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
394: sort -u` ;; \
395: esac; \
396: for file in $$dist_files; do \
1.8 paf 397: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.2 paf 398: if test -d $$d/$$file; then \
1.20 moko 399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
400: if test -d "$(distdir)/$$file"; then \
401: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
402: fi; \
1.8 paf 403: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.20 moko 404: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
405: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.8 paf 406: fi; \
1.20 moko 407: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.2 paf 408: else \
1.20 moko 409: test -f "$(distdir)/$$file" \
410: || cp -p $$d/$$file "$(distdir)/$$file" \
1.8 paf 411: || exit 1; \
1.2 paf 412: fi; \
413: done
414: check-am: all-am
415: check: check-am
1.8 paf 416: all-am: Makefile $(DATA)
417: installdirs:
1.12 paf 418: for dir in "$(DESTDIR)$(confdir)"; do \
1.20 moko 419: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.12 paf 420: done
1.8 paf 421: install: install-am
1.2 paf 422: install-exec: install-exec-am
423: install-data: install-data-am
1.8 paf 424: uninstall: uninstall-am
1.2 paf 425:
426: install-am: all-am
427: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.8 paf 428:
429: installcheck: installcheck-am
1.2 paf 430: install-strip:
1.22 moko 431: if test -z '$(STRIP)'; then \
432: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434: install; \
435: else \
436: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
439: fi
1.2 paf 440: mostlyclean-generic:
441:
442: clean-generic:
443:
444: distclean-generic:
1.12 paf 445: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.20 moko 446: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.2 paf 447:
448: maintainer-clean-generic:
1.8 paf 449: @echo "This command is intended for maintainers to use"
450: @echo "it deletes files that may require special tools to rebuild."
451: clean: clean-am
452:
1.18 moko 453: clean-am: clean-generic clean-libtool mostlyclean-am
1.8 paf 454:
455: distclean: distclean-am
1.12 paf 456: -rm -f Makefile
1.20 moko 457: distclean-am: clean-am distclean-generic
1.8 paf 458:
459: dvi: dvi-am
460:
461: dvi-am:
1.2 paf 462:
1.12 paf 463: html: html-am
464:
1.20 moko 465: html-am:
466:
1.8 paf 467: info: info-am
468:
469: info-am:
1.2 paf 470:
1.8 paf 471: install-data-am: install-confDATA
1.2 paf 472:
1.20 moko 473: install-dvi: install-dvi-am
474:
475: install-dvi-am:
476:
1.8 paf 477: install-exec-am:
1.2 paf 478:
1.20 moko 479: install-html: install-html-am
480:
481: install-html-am:
482:
1.8 paf 483: install-info: install-info-am
1.2 paf 484:
1.20 moko 485: install-info-am:
486:
1.8 paf 487: install-man:
1.2 paf 488:
1.20 moko 489: install-pdf: install-pdf-am
490:
491: install-pdf-am:
492:
493: install-ps: install-ps-am
494:
495: install-ps-am:
496:
1.8 paf 497: installcheck-am:
1.2 paf 498:
499: maintainer-clean: maintainer-clean-am
1.12 paf 500: -rm -f Makefile
1.8 paf 501: maintainer-clean-am: distclean-am maintainer-clean-generic
502:
503: mostlyclean: mostlyclean-am
504:
1.18 moko 505: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.8 paf 506:
507: pdf: pdf-am
508:
509: pdf-am:
510:
511: ps: ps-am
512:
513: ps-am:
514:
1.20 moko 515: uninstall-am: uninstall-confDATA
516:
517: .MAKE: install-am install-strip
1.2 paf 518:
1.18 moko 519: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1.22 moko 520: cscopelist-am ctags-am distclean distclean-generic \
521: distclean-libtool distdir dvi dvi-am html html-am info info-am \
522: install install-am install-confDATA install-data \
523: install-data-am install-dvi install-dvi-am install-exec \
524: install-exec-am install-html install-html-am install-info \
525: install-info-am install-man install-pdf install-pdf-am \
526: install-ps install-ps-am install-strip installcheck \
527: installcheck-am installdirs maintainer-clean \
528: maintainer-clean-generic mostlyclean mostlyclean-generic \
529: mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
530: uninstall-am uninstall-confDATA
531:
532: .PRECIOUS: Makefile
1.20 moko 533:
1.2 paf 534:
535: # Tell versions [3.59,3.63) of GNU make to not export all variables.
536: # Otherwise a system limit (for SysV at least) may be exceeded.
537: .NOEXPORT:
E-mail: