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