Annotation of sql/mysql/libltdl/Makefile.in, revision 1.7.8.1
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.7.8.1 ! paf 146: EXTRA_DIST = config.h config_fixed.h libltdl.dsp
1.6 paf 147: subdir = .
148: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.7.8.1 ! paf 149: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.6 paf 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.8.1 ! paf 175: DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) COPYING.LIB \
! 176: Makefile.am Makefile.in acinclude.m4 aclocal.m4 config.guess \
! 177: config.sub config_auto.h.in configure configure.in install-sh \
! 178: ltmain.sh missing mkinstalldirs
1.7 paf 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: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
375: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
376: list='$(DISTFILES)'; for file in $$list; do \
377: case $$file in \
378: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
379: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
380: esac; \
381: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
382: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
383: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
384: dir="/$$dir"; \
385: $(mkinstalldirs) "$(distdir)$$dir"; \
386: else \
387: dir=''; \
388: fi; \
1.1 parser 389: if test -d $$d/$$file; then \
1.6 paf 390: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
391: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
392: fi; \
393: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 parser 394: else \
395: test -f $(distdir)/$$file \
1.6 paf 396: || cp -p $$d/$$file $(distdir)/$$file \
397: || exit 1; \
1.1 parser 398: fi; \
399: done
1.6 paf 400: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
401: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
402: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
403: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
404: || chmod -R a+r $(distdir)
405: dist-gzip: distdir
406: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
407: $(am__remove_distdir)
408:
409: dist dist-all: distdir
410: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
411: $(am__remove_distdir)
412:
413: # This target untars the dist file and tries a VPATH configuration. Then
414: # it guarantees that the distribution is self-contained by making another
415: # tarfile.
416: distcheck: dist
417: $(am__remove_distdir)
418: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
419: chmod -R a-w $(distdir); chmod a+w $(distdir)
420: mkdir $(distdir)/=build
421: mkdir $(distdir)/=inst
422: chmod a-w $(distdir)
423: dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
424: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
425: && cd $(distdir)/=build \
426: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
427: $(DISTCHECK_CONFIGURE_FLAGS) \
428: && $(MAKE) $(AM_MAKEFLAGS) \
429: && $(MAKE) $(AM_MAKEFLAGS) dvi \
430: && $(MAKE) $(AM_MAKEFLAGS) check \
431: && $(MAKE) $(AM_MAKEFLAGS) install \
432: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
433: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
434: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
435: distuninstallcheck \
436: && chmod -R a-w "$$dc_install_base" \
437: && ({ \
438: (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
439: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
440: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
441: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
442: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
443: } || { rm -rf "$$dc_destdir"; exit 1; }) \
444: && rm -rf "$$dc_destdir" \
445: && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
446: && rm -f $(distdir).tar.gz \
447: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
448: $(am__remove_distdir)
449: @echo "$(distdir).tar.gz is ready for distribution" | \
450: sed 'h;s/./=/g;p;x;p;x'
451: distuninstallcheck:
452: cd $(distuninstallcheck_dir) \
453: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
454: || { echo "ERROR: files left after uninstall:" ; \
455: if test -n "$(DESTDIR)"; then \
456: echo " (check DESTDIR support)"; \
457: fi ; \
458: $(distuninstallcheck_listfiles) ; \
459: exit 1; } >&2
460: distcleancheck: distclean
461: if test '$(srcdir)' = . ; then \
462: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
463: exit 1 ; \
464: fi
465: test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
466: || { echo "ERROR: files left in build directory after distclean:" ; \
467: $(distcleancheck_listfiles) ; \
468: exit 1; } >&2
1.1 parser 469: check-am: all-am
470: check: check-am
1.6 paf 471: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
472:
473: installdirs:
1.7 paf 474: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
1.6 paf 475:
476: install: install-am
1.1 parser 477: install-exec: install-exec-am
478: install-data: install-data-am
1.6 paf 479: uninstall: uninstall-am
1.1 parser 480:
481: install-am: all-am
482: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.6 paf 483:
484: installcheck: installcheck-am
1.1 parser 485: install-strip:
1.6 paf 486: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487: INSTALL_STRIP_FLAG=-s \
488: `test -z '$(STRIP)' || \
489: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 parser 490: mostlyclean-generic:
491:
492: clean-generic:
1.7 paf 493: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 parser 494:
495: distclean-generic:
496: -rm -f Makefile $(CONFIG_CLEAN_FILES)
497:
498: maintainer-clean-generic:
1.6 paf 499: @echo "This command is intended for maintainers to use"
500: @echo "it deletes files that may require special tools to rebuild."
501: clean: clean-am
502:
1.7 paf 503: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
504: clean-noinstLTLIBRARIES mostlyclean-am
1.6 paf 505:
506: distclean: distclean-am
507: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
508: distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
509: distclean-libtool distclean-tags
510:
511: dvi: dvi-am
512:
513: dvi-am:
514:
515: info: info-am
1.1 parser 516:
1.6 paf 517: info-am:
1.1 parser 518:
1.7 paf 519: install-data-am: install-includeHEADERS
1.1 parser 520:
1.7 paf 521: install-exec-am: install-libLTLIBRARIES
1.1 parser 522:
1.6 paf 523: install-info: install-info-am
1.1 parser 524:
1.6 paf 525: install-man:
1.1 parser 526:
1.6 paf 527: installcheck-am:
1.1 parser 528:
529: maintainer-clean: maintainer-clean-am
1.6 paf 530: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
531: -rm -rf autom4te.cache
532: maintainer-clean-am: distclean-am maintainer-clean-generic
533:
534: mostlyclean: mostlyclean-am
535:
536: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
537: mostlyclean-libtool
1.1 parser 538:
1.6 paf 539: pdf: pdf-am
540:
541: pdf-am:
542:
543: ps: ps-am
544:
545: ps-am:
546:
1.7 paf 547: uninstall-am: uninstall-includeHEADERS uninstall-info-am \
548: uninstall-libLTLIBRARIES
1.6 paf 549:
550: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.7 paf 551: clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
552: ctags dist dist-all dist-gzip distcheck distclean \
553: distclean-compile distclean-generic distclean-hdr \
554: distclean-libtool distclean-tags distcleancheck distdir \
555: distuninstallcheck dvi dvi-am info info-am install install-am \
556: install-data install-data-am install-exec install-exec-am \
557: install-includeHEADERS install-info install-info-am \
558: install-libLTLIBRARIES install-man install-strip installcheck \
1.6 paf 559: installcheck-am installdirs maintainer-clean \
560: maintainer-clean-generic mostlyclean mostlyclean-compile \
561: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1.7 paf 562: tags uninstall uninstall-am uninstall-includeHEADERS \
563: uninstall-info-am uninstall-libLTLIBRARIES
564:
1.1 parser 565:
1.7 paf 566: ltdl.lo: ltdl.h config_auto.h
1.1 parser 567:
1.7 paf 568: $(OBJECTS) $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
569: libtool: $(LIBTOOL_DEPS)
570: $(SHELL) ./config.status --recheck
571:
572: local-install-files: $(DISTFILES)
573: -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
574: $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
575: @for file in $(DISTFILES); do \
576: d=$(srcdir); \
577: if test -d $$d/$$file; then \
578: cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
579: else \
580: test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
581: || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
582: fi; \
583: done
1.1 parser 584: # Tell versions [3.59,3.63) of GNU make to not export all variables.
585: # Otherwise a system limit (for SysV at least) may be exceeded.
586: .NOEXPORT:
E-mail: