Annotation of sql/pgsql/libltdl/Makefile.in, revision 1.5
1.4 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 parser 3:
1.4 paf 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5: # Free Software Foundation, Inc.
1.1 parser 6: # This Makefile.in is free software; the Free Software Foundation
7: # gives unlimited permission to copy and/or distribute it,
8: # with or without modifications, as long as this notice is preserved.
9:
10: # This program is distributed in the hope that it will be useful,
11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13: # PARTICULAR PURPOSE.
14:
1.4 paf 15: @SET_MAKE@
1.1 parser 16:
17: srcdir = @srcdir@
18: top_srcdir = @top_srcdir@
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkgincludedir = $(includedir)/@PACKAGE@
1.4 paf 23: top_builddir = .
1.1 parser 24:
1.4 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 parser 26: INSTALL = @INSTALL@
1.4 paf 27: install_sh_DATA = $(install_sh) -c -m 644
28: install_sh_PROGRAM = $(install_sh) -c
29: install_sh_SCRIPT = $(install_sh) -c
30: INSTALL_HEADER = $(INSTALL_DATA)
31: transform = $(program_transform_name)
1.1 parser 32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: host_triplet = @host@
1.4 paf 39: ACLOCAL = @ACLOCAL@
40: AMDEP_FALSE = @AMDEP_FALSE@
41: AMDEP_TRUE = @AMDEP_TRUE@
42: AMTAR = @AMTAR@
43: AUTOCONF = @AUTOCONF@
44: AUTOHEADER = @AUTOHEADER@
45: AUTOMAKE = @AUTOMAKE@
1.1 parser 46: AWK = @AWK@
47: CC = @CC@
1.4 paf 48: CCDEPMODE = @CCDEPMODE@
49: CFLAGS = @CFLAGS@
50: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
51: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
52: CPP = @CPP@
53: CPPFLAGS = @CPPFLAGS@
54: CYGPATH_W = @CYGPATH_W@
55: DEFS = @DEFS@
56: DEPDIR = @DEPDIR@
57: ECHO = @ECHO@
58: ECHO_C = @ECHO_C@
59: ECHO_N = @ECHO_N@
60: ECHO_T = @ECHO_T@
61: EGREP = @EGREP@
62: EXEEXT = @EXEEXT@
63: INSTALL_DATA = @INSTALL_DATA@
64: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
65: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
67: INSTALL_SCRIPT = @INSTALL_SCRIPT@
68: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69: LDFLAGS = @LDFLAGS@
1.1 parser 70: LIBADD_DL = @LIBADD_DL@
1.4 paf 71: LIBOBJS = @LIBOBJS@
72: LIBS = @LIBS@
1.1 parser 73: LIBTOOL = @LIBTOOL@
1.4 paf 74: LIBTOOL_DEPS = @LIBTOOL_DEPS@
1.1 parser 75: LN_S = @LN_S@
1.4 paf 76: LTLIBOBJS = @LTLIBOBJS@
77: MAINT = @MAINT@
78: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
79: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1.1 parser 80: MAKEINFO = @MAKEINFO@
1.4 paf 81: OBJEXT = @OBJEXT@
1.1 parser 82: PACKAGE = @PACKAGE@
1.4 paf 83: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
84: PACKAGE_NAME = @PACKAGE_NAME@
85: PACKAGE_STRING = @PACKAGE_STRING@
86: PACKAGE_TARNAME = @PACKAGE_TARNAME@
87: PACKAGE_VERSION = @PACKAGE_VERSION@
88: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 parser 89: RANLIB = @RANLIB@
1.4 paf 90: SET_MAKE = @SET_MAKE@
91: SHELL = @SHELL@
92: STRIP = @STRIP@
1.1 parser 93: VERSION = @VERSION@
1.4 paf 94: ac_ct_CC = @ac_ct_CC@
95: ac_ct_RANLIB = @ac_ct_RANLIB@
96: ac_ct_STRIP = @ac_ct_STRIP@
97: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
98: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
99: am__include = @am__include@
100: am__quote = @am__quote@
101: bindir = @bindir@
102: build = @build@
103: build_alias = @build_alias@
104: build_cpu = @build_cpu@
105: build_os = @build_os@
106: build_vendor = @build_vendor@
107: datadir = @datadir@
108: exec_prefix = @exec_prefix@
109: host = @host@
110: host_alias = @host_alias@
111: host_cpu = @host_cpu@
112: host_os = @host_os@
113: host_vendor = @host_vendor@
114: includedir = @includedir@
115: infodir = @infodir@
116: install_sh = @install_sh@
117: libdir = @libdir@
118: libexecdir = @libexecdir@
119: localstatedir = @localstatedir@
120: mandir = @mandir@
121: oldincludedir = @oldincludedir@
122: prefix = @prefix@
123: program_transform_name = @program_transform_name@
124: sbindir = @sbindir@
125: sharedstatedir = @sharedstatedir@
126: sysconfdir = @sysconfdir@
127: target_alias = @target_alias@
1.1 parser 128:
129: AUTOMAKE_OPTIONS = no-dependencies foreign
130:
1.4 paf 131: @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h
132: @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
133: @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h
134:
135: @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
136:
137: CLEANFILES = libltdl.la libltdlc.la
138:
139: libltdl_la_SOURCES = ltdl.c
140: libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
141: libltdl_la_LIBADD = $(LIBADD_DL)
1.1 parser 142:
143: libltdlc_la_SOURCES = ltdl.c
144: libltdlc_la_LIBADD = $(LIBADD_DL)
1.3 paf 145:
1.5 ! paf 146: EXTRA_DIST = config.h config_fixed.h libltdl.dsp
1.4 paf 147: subdir = .
148: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
149: mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
150: CONFIG_HEADER = config_auto.h
151: CONFIG_CLEAN_FILES =
152: LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
153:
154: libltdl_la_DEPENDENCIES =
155: am_libltdl_la_OBJECTS = ltdl.lo
156: libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
157: libltdlc_la_LDFLAGS =
158: libltdlc_la_DEPENDENCIES =
159: am_libltdlc_la_OBJECTS = ltdl.lo
160: libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
161:
162: DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
163: depcomp =
164: am__depfiles_maybe =
165: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
168: $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1 parser 169: CCLD = $(CC)
1.4 paf 170: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171: $(AM_LDFLAGS) $(LDFLAGS) -o $@
172: DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
173: HEADERS = $(include_HEADERS) $(noinst_HEADERS)
174:
175: DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) \
176: ../config.guess ../config.sub ../install-sh ../ltmain.sh \
177: ../missing ../mkinstalldirs COPYING.LIB Makefile.am Makefile.in \
1.5 ! paf 178: acconfig.h acinclude.m4 aclocal.m4 config_auto.h.in configure \
! 179: configure.in
1.4 paf 180: SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
1.1 parser 181:
1.4 paf 182: all: config_auto.h
183: $(MAKE) $(AM_MAKEFLAGS) all-am
1.1 parser 184:
185: .SUFFIXES:
1.4 paf 186: .SUFFIXES: .c .lo .o .obj
1.1 parser 187:
1.4 paf 188: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
189: configure.lineno
190: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
191: cd $(top_srcdir) && \
192: $(AUTOMAKE) --foreign Makefile
193: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
194: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
195:
196: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
197: $(SHELL) ./config.status --recheck
198: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
199: cd $(srcdir) && $(AUTOCONF)
200:
201: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
202: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
203:
204: config_auto.h: stamp-h1
205: @if test ! -f $@; then \
206: rm -f stamp-h1; \
207: $(MAKE) stamp-h1; \
208: else :; fi
209:
210: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
211: @rm -f stamp-h1
212: cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
213:
1.5 ! paf 214: $(srcdir)/config_auto.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
1.4 paf 215: cd $(top_srcdir) && $(AUTOHEADER)
216: touch $(srcdir)/config_auto.h.in
217:
218: distclean-hdr:
219: -rm -f config_auto.h stamp-h1
220: libLTLIBRARIES_INSTALL = $(INSTALL)
221: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
222: @$(NORMAL_INSTALL)
223: $(mkinstalldirs) $(DESTDIR)$(libdir)
224: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
225: if test -f $$p; then \
226: f="`echo $$p | sed -e 's|^.*/||'`"; \
227: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
228: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
229: else :; fi; \
230: done
1.1 parser 231:
1.4 paf 232: uninstall-libLTLIBRARIES:
233: @$(NORMAL_UNINSTALL)
234: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
235: p="`echo $$p | sed -e 's|^.*/||'`"; \
236: echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
237: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
238: done
1.1 parser 239:
1.4 paf 240: clean-libLTLIBRARIES:
241: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
242: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
243: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
244: test "$$dir" = "$$p" && dir=.; \
245: echo "rm -f \"$${dir}/so_locations\""; \
246: rm -f "$${dir}/so_locations"; \
247: done
1.1 parser 248:
249: clean-noinstLTLIBRARIES:
250: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.4 paf 251: @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
252: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
253: test "$$dir" = "$$p" && dir=.; \
254: echo "rm -f \"$${dir}/so_locations\""; \
255: rm -f "$${dir}/so_locations"; \
256: done
257: libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
258: $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
259: libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
260: $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
1.1 parser 261:
262: mostlyclean-compile:
1.4 paf 263: -rm -f *.$(OBJEXT) core *.core
1.1 parser 264:
265: distclean-compile:
266: -rm -f *.tab.c
267:
1.4 paf 268: .c.o:
269: $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
270:
271: .c.obj:
272: $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
1.1 parser 273:
274: .c.lo:
1.4 paf 275: $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
1.1 parser 276:
277: mostlyclean-libtool:
278: -rm -f *.lo
279:
280: clean-libtool:
281: -rm -rf .libs _libs
282:
283: distclean-libtool:
1.4 paf 284: -rm -f libtool
285: uninstall-info-am:
286: includeHEADERS_INSTALL = $(INSTALL_HEADER)
287: install-includeHEADERS: $(include_HEADERS)
288: @$(NORMAL_INSTALL)
289: $(mkinstalldirs) $(DESTDIR)$(includedir)
290: @list='$(include_HEADERS)'; for p in $$list; do \
291: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
292: f="`echo $$p | sed -e 's|^.*/||'`"; \
293: echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
294: $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
295: done
1.1 parser 296:
1.4 paf 297: uninstall-includeHEADERS:
298: @$(NORMAL_UNINSTALL)
299: @list='$(include_HEADERS)'; for p in $$list; do \
300: f="`echo $$p | sed -e 's|^.*/||'`"; \
301: echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
302: rm -f $(DESTDIR)$(includedir)/$$f; \
303: done
1.1 parser 304:
1.4 paf 305: ETAGS = etags
306: ETAGSFLAGS =
307:
308: CTAGS = ctags
309: CTAGSFLAGS =
1.1 parser 310:
311: tags: TAGS
312:
1.4 paf 313: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
314: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
315: unique=`for i in $$list; do \
316: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317: done | \
318: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 319: END { for (i in files) print i; }'`; \
1.4 paf 320: mkid -fID $$unique
1.1 parser 321:
1.4 paf 322: TAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
323: $(TAGS_FILES) $(LISP)
324: tags=; \
325: here=`pwd`; \
326: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
327: unique=`for i in $$list; do \
328: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329: done | \
330: $(AWK) ' { files[$$0] = 1; } \
331: END { for (i in files) print i; }'`; \
332: test -z "$(ETAGS_ARGS)$$tags$$unique" \
333: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334: $$tags $$unique
335:
336: ctags: CTAGS
337: CTAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
338: $(TAGS_FILES) $(LISP)
1.1 parser 339: tags=; \
340: here=`pwd`; \
1.4 paf 341: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
342: unique=`for i in $$list; do \
343: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344: done | \
345: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 346: END { for (i in files) print i; }'`; \
1.4 paf 347: test -z "$(CTAGS_ARGS)$$tags$$unique" \
348: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349: $$tags $$unique
350:
351: GTAGS:
352: here=`$(am__cd) $(top_builddir) && pwd` \
353: && cd $(top_srcdir) \
354: && gtags -i $(GTAGS_ARGS) $$here
1.1 parser 355:
356: distclean-tags:
1.4 paf 357: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 parser 359:
1.4 paf 360: top_distdir = .
361: distdir = $(PACKAGE)-$(VERSION)
1.1 parser 362:
1.4 paf 363: am__remove_distdir = \
364: { test ! -d $(distdir) \
365: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
366: && rm -fr $(distdir); }; }
1.1 parser 367:
1.4 paf 368: GZIP_ENV = --best
369: distuninstallcheck_listfiles = find . -type f -print
370: distcleancheck_listfiles = find . -type f -print
1.1 parser 371:
372: distdir: $(DISTFILES)
1.4 paf 373: $(am__remove_distdir)
374: mkdir $(distdir)
375: $(mkinstalldirs) $(distdir)/..
376: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
377: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
378: list='$(DISTFILES)'; for file in $$list; do \
379: case $$file in \
380: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
381: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
382: esac; \
383: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
385: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
386: dir="/$$dir"; \
387: $(mkinstalldirs) "$(distdir)$$dir"; \
388: else \
389: dir=''; \
390: fi; \
1.1 parser 391: if test -d $$d/$$file; then \
1.4 paf 392: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
393: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
394: fi; \
395: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 parser 396: else \
397: test -f $(distdir)/$$file \
1.4 paf 398: || cp -p $$d/$$file $(distdir)/$$file \
399: || exit 1; \
1.1 parser 400: fi; \
401: done
1.4 paf 402: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
403: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
404: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
405: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
406: || chmod -R a+r $(distdir)
407: dist-gzip: distdir
408: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
409: $(am__remove_distdir)
410:
411: dist dist-all: distdir
412: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
413: $(am__remove_distdir)
414:
415: # This target untars the dist file and tries a VPATH configuration. Then
416: # it guarantees that the distribution is self-contained by making another
417: # tarfile.
418: distcheck: dist
419: $(am__remove_distdir)
420: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
421: chmod -R a-w $(distdir); chmod a+w $(distdir)
422: mkdir $(distdir)/=build
423: mkdir $(distdir)/=inst
424: chmod a-w $(distdir)
425: dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
426: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
427: && cd $(distdir)/=build \
428: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
429: $(DISTCHECK_CONFIGURE_FLAGS) \
430: && $(MAKE) $(AM_MAKEFLAGS) \
431: && $(MAKE) $(AM_MAKEFLAGS) dvi \
432: && $(MAKE) $(AM_MAKEFLAGS) check \
433: && $(MAKE) $(AM_MAKEFLAGS) install \
434: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
435: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
436: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
437: distuninstallcheck \
438: && chmod -R a-w "$$dc_install_base" \
439: && ({ \
440: (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
441: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
442: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
443: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
444: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
445: } || { rm -rf "$$dc_destdir"; exit 1; }) \
446: && rm -rf "$$dc_destdir" \
447: && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
448: && rm -f $(distdir).tar.gz \
449: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
450: $(am__remove_distdir)
451: @echo "$(distdir).tar.gz is ready for distribution" | \
452: sed 'h;s/./=/g;p;x;p;x'
453: distuninstallcheck:
454: cd $(distuninstallcheck_dir) \
455: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
456: || { echo "ERROR: files left after uninstall:" ; \
457: if test -n "$(DESTDIR)"; then \
458: echo " (check DESTDIR support)"; \
459: fi ; \
460: $(distuninstallcheck_listfiles) ; \
461: exit 1; } >&2
462: distcleancheck: distclean
463: if test '$(srcdir)' = . ; then \
464: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
465: exit 1 ; \
466: fi
467: test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
468: || { echo "ERROR: files left in build directory after distclean:" ; \
469: $(distcleancheck_listfiles) ; \
470: exit 1; } >&2
1.1 parser 471: check-am: all-am
472: check: check-am
1.4 paf 473: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
474:
475: installdirs:
476: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
477:
478: install: install-am
1.1 parser 479: install-exec: install-exec-am
480: install-data: install-data-am
1.4 paf 481: uninstall: uninstall-am
1.1 parser 482:
483: install-am: all-am
484: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.4 paf 485:
486: installcheck: installcheck-am
1.1 parser 487: install-strip:
1.4 paf 488: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489: INSTALL_STRIP_FLAG=-s \
490: `test -z '$(STRIP)' || \
491: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 parser 492: mostlyclean-generic:
493:
494: clean-generic:
1.4 paf 495: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 parser 496:
497: distclean-generic:
498: -rm -f Makefile $(CONFIG_CLEAN_FILES)
499:
500: maintainer-clean-generic:
1.4 paf 501: @echo "This command is intended for maintainers to use"
502: @echo "it deletes files that may require special tools to rebuild."
503: clean: clean-am
504:
505: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
506: clean-noinstLTLIBRARIES mostlyclean-am
507:
508: distclean: distclean-am
509: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
510: distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
511: distclean-libtool distclean-tags
512:
513: dvi: dvi-am
514:
515: dvi-am:
516:
517: info: info-am
518:
519: info-am:
520:
521: install-data-am: install-includeHEADERS
522:
523: install-exec-am: install-libLTLIBRARIES
524:
525: install-info: install-info-am
526:
527: install-man:
528:
529: installcheck-am:
530:
531: maintainer-clean: maintainer-clean-am
532: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
533: -rm -rf autom4te.cache
534: maintainer-clean-am: distclean-am maintainer-clean-generic
1.1 parser 535:
536: mostlyclean: mostlyclean-am
537:
1.4 paf 538: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
539: mostlyclean-libtool
540:
541: pdf: pdf-am
1.1 parser 542:
1.4 paf 543: pdf-am:
1.1 parser 544:
1.4 paf 545: ps: ps-am
1.1 parser 546:
1.4 paf 547: ps-am:
1.1 parser 548:
1.4 paf 549: uninstall-am: uninstall-includeHEADERS uninstall-info-am \
550: uninstall-libLTLIBRARIES
1.1 parser 551:
1.4 paf 552: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
553: clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
554: ctags dist dist-all dist-gzip distcheck distclean \
555: distclean-compile distclean-generic distclean-hdr \
556: distclean-libtool distclean-tags distcleancheck distdir \
557: distuninstallcheck dvi dvi-am info info-am install install-am \
558: install-data install-data-am install-exec install-exec-am \
559: install-includeHEADERS install-info install-info-am \
560: install-libLTLIBRARIES install-man install-strip installcheck \
561: installcheck-am installdirs maintainer-clean \
562: maintainer-clean-generic mostlyclean mostlyclean-compile \
563: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
564: tags uninstall uninstall-am uninstall-includeHEADERS \
565: uninstall-info-am uninstall-libLTLIBRARIES
1.1 parser 566:
567:
1.4 paf 568: ltdl.lo: ltdl.h config_auto.h
1.1 parser 569:
1.4 paf 570: $(OBJECTS) $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
571: libtool: $(LIBTOOL_DEPS)
572: $(SHELL) ./config.status --recheck
1.1 parser 573:
1.4 paf 574: local-install-files: $(DISTFILES)
575: -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
576: $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
577: @for file in $(DISTFILES); do \
578: d=$(srcdir); \
579: if test -d $$d/$$file; then \
580: cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
581: else \
582: test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
583: || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
584: fi; \
585: done
1.1 parser 586: # Tell versions [3.59,3.63) of GNU make to not export all variables.
587: # Otherwise a system limit (for SysV at least) may be exceeded.
588: .NOEXPORT:
E-mail: