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