Annotation of parser3/src/lib/libltdl/Makefile.in, revision 1.3
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:
1.2 paf 41: top_builddir = ../../..
1.1 paf 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: APACHE13 = @APACHE13@
63: APACHE_LIBS = @APACHE_LIBS@
64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
71: P3S = @P3S@
72: PACKAGE = @PACKAGE@
73: RANLIB = @RANLIB@
74: VERSION = @VERSION@
75: XML_INCLUDES = @XML_INCLUDES@
76: XML_LIBS = @XML_LIBS@
77: YACC = @YACC@
78: charsetsdir = @charsetsdir@
79: commentcharset_ = @commentcharset_@
80: host_os = @host_os@
81: mysql_client = @mysql_client@
82: oracle_client = @oracle_client@
83: pgsql_client = @pgsql_client@
84: sqldriversdir = @sqldriversdir@
85:
86: AUTOMAKE_OPTIONS = no-dependencies foreign
87:
88: noinst_HEADERS = ltdl.h config_auto.h.in config.h
89: noinst_LIBRARIES = libltdlc.a
90:
91: libltdlc_a_SOURCES = ltdl.c
92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.2 paf 93: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
1.1 paf 94: CONFIG_CLEAN_FILES =
95: LIBRARIES = $(noinst_LIBRARIES)
96:
97:
1.2 paf 98: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
1.1 paf 99: CPPFLAGS = @CPPFLAGS@
100: LDFLAGS = @LDFLAGS@
101: LIBS = @LIBS@
102: libltdlc_a_LIBADD =
103: libltdlc_a_OBJECTS = ltdl.o
104: AR = ar
105: CFLAGS = @CFLAGS@
106: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107: CCLD = $(CC)
108: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109: HEADERS = $(noinst_HEADERS)
110:
111: DIST_COMMON = README Makefile.am Makefile.in acinclude.m4 configure \
1.3 ! paf 112: configure.in install-sh
1.1 paf 113:
114:
115: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116:
117: TAR = tar
118: GZIP_ENV = --best
119: SOURCES = $(libltdlc_a_SOURCES)
120: OBJECTS = $(libltdlc_a_OBJECTS)
121:
122: all: all-redirect
123: .SUFFIXES:
124: .SUFFIXES: .S .c .o .s
125: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.2 paf 126: cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/libltdl/Makefile
1.1 paf 127:
128: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
129: cd $(top_builddir) \
130: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131:
132:
133: mostlyclean-noinstLIBRARIES:
134:
135: clean-noinstLIBRARIES:
136: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
137:
138: distclean-noinstLIBRARIES:
139:
140: maintainer-clean-noinstLIBRARIES:
141:
142: .c.o:
143: $(COMPILE) -c $<
144:
145: .s.o:
146: $(COMPILE) -c $<
147:
148: .S.o:
149: $(COMPILE) -c $<
150:
151: mostlyclean-compile:
152: -rm -f *.o core *.core
153:
154: clean-compile:
155:
156: distclean-compile:
157: -rm -f *.tab.c
158:
159: maintainer-clean-compile:
160:
161: libltdlc.a: $(libltdlc_a_OBJECTS) $(libltdlc_a_DEPENDENCIES)
162: -rm -f libltdlc.a
163: $(AR) cru libltdlc.a $(libltdlc_a_OBJECTS) $(libltdlc_a_LIBADD)
164: $(RANLIB) libltdlc.a
165:
166: tags: TAGS
167:
168: ID: $(HEADERS) $(SOURCES) $(LISP)
169: list='$(SOURCES) $(HEADERS)'; \
170: unique=`for i in $$list; do echo $$i; done | \
171: awk ' { files[$$0] = 1; } \
172: END { for (i in files) print i; }'`; \
173: here=`pwd` && cd $(srcdir) \
174: && mkid -f$$here/ID $$unique $(LISP)
175:
176: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
177: tags=; \
178: here=`pwd`; \
179: list='$(SOURCES) $(HEADERS)'; \
180: unique=`for i in $$list; do echo $$i; done | \
181: awk ' { files[$$0] = 1; } \
182: END { for (i in files) print i; }'`; \
183: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
184: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
185:
186: mostlyclean-tags:
187:
188: clean-tags:
189:
190: distclean-tags:
191: -rm -f TAGS ID
192:
193: maintainer-clean-tags:
194:
195: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
196:
1.2 paf 197: subdir = src/lib/libltdl
1.1 paf 198:
199: distdir: $(DISTFILES)
200: @for file in $(DISTFILES); do \
201: d=$(srcdir); \
202: if test -d $$d/$$file; then \
203: cp -pr $$/$$file $(distdir)/$$file; \
204: else \
205: test -f $(distdir)/$$file \
206: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
207: || cp -p $$d/$$file $(distdir)/$$file || :; \
208: fi; \
209: done
210: info-am:
211: info: info-am
212: dvi-am:
213: dvi: dvi-am
214: check-am: all-am
215: check: check-am
216: installcheck-am:
217: installcheck: installcheck-am
218: install-exec-am:
219: install-exec: install-exec-am
220:
221: install-data-am:
222: install-data: install-data-am
223:
224: install-am: all-am
225: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
226: install: install-am
227: uninstall-am:
228: uninstall: uninstall-am
229: all-am: Makefile $(LIBRARIES) $(HEADERS)
230: all-redirect: all-am
231: install-strip:
232: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
233: installdirs:
234:
235:
236: mostlyclean-generic:
237:
238: clean-generic:
239:
240: distclean-generic:
241: -rm -f Makefile $(CONFIG_CLEAN_FILES)
242: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
243:
244: maintainer-clean-generic:
245: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
246: mostlyclean-tags mostlyclean-generic
247:
248: mostlyclean: mostlyclean-am
249:
250: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
251: mostlyclean-am
252:
253: clean: clean-am
254:
255: distclean-am: distclean-noinstLIBRARIES distclean-compile \
256: distclean-tags distclean-generic clean-am
257:
258: distclean: distclean-am
259:
260: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
261: maintainer-clean-compile maintainer-clean-tags \
262: maintainer-clean-generic distclean-am
263: @echo "This command is intended for maintainers to use;"
264: @echo "it deletes files that may require special tools to rebuild."
265:
266: maintainer-clean: maintainer-clean-am
267:
268: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
269: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
270: mostlyclean-compile distclean-compile clean-compile \
271: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
272: clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
273: check-am installcheck-am installcheck install-exec-am install-exec \
274: install-data-am install-data install-am install uninstall-am uninstall \
275: all-redirect all-am all installdirs mostlyclean-generic \
276: distclean-generic clean-generic maintainer-clean-generic clean \
277: mostlyclean distclean maintainer-clean
278:
279:
280: # Tell versions [3.59,3.63) of GNU make to not export all variables.
281: # Otherwise a system limit (for SysV at least) may be exceeded.
282: .NOEXPORT:
E-mail: