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