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