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