Annotation of parser3/src/lib/ltdl/Makefile.in, revision 1.4
1.3 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 paf 3:
1.3 paf 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5: # 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.3 paf 15: @SET_MAKE@
1.1 paf 16:
17: srcdir = @srcdir@
18: top_srcdir = @top_srcdir@
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkgincludedir = $(includedir)/@PACKAGE@
1.4 ! paf 23: top_builddir = .
1.1 paf 24:
1.3 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 26: INSTALL = @INSTALL@
1.3 paf 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)
1.1 paf 32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: host_triplet = @host@
1.3 paf 39: ACLOCAL = @ACLOCAL@
40: AMDEP_FALSE = @AMDEP_FALSE@
41: AMDEP_TRUE = @AMDEP_TRUE@
42: AMTAR = @AMTAR@
43: AUTOCONF = @AUTOCONF@
44: AUTOHEADER = @AUTOHEADER@
45: AUTOMAKE = @AUTOMAKE@
1.1 paf 46: AWK = @AWK@
47: CC = @CC@
1.3 paf 48: CCDEPMODE = @CCDEPMODE@
49: CFLAGS = @CFLAGS@
1.4 ! paf 50: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
! 51: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
! 52: CPP = @CPP@
1.3 paf 53: CPPFLAGS = @CPPFLAGS@
54: CYGPATH_W = @CYGPATH_W@
55: DEFS = @DEFS@
56: DEPDIR = @DEPDIR@
1.4 ! paf 57: ECHO = @ECHO@
1.3 paf 58: ECHO_C = @ECHO_C@
59: ECHO_N = @ECHO_N@
60: ECHO_T = @ECHO_T@
61: EGREP = @EGREP@
62: EXEEXT = @EXEEXT@
63: INSTALL_DATA = @INSTALL_DATA@
1.4 ! paf 64: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
! 65: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.3 paf 66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
67: INSTALL_SCRIPT = @INSTALL_SCRIPT@
68: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69: LDFLAGS = @LDFLAGS@
1.1 paf 70: LIBADD_DL = @LIBADD_DL@
1.3 paf 71: LIBOBJS = @LIBOBJS@
72: LIBS = @LIBS@
1.4 ! paf 73: LIBTOOL = @LIBTOOL@
! 74: LN_S = @LN_S@
1.3 paf 75: LTLIBOBJS = @LTLIBOBJS@
1.4 ! paf 76: MAINT = @MAINT@
! 77: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
! 78: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1.1 paf 79: MAKEINFO = @MAKEINFO@
1.3 paf 80: OBJEXT = @OBJEXT@
1.1 paf 81: PACKAGE = @PACKAGE@
1.3 paf 82: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
83: PACKAGE_NAME = @PACKAGE_NAME@
84: PACKAGE_STRING = @PACKAGE_STRING@
85: PACKAGE_TARNAME = @PACKAGE_TARNAME@
86: PACKAGE_VERSION = @PACKAGE_VERSION@
87: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 paf 88: RANLIB = @RANLIB@
1.3 paf 89: SET_MAKE = @SET_MAKE@
90: SHELL = @SHELL@
91: STRIP = @STRIP@
1.1 paf 92: VERSION = @VERSION@
1.3 paf 93: ac_ct_CC = @ac_ct_CC@
94: ac_ct_RANLIB = @ac_ct_RANLIB@
95: ac_ct_STRIP = @ac_ct_STRIP@
96: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
97: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
98: am__include = @am__include@
99: am__quote = @am__quote@
100: bindir = @bindir@
101: build = @build@
102: build_alias = @build_alias@
103: build_cpu = @build_cpu@
104: build_os = @build_os@
105: build_vendor = @build_vendor@
106: datadir = @datadir@
107: exec_prefix = @exec_prefix@
108: host = @host@
109: host_alias = @host_alias@
110: host_cpu = @host_cpu@
1.1 paf 111: host_os = @host_os@
1.3 paf 112: host_vendor = @host_vendor@
113: includedir = @includedir@
114: infodir = @infodir@
115: install_sh = @install_sh@
116: libdir = @libdir@
117: libexecdir = @libexecdir@
118: localstatedir = @localstatedir@
119: mandir = @mandir@
120: oldincludedir = @oldincludedir@
121: prefix = @prefix@
122: program_transform_name = @program_transform_name@
123: sbindir = @sbindir@
124: sharedstatedir = @sharedstatedir@
125: sysconfdir = @sysconfdir@
126: target_alias = @target_alias@
1.1 paf 127:
128: AUTOMAKE_OPTIONS = no-dependencies foreign
129:
130: noinst_HEADERS = ltdl.h config_auto.h.in config.h
131: noinst_LIBRARIES = libltdlc.a
132:
133: libltdlc_a_SOURCES = ltdl.c
1.4 ! paf 134: subdir = .
! 135: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 136: mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
! 137: CONFIG_HEADER = config_auto.h
1.3 paf 138: CONFIG_CLEAN_FILES =
139: LIBRARIES = $(noinst_LIBRARIES)
140:
141: libltdlc_a_AR = $(AR) cru
142: libltdlc_a_LIBADD =
143: am_libltdlc_a_OBJECTS = ltdl.$(OBJEXT)
144: libltdlc_a_OBJECTS = $(am_libltdlc_a_OBJECTS)
145:
1.4 ! paf 146: DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
1.3 paf 147: depcomp =
148: am__depfiles_maybe =
149: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
150: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.4 ! paf 151: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 152: $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1 paf 153: CCLD = $(CC)
1.4 ! paf 154: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 155: $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.3 paf 156: DIST_SOURCES = $(libltdlc_a_SOURCES)
157: HEADERS = $(noinst_HEADERS)
158:
1.4 ! paf 159: DIST_COMMON = README $(noinst_HEADERS) ../../../AUTHORS \
! 160: ../../../COPYING ../../../ChangeLog ../../../INSTALL \
! 161: ../../../NEWS ../../../README ../../../acinclude.m4 \
! 162: ../../../config.guess ../../../config.sub ../../../configure \
! 163: ../../../configure.in ../../../depcomp ../../../install-sh \
! 164: ../../../ltmain.sh ../../../missing ../../../mkinstalldirs \
! 165: COPYING.LIB Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
! 166: config_auto.h.in configure configure.in
1.3 paf 167: SOURCES = $(libltdlc_a_SOURCES)
1.1 paf 168:
1.4 ! paf 169: all: config_auto.h
! 170: $(MAKE) $(AM_MAKEFLAGS) all-am
1.1 paf 171:
172: .SUFFIXES:
1.4 ! paf 173: .SUFFIXES: .c .lo .o .obj
! 174:
! 175: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
! 176: configure.lineno
! 177: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.3 paf 178: cd $(top_srcdir) && \
1.4 ! paf 179: $(AUTOMAKE) --foreign Makefile
! 180: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
! 181: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
! 182:
! 183: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 184: $(SHELL) ./config.status --recheck
! 185: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
! 186: cd $(srcdir) && $(AUTOCONF)
! 187:
! 188: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
! 189: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
! 190:
! 191: config_auto.h: stamp-h1
! 192: @if test ! -f $@; then \
! 193: rm -f stamp-h1; \
! 194: $(MAKE) stamp-h1; \
! 195: else :; fi
! 196:
! 197: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
! 198: @rm -f stamp-h1
! 199: cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
! 200:
! 201: $(srcdir)/config_auto.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 202: cd $(top_srcdir) && $(AUTOHEADER)
! 203: touch $(srcdir)/config_auto.h.in
! 204:
! 205: distclean-hdr:
! 206: -rm -f config_auto.h stamp-h1
1.1 paf 207:
1.3 paf 208: AR = ar
1.1 paf 209:
210: clean-noinstLIBRARIES:
211: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.3 paf 212: libltdlc.a: $(libltdlc_a_OBJECTS) $(libltdlc_a_DEPENDENCIES)
213: -rm -f libltdlc.a
214: $(libltdlc_a_AR) libltdlc.a $(libltdlc_a_OBJECTS) $(libltdlc_a_LIBADD)
215: $(RANLIB) libltdlc.a
1.1 paf 216:
1.3 paf 217: mostlyclean-compile:
218: -rm -f *.$(OBJEXT) core *.core
1.1 paf 219:
1.3 paf 220: distclean-compile:
221: -rm -f *.tab.c
1.1 paf 222:
223: .c.o:
1.3 paf 224: $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
1.1 paf 225:
1.3 paf 226: .c.obj:
227: $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
1.4 ! paf 228:
! 229: .c.lo:
! 230: $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
! 231:
! 232: mostlyclean-libtool:
! 233: -rm -f *.lo
! 234:
! 235: clean-libtool:
! 236: -rm -rf .libs _libs
! 237:
! 238: distclean-libtool:
! 239: -rm -f libtool
1.3 paf 240: uninstall-info-am:
1.1 paf 241:
1.3 paf 242: ETAGS = etags
243: ETAGSFLAGS =
1.1 paf 244:
1.3 paf 245: CTAGS = ctags
246: CTAGSFLAGS =
1.1 paf 247:
248: tags: TAGS
249:
1.3 paf 250: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
251: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
252: unique=`for i in $$list; do \
253: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254: done | \
255: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 256: END { for (i in files) print i; }'`; \
1.3 paf 257: mkid -fID $$unique
1.1 paf 258:
1.4 ! paf 259: TAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
1.3 paf 260: $(TAGS_FILES) $(LISP)
261: tags=; \
262: here=`pwd`; \
1.4 ! paf 263: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
1.3 paf 264: unique=`for i in $$list; do \
265: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266: done | \
267: $(AWK) ' { files[$$0] = 1; } \
268: END { for (i in files) print i; }'`; \
269: test -z "$(ETAGS_ARGS)$$tags$$unique" \
270: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
271: $$tags $$unique
272:
273: ctags: CTAGS
1.4 ! paf 274: CTAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
1.3 paf 275: $(TAGS_FILES) $(LISP)
1.1 paf 276: tags=; \
277: here=`pwd`; \
1.4 ! paf 278: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
1.3 paf 279: unique=`for i in $$list; do \
280: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281: done | \
282: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 283: END { for (i in files) print i; }'`; \
1.3 paf 284: test -z "$(CTAGS_ARGS)$$tags$$unique" \
285: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
286: $$tags $$unique
287:
288: GTAGS:
289: here=`$(am__cd) $(top_builddir) && pwd` \
290: && cd $(top_srcdir) \
291: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 292:
293: distclean-tags:
1.3 paf 294: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
295: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 paf 296:
1.4 ! paf 297: top_distdir = .
! 298: distdir = $(PACKAGE)-$(VERSION)
! 299:
! 300: am__remove_distdir = \
! 301: { test ! -d $(distdir) \
! 302: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
! 303: && rm -fr $(distdir); }; }
! 304:
! 305: GZIP_ENV = --best
! 306: distuninstallcheck_listfiles = find . -type f -print
! 307: distcleancheck_listfiles = find . -type f -print
1.1 paf 308:
309: distdir: $(DISTFILES)
1.4 ! paf 310: $(am__remove_distdir)
! 311: mkdir $(distdir)
! 312: $(mkinstalldirs) $(distdir)/../../..
1.3 paf 313: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
314: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
315: list='$(DISTFILES)'; for file in $$list; do \
316: case $$file in \
317: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
318: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
319: esac; \
320: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
321: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
322: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
323: dir="/$$dir"; \
324: $(mkinstalldirs) "$(distdir)$$dir"; \
325: else \
326: dir=''; \
327: fi; \
1.1 paf 328: if test -d $$d/$$file; then \
1.3 paf 329: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
330: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
331: fi; \
332: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 333: else \
334: test -f $(distdir)/$$file \
1.3 paf 335: || cp -p $$d/$$file $(distdir)/$$file \
336: || exit 1; \
1.1 paf 337: fi; \
338: done
1.4 ! paf 339: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! 340: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 341: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 342: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
! 343: || chmod -R a+r $(distdir)
! 344: dist-gzip: distdir
! 345: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 346: $(am__remove_distdir)
! 347:
! 348: dist dist-all: distdir
! 349: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 350: $(am__remove_distdir)
! 351:
! 352: # This target untars the dist file and tries a VPATH configuration. Then
! 353: # it guarantees that the distribution is self-contained by making another
! 354: # tarfile.
! 355: distcheck: dist
! 356: $(am__remove_distdir)
! 357: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
! 358: chmod -R a-w $(distdir); chmod a+w $(distdir)
! 359: mkdir $(distdir)/=build
! 360: mkdir $(distdir)/=inst
! 361: chmod a-w $(distdir)
! 362: dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
! 363: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
! 364: && cd $(distdir)/=build \
! 365: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
! 366: $(DISTCHECK_CONFIGURE_FLAGS) \
! 367: && $(MAKE) $(AM_MAKEFLAGS) \
! 368: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 369: && $(MAKE) $(AM_MAKEFLAGS) check \
! 370: && $(MAKE) $(AM_MAKEFLAGS) install \
! 371: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 372: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 373: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
! 374: distuninstallcheck \
! 375: && chmod -R a-w "$$dc_install_base" \
! 376: && ({ \
! 377: (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
! 378: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
! 379: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
! 380: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
! 381: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
! 382: } || { rm -rf "$$dc_destdir"; exit 1; }) \
! 383: && rm -rf "$$dc_destdir" \
! 384: && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
! 385: && rm -f $(distdir).tar.gz \
! 386: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
! 387: $(am__remove_distdir)
! 388: @echo "$(distdir).tar.gz is ready for distribution" | \
! 389: sed 'h;s/./=/g;p;x;p;x'
! 390: distuninstallcheck:
! 391: cd $(distuninstallcheck_dir) \
! 392: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
! 393: || { echo "ERROR: files left after uninstall:" ; \
! 394: if test -n "$(DESTDIR)"; then \
! 395: echo " (check DESTDIR support)"; \
! 396: fi ; \
! 397: $(distuninstallcheck_listfiles) ; \
! 398: exit 1; } >&2
! 399: distcleancheck: distclean
! 400: if test '$(srcdir)' = . ; then \
! 401: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
! 402: exit 1 ; \
! 403: fi
! 404: test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
! 405: || { echo "ERROR: files left in build directory after distclean:" ; \
! 406: $(distcleancheck_listfiles) ; \
! 407: exit 1; } >&2
1.1 paf 408: check-am: all-am
409: check: check-am
1.4 ! paf 410: all-am: Makefile $(LIBRARIES) $(HEADERS) config_auto.h
1.3 paf 411:
412: installdirs:
413:
414: install: install-am
1.1 paf 415: install-exec: install-exec-am
416: install-data: install-data-am
1.3 paf 417: uninstall: uninstall-am
1.1 paf 418:
419: install-am: all-am
420: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.3 paf 421:
422: installcheck: installcheck-am
1.1 paf 423: install-strip:
1.3 paf 424: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
425: INSTALL_STRIP_FLAG=-s \
426: `test -z '$(STRIP)' || \
427: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 428: mostlyclean-generic:
429:
430: clean-generic:
431:
432: distclean-generic:
433: -rm -f Makefile $(CONFIG_CLEAN_FILES)
434:
435: maintainer-clean-generic:
1.3 paf 436: @echo "This command is intended for maintainers to use"
437: @echo "it deletes files that may require special tools to rebuild."
438: clean: clean-am
439:
1.4 ! paf 440: clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
! 441: mostlyclean-am
1.3 paf 442:
443: distclean: distclean-am
1.4 ! paf 444: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 445: distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
! 446: distclean-libtool distclean-tags
1.3 paf 447:
448: dvi: dvi-am
449:
450: dvi-am:
1.1 paf 451:
1.3 paf 452: info: info-am
453:
454: info-am:
1.1 paf 455:
1.3 paf 456: install-data-am:
1.1 paf 457:
1.3 paf 458: install-exec-am:
1.1 paf 459:
1.3 paf 460: install-info: install-info-am
1.1 paf 461:
1.3 paf 462: install-man:
1.1 paf 463:
1.3 paf 464: installcheck-am:
1.1 paf 465:
466: maintainer-clean: maintainer-clean-am
1.4 ! paf 467: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 468: -rm -rf autom4te.cache
1.3 paf 469: maintainer-clean-am: distclean-am maintainer-clean-generic
470:
471: mostlyclean: mostlyclean-am
472:
1.4 ! paf 473: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 474: mostlyclean-libtool
1.3 paf 475:
476: pdf: pdf-am
477:
478: pdf-am:
479:
480: ps: ps-am
481:
482: ps-am:
483:
484: uninstall-am: uninstall-info-am
1.1 paf 485:
1.3 paf 486: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.4 ! paf 487: clean-libtool clean-noinstLIBRARIES ctags dist dist-all \
! 488: dist-gzip distcheck distclean distclean-compile \
! 489: distclean-generic distclean-hdr distclean-libtool \
! 490: distclean-tags distcleancheck distdir distuninstallcheck dvi \
! 491: dvi-am info info-am install install-am install-data \
! 492: install-data-am install-exec install-exec-am install-info \
! 493: install-info-am install-man install-strip installcheck \
! 494: installcheck-am installdirs maintainer-clean \
! 495: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 496: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 497: tags uninstall uninstall-am uninstall-info-am
1.1 paf 498:
499: # Tell versions [3.59,3.63) of GNU make to not export all variables.
500: # Otherwise a system limit (for SysV at least) may be exceeded.
501: .NOEXPORT:
E-mail: