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