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