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
18SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = .
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42DIST_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
47subdir = .
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50	$(top_srcdir)/configure.ac
51am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52	$(ACLOCAL_M4)
53am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno configure.status.lineno
55mkinstalldirs = $(install_sh) -d
56CONFIG_HEADER = config.h
57CONFIG_CLEAN_FILES =
58am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59am__vpath_adj = case $$p in \
60    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61    *) f=$$p;; \
62  esac;
63am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
65libLTLIBRARIES_INSTALL = $(INSTALL)
66LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
67am__DEPENDENCIES_1 =
68libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
69am_libltdl_la_OBJECTS = ltdl.lo
70libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
71@INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
72libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
73am_libltdlc_la_OBJECTS = ltdl.lo
74libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
75@CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
76DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
77depcomp =
78am__depfiles_maybe =
79COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
82	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83	$(AM_CFLAGS) $(CFLAGS)
84CCLD = $(CC)
85LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
86	$(AM_LDFLAGS) $(LDFLAGS) -o $@
87SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
88DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
89am__include_HEADERS_DIST = ltdl.h
90includeHEADERS_INSTALL = $(INSTALL_HEADER)
91am__noinst_HEADERS_DIST = ltdl.h
92HEADERS = $(include_HEADERS) $(noinst_HEADERS)
93ETAGS = etags
94CTAGS = ctags
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96distdir = $(PACKAGE)-$(VERSION)
97top_distdir = $(distdir)
98am__remove_distdir = \
99  { test ! -d $(distdir) \
100    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
101         && rm -fr $(distdir); }; }
102DIST_ARCHIVES = $(distdir).tar.gz
103GZIP_ENV = --best
104distuninstallcheck_listfiles = find . -type f -print
105distcleancheck_listfiles = find . -type f -print
106ACLOCAL = @ACLOCAL@
107AMDEP_FALSE = @AMDEP_FALSE@
108AMDEP_TRUE = @AMDEP_TRUE@
109AMTAR = @AMTAR@
110AR = @AR@
111AS = @AS@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CC = @CC@
117CCDEPMODE = @CCDEPMODE@
118CFLAGS = @CFLAGS@
119CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
120CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
121CPP = @CPP@
122CPPFLAGS = @CPPFLAGS@
123CXX = @CXX@
124CXXCPP = @CXXCPP@
125CXXDEPMODE = @CXXDEPMODE@
126CXXFLAGS = @CXXFLAGS@
127CYGPATH_W = @CYGPATH_W@
128DEFS = @DEFS@
129DEPDIR = @DEPDIR@
130DLLTOOL = @DLLTOOL@
131ECHO = @ECHO@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137F77 = @F77@
138FFLAGS = @FFLAGS@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
141INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
142INSTALL_PROGRAM = @INSTALL_PROGRAM@
143INSTALL_SCRIPT = @INSTALL_SCRIPT@
144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145LDFLAGS = @LDFLAGS@
146LIBADD_DL = @LIBADD_DL@
147LIBOBJS = @LIBOBJS@
148LIBS = @LIBS@
149LIBTOOL = @LIBTOOL@
150LIBTOOL_DEPS = @LIBTOOL_DEPS@
151LN_S = @LN_S@
152LTLIBOBJS = @LTLIBOBJS@
153MAKEINFO = @MAKEINFO@
154OBJDUMP = @OBJDUMP@
155OBJEXT = @OBJEXT@
156PACKAGE = @PACKAGE@
157PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158PACKAGE_NAME = @PACKAGE_NAME@
159PACKAGE_STRING = @PACKAGE_STRING@
160PACKAGE_TARNAME = @PACKAGE_TARNAME@
161PACKAGE_VERSION = @PACKAGE_VERSION@
162PATH_SEPARATOR = @PATH_SEPARATOR@
163RANLIB = @RANLIB@
164SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@
166STRIP = @STRIP@
167VERSION = @VERSION@
168ac_ct_AR = @ac_ct_AR@
169ac_ct_AS = @ac_ct_AS@
170ac_ct_CC = @ac_ct_CC@
171ac_ct_CXX = @ac_ct_CXX@
172ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
173ac_ct_F77 = @ac_ct_F77@
174ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
175ac_ct_RANLIB = @ac_ct_RANLIB@
176ac_ct_STRIP = @ac_ct_STRIP@
177am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
179am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
180am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
181am__include = @am__include@
182am__leading_dot = @am__leading_dot@
183am__quote = @am__quote@
184am__tar = @am__tar@
185am__untar = @am__untar@
186bindir = @bindir@
187build = @build@
188build_alias = @build_alias@
189build_cpu = @build_cpu@
190build_os = @build_os@
191build_vendor = @build_vendor@
192datadir = @datadir@
193exec_prefix = @exec_prefix@
194host = @host@
195host_alias = @host_alias@
196host_cpu = @host_cpu@
197host_os = @host_os@
198host_vendor = @host_vendor@
199includedir = @includedir@
200infodir = @infodir@
201install_sh = @install_sh@
202libdir = @libdir@
203libexecdir = @libexecdir@
204localstatedir = @localstatedir@
205mandir = @mandir@
206mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@
208prefix = @prefix@
209program_transform_name = @program_transform_name@
210sbindir = @sbindir@
211sharedstatedir = @sharedstatedir@
212sysconfdir = @sysconfdir@
213target_alias = @target_alias@
214AUTOMAKE_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
219CLEANFILES = libltdl.la libltdlc.la
220libltdl_la_SOURCES = ltdl.c
221libltdl_la_LDFLAGS = -no-undefined -version-info 4:2:1
222libltdl_la_LIBADD = $(LIBADD_DL)
223libltdlc_la_SOURCES = ltdl.c
224libltdlc_la_LIBADD = $(LIBADD_DL)
225all: config.h
226	$(MAKE) $(AM_MAKEFLAGS) all-am
227
228.SUFFIXES:
229.SUFFIXES: .c .lo .o .obj
230am--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
246Makefile: $(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
264config.h: stamp-h1
265	@if test ! -f $@; then \
266	  rm -f stamp-h1; \
267	  $(MAKE) stamp-h1; \
268	else :; fi
269
270stamp-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
278distclean-hdr:
279	-rm -f config.h stamp-h1
280install-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
291uninstall-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
299clean-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
308clean-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
316libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 
317	$(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
318libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 
319	$(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
320
321mostlyclean-compile:
322	-rm -f *.$(OBJEXT)
323
324distclean-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
336mostlyclean-libtool:
337	-rm -f *.lo
338
339clean-libtool:
340	-rm -rf .libs _libs
341
342distclean-libtool:
343	-rm -f libtool
344uninstall-info-am:
345install-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
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)
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)
445dist-gzip: distdir
446	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
447	$(am__remove_distdir)
448
449dist-bzip2: distdir
450	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
451	$(am__remove_distdir)
452
453dist-tarZ: distdir
454	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
455	$(am__remove_distdir)
456
457dist-shar: distdir
458	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
459	$(am__remove_distdir)
460
461dist-zip: distdir
462	-rm -f $(distdir).zip
463	zip -rq $(distdir).zip $(distdir)
464	$(am__remove_distdir)
465
466dist 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.
473distcheck: 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;}'
519distuninstallcheck:
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
528distcleancheck: 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
537check-am: all-am
538check: check-am
539all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
540installdirs:
541	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
542	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
543	done
544install: install-am
545install-exec: install-exec-am
546install-data: install-data-am
547uninstall: uninstall-am
548
549install-am: all-am
550	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
552installcheck: installcheck-am
553install-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
558mostlyclean-generic:
559
560clean-generic:
561	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
562
563distclean-generic:
564	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565
566maintainer-clean-generic:
567	@echo "This command is intended for maintainers to use"
568	@echo "it deletes files that may require special tools to rebuild."
569clean: clean-am
570
571clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
572	clean-noinstLTLIBRARIES mostlyclean-am
573
574distclean: distclean-am
575	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
576	-rm -f Makefile
577distclean-am: clean-am distclean-compile distclean-generic \
578	distclean-hdr distclean-libtool distclean-tags
579
580dvi: dvi-am
581
582dvi-am:
583
584html: html-am
585
586info: info-am
587
588info-am:
589
590install-data-am: install-includeHEADERS
591
592install-exec-am: install-libLTLIBRARIES
593
594install-info: install-info-am
595
596install-man:
597
598installcheck-am:
599
600maintainer-clean: maintainer-clean-am
601	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
602	-rm -rf $(top_srcdir)/autom4te.cache
603	-rm -f Makefile
604maintainer-clean-am: distclean-am maintainer-clean-generic
605
606mostlyclean: mostlyclean-am
607
608mostlyclean-am: mostlyclean-compile mostlyclean-generic \
609	mostlyclean-libtool
610
611pdf: pdf-am
612
613pdf-am:
614
615ps: ps-am
616
617ps-am:
618
619uninstall-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
640ltdl.lo: ltdl.h config.h
641
642$(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
643libtool: $(LIBTOOL_DEPS)
644	$(SHELL) ./config.status --recheck
645# Tell versions [3.59,3.63) of GNU make to not export all variables.
646# Otherwise a system limit (for SysV at least) may be exceeded.
647.NOEXPORT:
648