Annotation of parser3/src/Makefile.in, revision 1.65
1.58 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.54 paf 2: # @configure_input@
1.1 paf 3:
1.58 paf 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 Free Software Foundation, Inc.
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.54 paf 15: @SET_MAKE@
1.1 paf 16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: pkgdatadir = $(datadir)/@PACKAGE@
20: pkglibdir = $(libdir)/@PACKAGE@
21: pkgincludedir = $(includedir)/@PACKAGE@
1.41 paf 22: top_builddir = ..
1.54 paf 23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 24: INSTALL = @INSTALL@
1.54 paf 25: install_sh_DATA = $(install_sh) -c -m 644
26: install_sh_PROGRAM = $(install_sh) -c
27: install_sh_SCRIPT = $(install_sh) -c
28: INSTALL_HEADER = $(INSTALL_DATA)
29: transform = $(program_transform_name)
1.1 paf 30: NORMAL_INSTALL = :
31: PRE_INSTALL = :
32: POST_INSTALL = :
33: NORMAL_UNINSTALL = :
34: PRE_UNINSTALL = :
35: POST_UNINSTALL = :
36: host_triplet = @host@
1.58 paf 37: subdir = src
38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.64 moko 40: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
41: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
42: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
43: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
44: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
45: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
46: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.58 paf 47: $(top_srcdir)/configure.in
48: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49: $(ACLOCAL_M4)
1.64 moko 50: mkinstalldirs = $(install_sh) -d
1.58 paf 51: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
52: CONFIG_CLEAN_FILES =
53: SOURCES =
54: DIST_SOURCES =
55: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56: html-recursive info-recursive install-data-recursive \
57: install-exec-recursive install-info-recursive \
58: install-recursive installcheck-recursive installdirs-recursive \
59: pdf-recursive ps-recursive uninstall-info-recursive \
60: uninstall-recursive
61: ETAGS = etags
62: CTAGS = ctags
63: DIST_SUBDIRS = $(SUBDIRS)
64: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.54 paf 65: ACLOCAL = @ACLOCAL@
66: AMDEP_FALSE = @AMDEP_FALSE@
67: AMDEP_TRUE = @AMDEP_TRUE@
68: AMTAR = @AMTAR@
1.62 moko 69: APACHE = @APACHE@
70: APACHE_CFLAGS = @APACHE_CFLAGS@
71: APACHE_INC = @APACHE_INC@
1.64 moko 72: AR = @AR@
73: ARGZ_H = @ARGZ_H@
74: AS = @AS@
1.54 paf 75: AUTOCONF = @AUTOCONF@
76: AUTOHEADER = @AUTOHEADER@
77: AUTOMAKE = @AUTOMAKE@
1.1 paf 78: AWK = @AWK@
79: CC = @CC@
1.54 paf 80: CCDEPMODE = @CCDEPMODE@
81: CFLAGS = @CFLAGS@
1.62 moko 82: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
83: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.64 moko 84: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
85: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.55 paf 86: CPP = @CPP@
1.54 paf 87: CPPFLAGS = @CPPFLAGS@
1.1 paf 88: CXX = @CXX@
1.64 moko 89: CXXCPP = @CXXCPP@
1.54 paf 90: CXXDEPMODE = @CXXDEPMODE@
91: CXXFLAGS = @CXXFLAGS@
92: CYGPATH_W = @CYGPATH_W@
93: DEFS = @DEFS@
94: DEPDIR = @DEPDIR@
1.64 moko 95: DLLTOOL = @DLLTOOL@
96: DSYMUTIL = @DSYMUTIL@
97: DUMPBIN = @DUMPBIN@
1.54 paf 98: ECHO_C = @ECHO_C@
99: ECHO_N = @ECHO_N@
100: ECHO_T = @ECHO_T@
101: EGREP = @EGREP@
102: EXEEXT = @EXEEXT@
1.64 moko 103: FGREP = @FGREP@
1.56 paf 104: GC_LIBS = @GC_LIBS@
1.64 moko 105: GREP = @GREP@
1.1 paf 106: INCLTDL = @INCLTDL@
1.54 paf 107: INSTALL_DATA = @INSTALL_DATA@
1.64 moko 108: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
109: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.54 paf 110: INSTALL_PROGRAM = @INSTALL_PROGRAM@
111: INSTALL_SCRIPT = @INSTALL_SCRIPT@
112: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.64 moko 113: LD = @LD@
1.54 paf 114: LDFLAGS = @LDFLAGS@
1.1 paf 115: LIBADD_DL = @LIBADD_DL@
1.64 moko 116: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
117: LIBADD_DLOPEN = @LIBADD_DLOPEN@
118: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 119: LIBLTDL = @LIBLTDL@
1.54 paf 120: LIBOBJS = @LIBOBJS@
121: LIBS = @LIBS@
1.64 moko 122: LIBTOOL = @LIBTOOL@
123: LIPO = @LIPO@
124: LN_S = @LN_S@
125: LTDLDEPS = @LTDLDEPS@
126: LTDLINCL = @LTDLINCL@
127: LTDLOPEN = @LTDLOPEN@
1.54 paf 128: LTLIBOBJS = @LTLIBOBJS@
1.64 moko 129: LT_CONFIG_H = @LT_CONFIG_H@
130: LT_DLLOADERS = @LT_DLLOADERS@
131: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 132: MAKEINFO = @MAKEINFO@
1.64 moko 133: MANIFEST_TOOL = @MANIFEST_TOOL@
1.49 paf 134: MIME_INCLUDES = @MIME_INCLUDES@
135: MIME_LIBS = @MIME_LIBS@
1.64 moko 136: NM = @NM@
137: NMEDIT = @NMEDIT@
138: OBJDUMP = @OBJDUMP@
1.54 paf 139: OBJEXT = @OBJEXT@
1.64 moko 140: OTOOL = @OTOOL@
141: OTOOL64 = @OTOOL64@
1.25 parser 142: P3S = @P3S@
1.1 paf 143: PACKAGE = @PACKAGE@
1.54 paf 144: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145: PACKAGE_NAME = @PACKAGE_NAME@
146: PACKAGE_STRING = @PACKAGE_STRING@
147: PACKAGE_TARNAME = @PACKAGE_TARNAME@
148: PACKAGE_VERSION = @PACKAGE_VERSION@
149: PATH_SEPARATOR = @PATH_SEPARATOR@
1.60 misha 150: PCRE_INCLUDES = @PCRE_INCLUDES@
151: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 152: RANLIB = @RANLIB@
1.64 moko 153: SED = @SED@
1.54 paf 154: SET_MAKE = @SET_MAKE@
155: SHELL = @SHELL@
156: STRIP = @STRIP@
1.1 paf 157: VERSION = @VERSION@
1.20 parser 158: XML_INCLUDES = @XML_INCLUDES@
159: XML_LIBS = @XML_LIBS@
1.1 paf 160: YACC = @YACC@
1.64 moko 161: ac_ct_AR = @ac_ct_AR@
162: ac_ct_AS = @ac_ct_AS@
1.54 paf 163: ac_ct_CC = @ac_ct_CC@
164: ac_ct_CXX = @ac_ct_CXX@
1.64 moko 165: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
166: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
167: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168: ac_ct_LIPO = @ac_ct_LIPO@
169: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
170: ac_ct_NMEDIT = @ac_ct_NMEDIT@
171: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
172: ac_ct_OTOOL = @ac_ct_OTOOL@
173: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.54 paf 174: ac_ct_RANLIB = @ac_ct_RANLIB@
175: ac_ct_STRIP = @ac_ct_STRIP@
176: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
177: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
178: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
179: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
180: am__include = @am__include@
1.58 paf 181: am__leading_dot = @am__leading_dot@
1.54 paf 182: am__quote = @am__quote@
1.58 paf 183: am__tar = @am__tar@
184: am__untar = @am__untar@
1.54 paf 185: bindir = @bindir@
186: build = @build@
187: build_alias = @build_alias@
188: build_cpu = @build_cpu@
189: build_os = @build_os@
190: build_vendor = @build_vendor@
191: datadir = @datadir@
1.51 paf 192: dll_extension = @dll_extension@
1.54 paf 193: exec_prefix = @exec_prefix@
194: host = @host@
195: host_alias = @host_alias@
196: host_cpu = @host_cpu@
1.1 paf 197: host_os = @host_os@
1.54 paf 198: host_vendor = @host_vendor@
199: includedir = @includedir@
200: infodir = @infodir@
201: install_sh = @install_sh@
202: libdir = @libdir@
203: libexecdir = @libexecdir@
204: localstatedir = @localstatedir@
1.64 moko 205: ltdl_LIBOBJS = @ltdl_LIBOBJS@
206: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.54 paf 207: mandir = @mandir@
1.58 paf 208: mkdir_p = @mkdir_p@
1.54 paf 209: oldincludedir = @oldincludedir@
210: prefix = @prefix@
211: program_transform_name = @program_transform_name@
212: sbindir = @sbindir@
213: sharedstatedir = @sharedstatedir@
214: subdirs = @subdirs@
1.64 moko 215: sys_symbol_underscore = @sys_symbol_underscore@
1.54 paf 216: sysconfdir = @sysconfdir@
217: target_alias = @target_alias@
1.48 paf 218: SUBDIRS = include main sql types classes lib targets
1.54 paf 219: all: all-recursive
1.1 paf 220:
221: .SUFFIXES:
1.58 paf 222: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
223: @for dep in $?; do \
224: case '$(am__configure_deps)' in \
225: *$$dep*) \
226: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
227: && exit 0; \
228: exit 1;; \
229: esac; \
230: done; \
231: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
1.54 paf 232: cd $(top_srcdir) && \
233: $(AUTOMAKE) --gnu src/Makefile
1.58 paf 234: .PRECIOUS: Makefile
235: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236: @case '$?' in \
237: *config.status*) \
238: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239: *) \
240: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242: esac;
243:
244: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246:
247: $(top_srcdir)/configure: $(am__configure_deps)
248: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
250: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.64 moko 251:
252: mostlyclean-libtool:
253: -rm -f *.lo
254:
255: clean-libtool:
256: -rm -rf .libs _libs
257:
258: distclean-libtool:
259: -rm -f libtool
1.54 paf 260: uninstall-info-am:
1.1 paf 261:
262: # This directory's subdirectories are mostly independent; you can cd
263: # into them and run `make' without going through this Makefile.
264: # To change the values of `make' variables: instead of editing Makefiles,
265: # (1) if the variable is set in `config.status', edit `config.status'
266: # (which will cause the Makefiles to be regenerated when you run `make');
267: # (2) otherwise, pass the desired values on the `make' command line.
1.54 paf 268: $(RECURSIVE_TARGETS):
269: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 270: dot_seen=no; \
271: target=`echo $@ | sed s/-recursive//`; \
272: list='$(SUBDIRS)'; for subdir in $$list; do \
273: echo "Making $$target in $$subdir"; \
274: if test "$$subdir" = "."; then \
275: dot_seen=yes; \
276: local_target="$$target-am"; \
277: else \
278: local_target="$$target"; \
279: fi; \
280: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
282: done; \
283: if test "$$dot_seen" = "no"; then \
284: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
285: fi; test -z "$$fail"
286:
287: mostlyclean-recursive clean-recursive distclean-recursive \
288: maintainer-clean-recursive:
1.54 paf 289: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 290: dot_seen=no; \
1.54 paf 291: case "$@" in \
292: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
293: *) list='$(SUBDIRS)' ;; \
294: esac; \
295: rev=''; for subdir in $$list; do \
296: if test "$$subdir" = "."; then :; else \
297: rev="$$subdir $$rev"; \
298: fi; \
1.1 paf 299: done; \
1.54 paf 300: rev="$$rev ."; \
1.1 paf 301: target=`echo $@ | sed s/-recursive//`; \
302: for subdir in $$rev; do \
303: echo "Making $$target in $$subdir"; \
304: if test "$$subdir" = "."; then \
305: local_target="$$target-am"; \
306: else \
307: local_target="$$target"; \
308: fi; \
309: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
311: done && test -z "$$fail"
312: tags-recursive:
313: list='$(SUBDIRS)'; for subdir in $$list; do \
314: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315: done
1.54 paf 316: ctags-recursive:
317: list='$(SUBDIRS)'; for subdir in $$list; do \
318: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
319: done
320:
321: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
322: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323: unique=`for i in $$list; do \
324: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325: done | \
326: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 327: END { for (i in files) print i; }'`; \
1.54 paf 328: mkid -fID $$unique
1.58 paf 329: tags: TAGS
1.1 paf 330:
1.54 paf 331: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
332: $(TAGS_FILES) $(LISP)
1.1 paf 333: tags=; \
334: here=`pwd`; \
1.58 paf 335: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
336: include_option=--etags-include; \
337: empty_fix=.; \
338: else \
339: include_option=--include; \
340: empty_fix=; \
341: fi; \
1.1 paf 342: list='$(SUBDIRS)'; for subdir in $$list; do \
1.54 paf 343: if test "$$subdir" = .; then :; else \
1.58 paf 344: test ! -f $$subdir/TAGS || \
345: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.54 paf 346: fi; \
1.1 paf 347: done; \
1.54 paf 348: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349: unique=`for i in $$list; do \
350: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351: done | \
352: $(AWK) ' { files[$$0] = 1; } \
353: END { for (i in files) print i; }'`; \
1.58 paf 354: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
355: test -n "$$unique" || unique=$$empty_fix; \
356: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357: $$tags $$unique; \
358: fi
1.54 paf 359: ctags: CTAGS
360: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361: $(TAGS_FILES) $(LISP)
362: tags=; \
363: here=`pwd`; \
364: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365: unique=`for i in $$list; do \
366: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367: done | \
368: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 369: END { for (i in files) print i; }'`; \
1.54 paf 370: test -z "$(CTAGS_ARGS)$$tags$$unique" \
371: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
372: $$tags $$unique
373:
374: GTAGS:
375: here=`$(am__cd) $(top_builddir) && pwd` \
376: && cd $(top_srcdir) \
377: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 378:
379: distclean-tags:
1.54 paf 380: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 381:
382: distdir: $(DISTFILES)
1.54 paf 383: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
384: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
385: list='$(DISTFILES)'; for file in $$list; do \
386: case $$file in \
387: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
388: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
389: esac; \
390: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
392: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
393: dir="/$$dir"; \
1.58 paf 394: $(mkdir_p) "$(distdir)$$dir"; \
1.54 paf 395: else \
396: dir=''; \
397: fi; \
1.1 paf 398: if test -d $$d/$$file; then \
1.54 paf 399: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
401: fi; \
402: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 403: else \
404: test -f $(distdir)/$$file \
1.54 paf 405: || cp -p $$d/$$file $(distdir)/$$file \
406: || exit 1; \
1.1 paf 407: fi; \
408: done
1.58 paf 409: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 410: if test "$$subdir" = .; then :; else \
1.58 paf 411: test -d "$(distdir)/$$subdir" \
412: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 paf 413: || exit 1; \
1.58 paf 414: distdir=`$(am__cd) $(distdir) && pwd`; \
415: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.54 paf 416: (cd $$subdir && \
417: $(MAKE) $(AM_MAKEFLAGS) \
1.58 paf 418: top_distdir="$$top_distdir" \
419: distdir="$$distdir/$$subdir" \
1.54 paf 420: distdir) \
1.1 paf 421: || exit 1; \
422: fi; \
423: done
424: check-am: all-am
425: check: check-recursive
1.54 paf 426: all-am: Makefile
427: installdirs: installdirs-recursive
428: installdirs-am:
429: install: install-recursive
1.1 paf 430: install-exec: install-exec-recursive
431: install-data: install-data-recursive
1.54 paf 432: uninstall: uninstall-recursive
1.1 paf 433:
434: install-am: all-am
435: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.54 paf 436:
437: installcheck: installcheck-recursive
1.1 paf 438: install-strip:
1.54 paf 439: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.58 paf 440: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.54 paf 441: `test -z '$(STRIP)' || \
442: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 443: mostlyclean-generic:
444:
445: clean-generic:
446:
447: distclean-generic:
1.58 paf 448: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 449:
450: maintainer-clean-generic:
1.54 paf 451: @echo "This command is intended for maintainers to use"
452: @echo "it deletes files that may require special tools to rebuild."
453: clean: clean-recursive
454:
1.64 moko 455: clean-am: clean-generic clean-libtool mostlyclean-am
1.54 paf 456:
457: distclean: distclean-recursive
1.58 paf 458: -rm -f Makefile
1.64 moko 459: distclean-am: clean-am distclean-generic distclean-libtool \
460: distclean-tags
1.54 paf 461:
462: dvi: dvi-recursive
463:
464: dvi-am:
1.1 paf 465:
1.58 paf 466: html: html-recursive
467:
1.54 paf 468: info: info-recursive
469:
470: info-am:
1.1 paf 471:
1.54 paf 472: install-data-am:
1.1 paf 473:
1.54 paf 474: install-exec-am:
1.1 paf 475:
1.54 paf 476: install-info: install-info-recursive
1.1 paf 477:
1.54 paf 478: install-man:
1.1 paf 479:
1.54 paf 480: installcheck-am:
1.1 paf 481:
482: maintainer-clean: maintainer-clean-recursive
1.58 paf 483: -rm -f Makefile
1.54 paf 484: maintainer-clean-am: distclean-am maintainer-clean-generic
485:
486: mostlyclean: mostlyclean-recursive
487:
1.64 moko 488: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.54 paf 489:
490: pdf: pdf-recursive
491:
492: pdf-am:
493:
494: ps: ps-recursive
1.40 paf 495:
1.54 paf 496: ps-am:
497:
498: uninstall-am: uninstall-info-am
499:
500: uninstall-info: uninstall-info-recursive
501:
1.58 paf 502: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
1.64 moko 503: clean clean-generic clean-libtool clean-recursive ctags \
504: ctags-recursive distclean distclean-generic distclean-libtool \
505: distclean-recursive distclean-tags distdir dvi dvi-am html \
506: html-am info info-am install install-am install-data \
507: install-data-am install-exec install-exec-am install-info \
508: install-info-am install-man install-strip installcheck \
509: installcheck-am installdirs installdirs-am maintainer-clean \
510: maintainer-clean-generic maintainer-clean-recursive \
511: mostlyclean mostlyclean-generic mostlyclean-libtool \
1.58 paf 512: mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
513: uninstall uninstall-am uninstall-info-am
1.1 paf 514:
515: # Tell versions [3.59,3.63) of GNU make to not export all variables.
516: # Otherwise a system limit (for SysV at least) may be exceeded.
517: .NOEXPORT:
E-mail: