Annotation of parser3/src/sql/mysql/Makefile.in, revision 1.6
1.1 paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
2:
3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4: # This Makefile.in is free software; the Free Software Foundation
5: # gives unlimited permission to copy and/or distribute it,
6: # with or without modifications, as long as this notice is preserved.
7:
8: # This program is distributed in the hope that it will be useful,
9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11: # PARTICULAR PURPOSE.
12:
13:
14: SHELL = @SHELL@
15:
16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: prefix = @prefix@
20: exec_prefix = @exec_prefix@
21:
22: bindir = @bindir@
23: sbindir = @sbindir@
24: libexecdir = @libexecdir@
25: datadir = @datadir@
26: sysconfdir = @sysconfdir@
27: sharedstatedir = @sharedstatedir@
28: localstatedir = @localstatedir@
29: libdir = @libdir@
30: infodir = @infodir@
31: mandir = @mandir@
32: includedir = @includedir@
33: oldincludedir = /usr/include
34:
35: DESTDIR =
36:
37: pkgdatadir = $(datadir)/@PACKAGE@
38: pkglibdir = $(libdir)/@PACKAGE@
39: pkgincludedir = $(includedir)/@PACKAGE@
40:
41: top_builddir = .
42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: transform = @program_transform_name@
53:
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: host_alias = @host_alias@
61: host_triplet = @host@
62: AS = @AS@
63: AWK = @AWK@
64: CC = @CC@
65: CXX = @CXX@
66: DLLTOOL = @DLLTOOL@
1.2 parser 67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
1.1 paf 70: LIBTOOL = @LIBTOOL@
71: LN_S = @LN_S@
72: MAKEINFO = @MAKEINFO@
1.2 parser 73: MYSQL_INC = @MYSQL_INC@
1.1 paf 74: OBJDUMP = @OBJDUMP@
75: PACKAGE = @PACKAGE@
76: RANLIB = @RANLIB@
77: VERSION = @VERSION@
1.2 parser 78:
79: SUBDIRS = libltdl
80: LIBTOOL_DEPS = @LIBTOOL_DEPS@
81: INCLUDES = -I.. $(INCLTDL) -I$(MYSQL_INC)
1.1 paf 82: lib_LTLIBRARIES = parser3mysql.la
83: parser3mysql_la_SOURCES = parser3mysql.C parser3mysql.h
1.2 parser 84: parser3mysql_la_LIBADD = $(LIBLTDL)
1.1 paf 85: parser3mysql_la_LDFLAGS = -module -avoid-version
86: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.2 parser 87: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.1 paf 88: CONFIG_HEADER = config_auto.h
89: CONFIG_CLEAN_FILES =
90: LTLIBRARIES = $(lib_LTLIBRARIES)
91:
92:
93: DEFS = @DEFS@ -I. -I$(srcdir) -I.
94: CPPFLAGS = @CPPFLAGS@
95: LDFLAGS = @LDFLAGS@
96: LIBS = @LIBS@
1.2 parser 97: parser3mysql_la_DEPENDENCIES =
1.1 paf 98: parser3mysql_la_OBJECTS = parser3mysql.lo
99: CXXFLAGS = @CXXFLAGS@
100: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
101: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
102: CXXLD = $(CXX)
103: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
104: CFLAGS = @CFLAGS@
105: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107: CCLD = $(CC)
108: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109: DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
1.2 parser 110: Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess \
111: config.sub config_auto.h.in configure configure.in install-sh ltconfig \
112: ltmain.sh missing mkinstalldirs
1.1 paf 113:
114:
115: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116:
1.6 ! parser 117: TAR = tar
1.1 paf 118: GZIP_ENV = --best
119: DEP_FILES = .deps/parser3mysql.P
120: SOURCES = $(parser3mysql_la_SOURCES)
121: OBJECTS = $(parser3mysql_la_OBJECTS)
122:
123: all: all-redirect
124: .SUFFIXES:
125: .SUFFIXES: .C .S .c .lo .o .s
126: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127: cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
128:
129: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
130: cd $(top_builddir) \
131: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
132:
133: $(ACLOCAL_M4): configure.in acinclude.m4
134: cd $(srcdir) && $(ACLOCAL)
135:
136: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
137: $(SHELL) ./config.status --recheck
138: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139: cd $(srcdir) && $(AUTOCONF)
140:
141: config_auto.h: stamp-h
142: @if test ! -f $@; then \
143: rm -f stamp-h; \
144: $(MAKE) stamp-h; \
145: else :; fi
146: stamp-h: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
147: cd $(top_builddir) \
148: && CONFIG_FILES= CONFIG_HEADERS=config_auto.h \
149: $(SHELL) ./config.status
150: @echo timestamp > stamp-h 2> /dev/null
151: $(srcdir)/config_auto.h.in: $(srcdir)/stamp-h.in
152: @if test ! -f $@; then \
153: rm -f $(srcdir)/stamp-h.in; \
154: $(MAKE) $(srcdir)/stamp-h.in; \
155: else :; fi
156: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
157: cd $(top_srcdir) && $(AUTOHEADER)
158: @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
159:
160: mostlyclean-hdr:
161:
162: clean-hdr:
163:
164: distclean-hdr:
165: -rm -f config_auto.h
166:
167: maintainer-clean-hdr:
168:
169: mostlyclean-libLTLIBRARIES:
170:
171: clean-libLTLIBRARIES:
172: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
173:
174: distclean-libLTLIBRARIES:
175:
176: maintainer-clean-libLTLIBRARIES:
177:
178: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
179: @$(NORMAL_INSTALL)
180: $(mkinstalldirs) $(DESTDIR)$(libdir)
181: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
182: if test -f $$p; then \
183: echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
184: $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
185: else :; fi; \
186: done
187:
188: uninstall-libLTLIBRARIES:
189: @$(NORMAL_UNINSTALL)
190: list='$(lib_LTLIBRARIES)'; for p in $$list; do \
191: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
192: done
193:
194: .s.o:
195: $(COMPILE) -c $<
196:
197: .S.o:
198: $(COMPILE) -c $<
199:
200: mostlyclean-compile:
201: -rm -f *.o core *.core
202:
203: clean-compile:
204:
205: distclean-compile:
206: -rm -f *.tab.c
207:
208: maintainer-clean-compile:
209:
210: .s.lo:
211: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
212:
213: .S.lo:
214: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
215:
216: mostlyclean-libtool:
217: -rm -f *.lo
218:
219: clean-libtool:
220: -rm -rf .libs _libs
221:
222: distclean-libtool:
223:
224: maintainer-clean-libtool:
225:
226: parser3mysql.la: $(parser3mysql_la_OBJECTS) $(parser3mysql_la_DEPENDENCIES)
227: $(CXXLINK) -rpath $(libdir) $(parser3mysql_la_LDFLAGS) $(parser3mysql_la_OBJECTS) $(parser3mysql_la_LIBADD) $(LIBS)
228: .C.o:
229: $(CXXCOMPILE) -c $<
230: .C.lo:
231: $(LTCXXCOMPILE) -c $<
232:
1.2 parser 233: # This directory's subdirectories are mostly independent; you can cd
234: # into them and run `make' without going through this Makefile.
235: # To change the values of `make' variables: instead of editing Makefiles,
236: # (1) if the variable is set in `config.status', edit `config.status'
237: # (which will cause the Makefiles to be regenerated when you run `make');
238: # (2) otherwise, pass the desired values on the `make' command line.
239:
240: @SET_MAKE@
241:
242: all-recursive install-data-recursive install-exec-recursive \
243: installdirs-recursive install-recursive uninstall-recursive \
244: check-recursive installcheck-recursive info-recursive dvi-recursive:
245: @set fnord $(MAKEFLAGS); amf=$$2; \
246: dot_seen=no; \
247: target=`echo $@ | sed s/-recursive//`; \
248: list='$(SUBDIRS)'; for subdir in $$list; do \
249: echo "Making $$target in $$subdir"; \
250: if test "$$subdir" = "."; then \
251: dot_seen=yes; \
252: local_target="$$target-am"; \
253: else \
254: local_target="$$target"; \
255: fi; \
256: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
257: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
258: done; \
259: if test "$$dot_seen" = "no"; then \
260: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
261: fi; test -z "$$fail"
262:
263: mostlyclean-recursive clean-recursive distclean-recursive \
264: maintainer-clean-recursive:
265: @set fnord $(MAKEFLAGS); amf=$$2; \
266: dot_seen=no; \
267: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
268: rev="$$subdir $$rev"; \
269: test "$$subdir" = "." && dot_seen=yes; \
270: done; \
271: test "$$dot_seen" = "no" && rev=". $$rev"; \
272: target=`echo $@ | sed s/-recursive//`; \
273: for subdir in $$rev; do \
274: echo "Making $$target in $$subdir"; \
275: if test "$$subdir" = "."; then \
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 && test -z "$$fail"
283: tags-recursive:
284: list='$(SUBDIRS)'; for subdir in $$list; do \
285: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
286: done
287:
1.1 paf 288: tags: TAGS
289:
290: ID: $(HEADERS) $(SOURCES) $(LISP)
291: list='$(SOURCES) $(HEADERS)'; \
292: unique=`for i in $$list; do echo $$i; done | \
293: awk ' { files[$$0] = 1; } \
294: END { for (i in files) print i; }'`; \
295: here=`pwd` && cd $(srcdir) \
296: && mkid -f$$here/ID $$unique $(LISP)
297:
1.2 parser 298: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
1.1 paf 299: tags=; \
300: here=`pwd`; \
1.2 parser 301: list='$(SUBDIRS)'; for subdir in $$list; do \
302: if test "$$subdir" = .; then :; else \
303: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
304: fi; \
305: done; \
1.1 paf 306: list='$(SOURCES) $(HEADERS)'; \
307: unique=`for i in $$list; do echo $$i; done | \
308: awk ' { files[$$0] = 1; } \
309: END { for (i in files) print i; }'`; \
310: test -z "$(ETAGS_ARGS)config_auto.h.in$$unique$(LISP)$$tags" \
311: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
312:
313: mostlyclean-tags:
314:
315: clean-tags:
316:
317: distclean-tags:
318: -rm -f TAGS ID
319:
320: maintainer-clean-tags:
321:
322: distdir = $(PACKAGE)-$(VERSION)
323: top_distdir = $(distdir)
324:
325: # This target untars the dist file and tries a VPATH configuration. Then
326: # it guarantees that the distribution is self-contained by making another
327: # tarfile.
328: distcheck: dist
329: -rm -rf $(distdir)
330: GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
331: mkdir $(distdir)/=build
332: mkdir $(distdir)/=inst
333: dc_install_base=`cd $(distdir)/=inst && pwd`; \
334: cd $(distdir)/=build \
335: && ../configure --srcdir=.. --prefix=$$dc_install_base \
336: && $(MAKE) $(AM_MAKEFLAGS) \
337: && $(MAKE) $(AM_MAKEFLAGS) dvi \
338: && $(MAKE) $(AM_MAKEFLAGS) check \
339: && $(MAKE) $(AM_MAKEFLAGS) install \
340: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
341: && $(MAKE) $(AM_MAKEFLAGS) dist
342: -rm -rf $(distdir)
343: @banner="$(distdir).tar.gz is ready for distribution"; \
344: dashes=`echo "$$banner" | sed s/./=/g`; \
345: echo "$$dashes"; \
346: echo "$$banner"; \
347: echo "$$dashes"
348: dist: distdir
349: -chmod -R a+r $(distdir)
350: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
351: -rm -rf $(distdir)
352: dist-all: distdir
353: -chmod -R a+r $(distdir)
354: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
355: -rm -rf $(distdir)
356: distdir: $(DISTFILES)
357: -rm -rf $(distdir)
358: mkdir $(distdir)
359: -chmod 777 $(distdir)
360: here=`cd $(top_builddir) && pwd`; \
361: top_distdir=`cd $(distdir) && pwd`; \
362: distdir=`cd $(distdir) && pwd`; \
363: cd $(top_srcdir) \
364: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
365: @for file in $(DISTFILES); do \
366: d=$(srcdir); \
367: if test -d $$d/$$file; then \
1.6 ! parser 368: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 369: else \
370: test -f $(distdir)/$$file \
371: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
372: || cp -p $$d/$$file $(distdir)/$$file || :; \
373: fi; \
374: done
1.2 parser 375: for subdir in $(SUBDIRS); do \
376: if test "$$subdir" = .; then :; else \
377: test -d $(distdir)/$$subdir \
378: || mkdir $(distdir)/$$subdir \
379: || exit 1; \
380: chmod 777 $(distdir)/$$subdir; \
381: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
382: || exit 1; \
383: fi; \
384: done
1.1 paf 385:
386: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
387:
388: -include $(DEP_FILES)
389:
390: mostlyclean-depend:
391:
392: clean-depend:
393:
394: distclean-depend:
395: -rm -rf .deps
396:
397: maintainer-clean-depend:
398:
399: %.o: %.c
400: @echo '$(COMPILE) -c $<'; \
401: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
402: @-cp .deps/$(*F).pp .deps/$(*F).P; \
403: tr ' ' '\012' < .deps/$(*F).pp \
404: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
405: >> .deps/$(*F).P; \
406: rm .deps/$(*F).pp
407:
408: %.lo: %.c
409: @echo '$(LTCOMPILE) -c $<'; \
410: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
411: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
412: < .deps/$(*F).pp > .deps/$(*F).P; \
413: tr ' ' '\012' < .deps/$(*F).pp \
414: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
415: >> .deps/$(*F).P; \
416: rm -f .deps/$(*F).pp
417:
418: %.o: %.C
419: @echo '$(CXXCOMPILE) -c $<'; \
420: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
421: @-cp .deps/$(*F).pp .deps/$(*F).P; \
422: tr ' ' '\012' < .deps/$(*F).pp \
423: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
424: >> .deps/$(*F).P; \
425: rm .deps/$(*F).pp
426:
427: %.lo: %.C
428: @echo '$(LTCXXCOMPILE) -c $<'; \
429: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
430: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
431: < .deps/$(*F).pp > .deps/$(*F).P; \
432: tr ' ' '\012' < .deps/$(*F).pp \
433: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
434: >> .deps/$(*F).P; \
435: rm -f .deps/$(*F).pp
436: info-am:
1.2 parser 437: info: info-recursive
1.1 paf 438: dvi-am:
1.2 parser 439: dvi: dvi-recursive
1.1 paf 440: check-am: all-am
1.2 parser 441: check: check-recursive
1.1 paf 442: installcheck-am:
1.2 parser 443: installcheck: installcheck-recursive
1.1 paf 444: all-recursive-am: config_auto.h
445: $(MAKE) $(AM_MAKEFLAGS) all-recursive
446:
447: install-exec-am: install-libLTLIBRARIES
1.2 parser 448: install-exec: install-exec-recursive
1.1 paf 449:
450: install-data-am:
1.2 parser 451: install-data: install-data-recursive
1.1 paf 452:
453: install-am: all-am
454: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.2 parser 455: install: install-recursive
1.1 paf 456: uninstall-am: uninstall-libLTLIBRARIES
1.2 parser 457: uninstall: uninstall-recursive
1.1 paf 458: all-am: Makefile $(LTLIBRARIES) config_auto.h
1.2 parser 459: all-redirect: all-recursive-am
1.1 paf 460: install-strip:
461: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.2 parser 462: installdirs: installdirs-recursive
463: installdirs-am:
1.1 paf 464: $(mkinstalldirs) $(DESTDIR)$(libdir)
465:
466:
467: mostlyclean-generic:
468:
469: clean-generic:
470:
471: distclean-generic:
472: -rm -f Makefile $(CONFIG_CLEAN_FILES)
473: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
474:
475: maintainer-clean-generic:
476: mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
477: mostlyclean-compile mostlyclean-libtool \
478: mostlyclean-tags mostlyclean-depend mostlyclean-generic
479:
1.2 parser 480: mostlyclean: mostlyclean-recursive
1.1 paf 481:
482: clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
483: clean-tags clean-depend clean-generic mostlyclean-am
484:
1.2 parser 485: clean: clean-recursive
1.1 paf 486:
487: distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
488: distclean-libtool distclean-tags distclean-depend \
489: distclean-generic clean-am
490: -rm -f libtool
491:
1.2 parser 492: distclean: distclean-recursive
1.1 paf 493: -rm -f config.status
494:
495: maintainer-clean-am: maintainer-clean-hdr \
496: maintainer-clean-libLTLIBRARIES \
497: maintainer-clean-compile maintainer-clean-libtool \
498: maintainer-clean-tags maintainer-clean-depend \
499: maintainer-clean-generic distclean-am
500: @echo "This command is intended for maintainers to use;"
501: @echo "it deletes files that may require special tools to rebuild."
502:
1.2 parser 503: maintainer-clean: maintainer-clean-recursive
1.1 paf 504: -rm -f config.status
505:
506: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
507: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
508: clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
509: uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
510: distclean-compile clean-compile maintainer-clean-compile \
511: mostlyclean-libtool distclean-libtool clean-libtool \
1.2 parser 512: maintainer-clean-libtool install-data-recursive \
513: uninstall-data-recursive install-exec-recursive \
514: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
515: all-recursive check-recursive installcheck-recursive info-recursive \
516: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
517: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
518: distclean-tags clean-tags maintainer-clean-tags distdir \
519: mostlyclean-depend distclean-depend clean-depend \
520: maintainer-clean-depend info-am info dvi-am dvi check check-am \
521: installcheck-am installcheck all-recursive-am install-exec-am \
522: install-exec install-data-am install-data install-am install \
523: uninstall-am uninstall all-redirect all-am all installdirs-am \
524: installdirs mostlyclean-generic distclean-generic clean-generic \
1.1 paf 525: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
526:
1.6 ! parser 527:
1.2 parser 528: libtool: $(LIBTOOL_DEPS)
529: $(SHELL) ./config.status --recheck
1.6 ! parser 530:
! 531:
! 532:
! 533:
1.1 paf 534:
535: # Tell versions [3.59,3.63) of GNU make to not export all variables.
536: # Otherwise a system limit (for SysV at least) may be exceeded.
537: .NOEXPORT:
E-mail: