Annotation of sql/mysql/libltdl/Makefile.in, revision 1.3
1.1 parser 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:
1.3 ! paf 41: top_builddir = .
1.1 parser 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: CC = @CC@
64: DLLTOOL = @DLLTOOL@
65: LIBADD_DL = @LIBADD_DL@
66: LIBTOOL = @LIBTOOL@
1.3 ! paf 67: LIBTOOL_DEPS = @LIBTOOL_DEPS@
1.1 parser 68: LN_S = @LN_S@
1.3 ! paf 69: MAINT = @MAINT@
1.1 parser 70: MAKEINFO = @MAKEINFO@
71: OBJDUMP = @OBJDUMP@
72: PACKAGE = @PACKAGE@
73: RANLIB = @RANLIB@
74: VERSION = @VERSION@
75:
76: AUTOMAKE_OPTIONS = no-dependencies foreign
77:
78: noinst_HEADERS = ltdl.h
79: noinst_LTLIBRARIES = libltdlc.la
80:
81: libltdlc_la_SOURCES = ltdl.c
82: libltdlc_la_LIBADD = $(LIBADD_DL)
1.3 ! paf 83: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 84: mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
! 85: CONFIG_HEADER = config_auto.h
1.1 parser 86: CONFIG_CLEAN_FILES =
87: LTLIBRARIES = $(noinst_LTLIBRARIES)
88:
89:
1.3 ! paf 90: DEFS = @DEFS@ -I. -I$(srcdir) -I.
1.1 parser 91: CPPFLAGS = @CPPFLAGS@
92: LDFLAGS = @LDFLAGS@
93: LIBS = @LIBS@
94: libltdlc_la_LDFLAGS =
95: libltdlc_la_DEPENDENCIES =
96: libltdlc_la_OBJECTS = ltdl.lo
97: CFLAGS = @CFLAGS@
98: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100: CCLD = $(CC)
101: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102: HEADERS = $(noinst_HEADERS)
103:
1.3 ! paf 104: DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in acconfig.h \
! 105: acinclude.m4 aclocal.m4 config_auto.h.in configure configure.in
1.1 parser 106:
107:
108: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109:
1.3 ! paf 110: TAR = tar
1.1 parser 111: GZIP_ENV = --best
112: SOURCES = $(libltdlc_la_SOURCES)
113: OBJECTS = $(libltdlc_la_OBJECTS)
114:
115: all: all-redirect
116: .SUFFIXES:
117: .SUFFIXES: .S .c .lo .o .s
1.3 ! paf 118: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 119: cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
1.1 parser 120:
121: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
122: cd $(top_builddir) \
1.3 ! paf 123: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1.1 parser 124:
1.3 ! paf 125: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
! 126: cd $(srcdir) && $(ACLOCAL)
! 127:
! 128: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 129: $(SHELL) ./config.status --recheck
! 130: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
! 131: cd $(srcdir) && $(AUTOCONF)
! 132:
! 133: config_auto.h: stamp-h
! 134: @if test ! -f $@; then \
! 135: rm -f stamp-h; \
! 136: $(MAKE) stamp-h; \
! 137: else :; fi
! 138: stamp-h: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
! 139: cd $(top_builddir) \
! 140: && CONFIG_FILES= CONFIG_HEADERS=config_auto.h \
! 141: $(SHELL) ./config.status
! 142: @echo timestamp > stamp-h 2> /dev/null
! 143: $(srcdir)/config_auto.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
! 144: @if test ! -f $@; then \
! 145: rm -f $(srcdir)/stamp-h.in; \
! 146: $(MAKE) $(srcdir)/stamp-h.in; \
! 147: else :; fi
! 148: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
! 149: cd $(top_srcdir) && $(AUTOHEADER)
! 150: @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
! 151:
! 152: mostlyclean-hdr:
! 153:
! 154: clean-hdr:
! 155:
! 156: distclean-hdr:
! 157: -rm -f config_auto.h
! 158:
! 159: maintainer-clean-hdr:
1.1 parser 160:
161: mostlyclean-noinstLTLIBRARIES:
162:
163: clean-noinstLTLIBRARIES:
164: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
165:
166: distclean-noinstLTLIBRARIES:
167:
168: maintainer-clean-noinstLTLIBRARIES:
169:
170: .c.o:
171: $(COMPILE) -c $<
172:
173: .s.o:
174: $(COMPILE) -c $<
175:
176: .S.o:
177: $(COMPILE) -c $<
178:
179: mostlyclean-compile:
180: -rm -f *.o core *.core
181:
182: clean-compile:
183:
184: distclean-compile:
185: -rm -f *.tab.c
186:
187: maintainer-clean-compile:
188:
189: .c.lo:
190: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191:
192: .s.lo:
193: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194:
195: .S.lo:
196: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
197:
198: mostlyclean-libtool:
199: -rm -f *.lo
200:
201: clean-libtool:
202: -rm -rf .libs _libs
203:
204: distclean-libtool:
205:
206: maintainer-clean-libtool:
207:
208: libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
209: $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
210:
211: tags: TAGS
212:
213: ID: $(HEADERS) $(SOURCES) $(LISP)
214: list='$(SOURCES) $(HEADERS)'; \
215: unique=`for i in $$list; do echo $$i; done | \
216: awk ' { files[$$0] = 1; } \
217: END { for (i in files) print i; }'`; \
218: here=`pwd` && cd $(srcdir) \
219: && mkid -f$$here/ID $$unique $(LISP)
220:
1.3 ! paf 221: TAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
1.1 parser 222: tags=; \
223: here=`pwd`; \
224: list='$(SOURCES) $(HEADERS)'; \
225: unique=`for i in $$list; do echo $$i; done | \
226: awk ' { files[$$0] = 1; } \
227: END { for (i in files) print i; }'`; \
1.3 ! paf 228: test -z "$(ETAGS_ARGS)config_auto.h.in$$unique$(LISP)$$tags" \
! 229: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
1.1 parser 230:
231: mostlyclean-tags:
232:
233: clean-tags:
234:
235: distclean-tags:
236: -rm -f TAGS ID
237:
238: maintainer-clean-tags:
239:
1.3 ! paf 240: distdir = $(PACKAGE)-$(VERSION)
! 241: top_distdir = $(distdir)
1.1 parser 242:
1.3 ! paf 243: # This target untars the dist file and tries a VPATH configuration. Then
! 244: # it guarantees that the distribution is self-contained by making another
! 245: # tarfile.
! 246: distcheck: dist
! 247: -rm -rf $(distdir)
! 248: GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
! 249: mkdir $(distdir)/=build
! 250: mkdir $(distdir)/=inst
! 251: dc_install_base=`cd $(distdir)/=inst && pwd`; \
! 252: cd $(distdir)/=build \
! 253: && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 254: && $(MAKE) $(AM_MAKEFLAGS) \
! 255: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 256: && $(MAKE) $(AM_MAKEFLAGS) check \
! 257: && $(MAKE) $(AM_MAKEFLAGS) install \
! 258: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 259: && $(MAKE) $(AM_MAKEFLAGS) dist
! 260: -rm -rf $(distdir)
! 261: @banner="$(distdir).tar.gz is ready for distribution"; \
! 262: dashes=`echo "$$banner" | sed s/./=/g`; \
! 263: echo "$$dashes"; \
! 264: echo "$$banner"; \
! 265: echo "$$dashes"
! 266: dist: distdir
! 267: -chmod -R a+r $(distdir)
! 268: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 269: -rm -rf $(distdir)
! 270: dist-all: distdir
! 271: -chmod -R a+r $(distdir)
! 272: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 273: -rm -rf $(distdir)
1.1 parser 274: distdir: $(DISTFILES)
1.3 ! paf 275: -rm -rf $(distdir)
! 276: mkdir $(distdir)
! 277: -chmod 777 $(distdir)
1.1 parser 278: @for file in $(DISTFILES); do \
279: d=$(srcdir); \
280: if test -d $$d/$$file; then \
1.3 ! paf 281: cp -pr $$/$$file $(distdir)/$$file; \
1.1 parser 282: else \
283: test -f $(distdir)/$$file \
284: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
285: || cp -p $$d/$$file $(distdir)/$$file || :; \
286: fi; \
287: done
288: info-am:
289: info: info-am
290: dvi-am:
291: dvi: dvi-am
292: check-am: all-am
293: check: check-am
294: installcheck-am:
295: installcheck: installcheck-am
1.3 ! paf 296: all-recursive-am: config_auto.h
! 297: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 298:
1.1 parser 299: install-exec-am:
300: install-exec: install-exec-am
301:
302: install-data-am:
303: install-data: install-data-am
304:
305: install-am: all-am
306: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
307: install: install-am
308: uninstall-am:
309: uninstall: uninstall-am
1.3 ! paf 310: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
1.1 parser 311: all-redirect: all-am
312: install-strip:
313: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
314: installdirs:
315:
316:
317: mostlyclean-generic:
318:
319: clean-generic:
320:
321: distclean-generic:
322: -rm -f Makefile $(CONFIG_CLEAN_FILES)
323: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
324:
325: maintainer-clean-generic:
1.3 ! paf 326: mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLTLIBRARIES \
! 327: mostlyclean-compile mostlyclean-libtool \
! 328: mostlyclean-tags mostlyclean-generic
1.1 parser 329:
330: mostlyclean: mostlyclean-am
331:
1.3 ! paf 332: clean-am: clean-hdr clean-noinstLTLIBRARIES clean-compile clean-libtool \
1.1 parser 333: clean-tags clean-generic mostlyclean-am
334:
335: clean: clean-am
336:
1.3 ! paf 337: distclean-am: distclean-hdr distclean-noinstLTLIBRARIES \
! 338: distclean-compile distclean-libtool distclean-tags \
! 339: distclean-generic clean-am
1.1 parser 340: -rm -f libtool
341:
342: distclean: distclean-am
1.3 ! paf 343: -rm -f config.status
1.1 parser 344:
1.3 ! paf 345: maintainer-clean-am: maintainer-clean-hdr \
! 346: maintainer-clean-noinstLTLIBRARIES \
1.1 parser 347: maintainer-clean-compile maintainer-clean-libtool \
348: maintainer-clean-tags maintainer-clean-generic \
349: distclean-am
350: @echo "This command is intended for maintainers to use;"
351: @echo "it deletes files that may require special tools to rebuild."
352:
353: maintainer-clean: maintainer-clean-am
1.3 ! paf 354: -rm -f config.status
1.1 parser 355:
1.3 ! paf 356: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
! 357: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
1.1 parser 358: clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
359: mostlyclean-compile distclean-compile clean-compile \
360: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
361: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
362: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1.3 ! paf 363: dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
! 364: install-exec-am install-exec install-data-am install-data install-am \
! 365: install uninstall-am uninstall all-redirect all-am all installdirs \
1.1 parser 366: mostlyclean-generic distclean-generic clean-generic \
367: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
368:
369:
370: ltdl.lo: ltdl.h config.h
371:
372: # Tell versions [3.59,3.63) of GNU make to not export all variables.
373: # Otherwise a system limit (for SysV at least) may be exceeded.
374: .NOEXPORT:
E-mail: