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