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