Annotation of sql/mysql/libltdl/Makefile.in, revision 1.7
1.6 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 parser 3:
1.6 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.6 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.6 paf 23: top_builddir = .
1.1 parser 24:
1.6 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 parser 26: INSTALL = @INSTALL@
1.6 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.6 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.4 paf 46: AWK = @AWK@
1.1 parser 47: CC = @CC@
1.6 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@
1.7 ! paf 57: ECHO = @ECHO@
1.6 paf 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.6 paf 71: LIBOBJS = @LIBOBJS@
72: LIBS = @LIBS@
1.1 parser 73: LIBTOOL = @LIBTOOL@
1.6 paf 74: LIBTOOL_DEPS = @LIBTOOL_DEPS@
1.1 parser 75: LN_S = @LN_S@
1.6 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.6 paf 81: OBJEXT = @OBJEXT@
1.1 parser 82: PACKAGE = @PACKAGE@
1.6 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.6 paf 90: SET_MAKE = @SET_MAKE@
91: SHELL = @SHELL@
92: STRIP = @STRIP@
1.1 parser 93: VERSION = @VERSION@
1.6 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.7 ! 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.4 paf 145:
1.5 paf 146: EXTRA_DIST = config_fixed.h libltdl.dsp
1.6 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 =
1.7 ! paf 152: LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
1.6 paf 153:
1.7 ! paf 154: libltdl_la_DEPENDENCIES =
! 155: am_libltdl_la_OBJECTS = ltdl.lo
! 156: libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
1.6 paf 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.6 paf 170: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171: $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.7 ! paf 172: DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
! 173: HEADERS = $(include_HEADERS) $(noinst_HEADERS)
1.6 paf 174:
1.7 ! paf 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 \
! 178: acinclude.m4 aclocal.m4 config_auto.h.in configure configure.in
! 179: SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
1.1 parser 180:
1.6 paf 181: all: config_auto.h
182: $(MAKE) $(AM_MAKEFLAGS) all-am
1.1 parser 183:
184: .SUFFIXES:
1.6 paf 185: .SUFFIXES: .c .lo .o .obj
1.1 parser 186:
1.6 paf 187: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
188: configure.lineno
189: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
190: cd $(top_srcdir) && \
191: $(AUTOMAKE) --foreign Makefile
192: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
193: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
194:
195: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
196: $(SHELL) ./config.status --recheck
197: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
198: cd $(srcdir) && $(AUTOCONF)
199:
200: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
201: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
202:
203: config_auto.h: stamp-h1
204: @if test ! -f $@; then \
205: rm -f stamp-h1; \
206: $(MAKE) stamp-h1; \
207: else :; fi
208:
209: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
210: @rm -f stamp-h1
211: cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
212:
213: $(srcdir)/config_auto.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
214: cd $(top_srcdir) && $(AUTOHEADER)
215: touch $(srcdir)/config_auto.h.in
1.3 paf 216:
1.6 paf 217: distclean-hdr:
218: -rm -f config_auto.h stamp-h1
1.7 ! paf 219: libLTLIBRARIES_INSTALL = $(INSTALL)
! 220: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
! 221: @$(NORMAL_INSTALL)
! 222: $(mkinstalldirs) $(DESTDIR)$(libdir)
! 223: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 224: if test -f $$p; then \
! 225: f="`echo $$p | sed -e 's|^.*/||'`"; \
! 226: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
! 227: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
! 228: else :; fi; \
! 229: done
! 230:
! 231: uninstall-libLTLIBRARIES:
! 232: @$(NORMAL_UNINSTALL)
! 233: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 234: p="`echo $$p | sed -e 's|^.*/||'`"; \
! 235: echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
! 236: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
! 237: done
! 238:
! 239: clean-libLTLIBRARIES:
! 240: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
! 241: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 242: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
! 243: test "$$dir" = "$$p" && dir=.; \
! 244: echo "rm -f \"$${dir}/so_locations\""; \
! 245: rm -f "$${dir}/so_locations"; \
! 246: done
1.1 parser 247:
248: clean-noinstLTLIBRARIES:
249: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.6 paf 250: @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
251: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
252: test "$$dir" = "$$p" && dir=.; \
253: echo "rm -f \"$${dir}/so_locations\""; \
254: rm -f "$${dir}/so_locations"; \
255: done
1.7 ! paf 256: libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
! 257: $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
1.6 paf 258: libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
259: $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
1.1 parser 260:
261: mostlyclean-compile:
1.6 paf 262: -rm -f *.$(OBJEXT) core *.core
1.1 parser 263:
264: distclean-compile:
265: -rm -f *.tab.c
266:
1.6 paf 267: .c.o:
268: $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
269:
270: .c.obj:
271: $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
1.1 parser 272:
273: .c.lo:
1.6 paf 274: $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
1.1 parser 275:
276: mostlyclean-libtool:
277: -rm -f *.lo
278:
279: clean-libtool:
280: -rm -rf .libs _libs
281:
282: distclean-libtool:
1.6 paf 283: -rm -f libtool
284: uninstall-info-am:
1.7 ! paf 285: includeHEADERS_INSTALL = $(INSTALL_HEADER)
! 286: install-includeHEADERS: $(include_HEADERS)
! 287: @$(NORMAL_INSTALL)
! 288: $(mkinstalldirs) $(DESTDIR)$(includedir)
! 289: @list='$(include_HEADERS)'; for p in $$list; do \
! 290: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 291: f="`echo $$p | sed -e 's|^.*/||'`"; \
! 292: echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
! 293: $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
! 294: done
! 295:
! 296: uninstall-includeHEADERS:
! 297: @$(NORMAL_UNINSTALL)
! 298: @list='$(include_HEADERS)'; for p in $$list; do \
! 299: f="`echo $$p | sed -e 's|^.*/||'`"; \
! 300: echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
! 301: rm -f $(DESTDIR)$(includedir)/$$f; \
! 302: done
1.1 parser 303:
1.6 paf 304: ETAGS = etags
305: ETAGSFLAGS =
1.1 parser 306:
1.6 paf 307: CTAGS = ctags
308: CTAGSFLAGS =
1.1 parser 309:
310: tags: TAGS
311:
1.6 paf 312: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314: unique=`for i in $$list; do \
315: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316: done | \
317: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 318: END { for (i in files) print i; }'`; \
1.6 paf 319: mkid -fID $$unique
1.1 parser 320:
1.6 paf 321: TAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
322: $(TAGS_FILES) $(LISP)
323: tags=; \
324: here=`pwd`; \
325: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
326: unique=`for i in $$list; do \
327: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328: done | \
329: $(AWK) ' { files[$$0] = 1; } \
330: END { for (i in files) print i; }'`; \
331: test -z "$(ETAGS_ARGS)$$tags$$unique" \
332: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333: $$tags $$unique
334:
335: ctags: CTAGS
336: CTAGS: $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
337: $(TAGS_FILES) $(LISP)
1.1 parser 338: tags=; \
339: here=`pwd`; \
1.6 paf 340: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
341: unique=`for i in $$list; do \
342: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343: done | \
344: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 345: END { for (i in files) print i; }'`; \
1.6 paf 346: test -z "$(CTAGS_ARGS)$$tags$$unique" \
347: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348: $$tags $$unique
349:
350: GTAGS:
351: here=`$(am__cd) $(top_builddir) && pwd` \
352: && cd $(top_srcdir) \
353: && gtags -i $(GTAGS_ARGS) $$here
1.1 parser 354:
355: distclean-tags:
1.6 paf 356: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 parser 358:
1.6 paf 359: top_distdir = .
360: distdir = $(PACKAGE)-$(VERSION)
1.1 parser 361:
1.6 paf 362: am__remove_distdir = \
363: { test ! -d $(distdir) \
364: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
365: && rm -fr $(distdir); }; }
1.4 paf 366:
1.6 paf 367: GZIP_ENV = --best
368: distuninstallcheck_listfiles = find . -type f -print
369: distcleancheck_listfiles = find . -type f -print
1.1 parser 370:
371: distdir: $(DISTFILES)
1.6 paf 372: $(am__remove_distdir)
373: mkdir $(distdir)
374: $(mkinstalldirs) $(distdir)/..
375: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
376: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
377: list='$(DISTFILES)'; for file in $$list; do \
378: case $$file in \
379: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
380: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
381: esac; \
382: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
384: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
385: dir="/$$dir"; \
386: $(mkinstalldirs) "$(distdir)$$dir"; \
387: else \
388: dir=''; \
389: fi; \
1.1 parser 390: if test -d $$d/$$file; then \
1.6 paf 391: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
393: fi; \
394: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 parser 395: else \
396: test -f $(distdir)/$$file \
1.6 paf 397: || cp -p $$d/$$file $(distdir)/$$file \
398: || exit 1; \
1.1 parser 399: fi; \
400: done
1.6 paf 401: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
402: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
403: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
404: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
405: || chmod -R a+r $(distdir)
406: dist-gzip: distdir
407: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
408: $(am__remove_distdir)
409:
410: dist dist-all: distdir
411: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
412: $(am__remove_distdir)
413:
414: # This target untars the dist file and tries a VPATH configuration. Then
415: # it guarantees that the distribution is self-contained by making another
416: # tarfile.
417: distcheck: dist
418: $(am__remove_distdir)
419: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
420: chmod -R a-w $(distdir); chmod a+w $(distdir)
421: mkdir $(distdir)/=build
422: mkdir $(distdir)/=inst
423: chmod a-w $(distdir)
424: dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
425: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
426: && cd $(distdir)/=build \
427: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
428: $(DISTCHECK_CONFIGURE_FLAGS) \
429: && $(MAKE) $(AM_MAKEFLAGS) \
430: && $(MAKE) $(AM_MAKEFLAGS) dvi \
431: && $(MAKE) $(AM_MAKEFLAGS) check \
432: && $(MAKE) $(AM_MAKEFLAGS) install \
433: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
434: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
435: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
436: distuninstallcheck \
437: && chmod -R a-w "$$dc_install_base" \
438: && ({ \
439: (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
440: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
441: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
442: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
443: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
444: } || { rm -rf "$$dc_destdir"; exit 1; }) \
445: && rm -rf "$$dc_destdir" \
446: && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
447: && rm -f $(distdir).tar.gz \
448: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
449: $(am__remove_distdir)
450: @echo "$(distdir).tar.gz is ready for distribution" | \
451: sed 'h;s/./=/g;p;x;p;x'
452: distuninstallcheck:
453: cd $(distuninstallcheck_dir) \
454: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
455: || { echo "ERROR: files left after uninstall:" ; \
456: if test -n "$(DESTDIR)"; then \
457: echo " (check DESTDIR support)"; \
458: fi ; \
459: $(distuninstallcheck_listfiles) ; \
460: exit 1; } >&2
461: distcleancheck: distclean
462: if test '$(srcdir)' = . ; then \
463: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
464: exit 1 ; \
465: fi
466: test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
467: || { echo "ERROR: files left in build directory after distclean:" ; \
468: $(distcleancheck_listfiles) ; \
469: exit 1; } >&2
1.1 parser 470: check-am: all-am
471: check: check-am
1.6 paf 472: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
473:
474: installdirs:
1.7 ! paf 475: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
1.6 paf 476:
477: install: install-am
1.1 parser 478: install-exec: install-exec-am
479: install-data: install-data-am
1.6 paf 480: uninstall: uninstall-am
1.1 parser 481:
482: install-am: all-am
483: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.6 paf 484:
485: installcheck: installcheck-am
1.1 parser 486: install-strip:
1.6 paf 487: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488: INSTALL_STRIP_FLAG=-s \
489: `test -z '$(STRIP)' || \
490: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 parser 491: mostlyclean-generic:
492:
493: clean-generic:
1.7 ! paf 494: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 parser 495:
496: distclean-generic:
497: -rm -f Makefile $(CONFIG_CLEAN_FILES)
498:
499: maintainer-clean-generic:
1.6 paf 500: @echo "This command is intended for maintainers to use"
501: @echo "it deletes files that may require special tools to rebuild."
502: clean: clean-am
503:
1.7 ! paf 504: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
! 505: clean-noinstLTLIBRARIES mostlyclean-am
1.6 paf 506:
507: distclean: distclean-am
508: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
509: distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
510: distclean-libtool distclean-tags
511:
512: dvi: dvi-am
513:
514: dvi-am:
515:
516: info: info-am
1.1 parser 517:
1.6 paf 518: info-am:
1.1 parser 519:
1.7 ! paf 520: install-data-am: install-includeHEADERS
1.1 parser 521:
1.7 ! paf 522: install-exec-am: install-libLTLIBRARIES
1.1 parser 523:
1.6 paf 524: install-info: install-info-am
1.1 parser 525:
1.6 paf 526: install-man:
1.1 parser 527:
1.6 paf 528: installcheck-am:
1.1 parser 529:
530: maintainer-clean: maintainer-clean-am
1.6 paf 531: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
532: -rm -rf autom4te.cache
533: maintainer-clean-am: distclean-am maintainer-clean-generic
534:
535: mostlyclean: mostlyclean-am
536:
537: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
538: mostlyclean-libtool
1.1 parser 539:
1.6 paf 540: pdf: pdf-am
541:
542: pdf-am:
543:
544: ps: ps-am
545:
546: ps-am:
547:
1.7 ! paf 548: uninstall-am: uninstall-includeHEADERS uninstall-info-am \
! 549: uninstall-libLTLIBRARIES
1.6 paf 550:
551: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.7 ! paf 552: clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
! 553: ctags dist dist-all dist-gzip distcheck distclean \
! 554: distclean-compile distclean-generic distclean-hdr \
! 555: distclean-libtool distclean-tags distcleancheck distdir \
! 556: distuninstallcheck dvi dvi-am info info-am install install-am \
! 557: install-data install-data-am install-exec install-exec-am \
! 558: install-includeHEADERS install-info install-info-am \
! 559: install-libLTLIBRARIES install-man install-strip installcheck \
1.6 paf 560: installcheck-am installdirs maintainer-clean \
561: maintainer-clean-generic mostlyclean mostlyclean-compile \
562: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1.7 ! paf 563: tags uninstall uninstall-am uninstall-includeHEADERS \
! 564: uninstall-info-am uninstall-libLTLIBRARIES
! 565:
1.1 parser 566:
1.7 ! paf 567: ltdl.lo: ltdl.h config_auto.h
1.1 parser 568:
1.7 ! paf 569: $(OBJECTS) $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
! 570: libtool: $(LIBTOOL_DEPS)
! 571: $(SHELL) ./config.status --recheck
! 572:
! 573: local-install-files: $(DISTFILES)
! 574: -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
! 575: $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
! 576: @for file in $(DISTFILES); do \
! 577: d=$(srcdir); \
! 578: if test -d $$d/$$file; then \
! 579: cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
! 580: else \
! 581: test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
! 582: || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
! 583: fi; \
! 584: done
1.1 parser 585: # Tell versions [3.59,3.63) of GNU make to not export all variables.
586: # Otherwise a system limit (for SysV at least) may be exceeded.
587: .NOEXPORT:
E-mail: