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
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
41	ChangeLog INSTALL NEWS THANKS TODO compile config.guess \
42	config.sub install-sh ltmain.sh missing
43subdir = .
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
46	$(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48	$(ACLOCAL_M4)
49am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno configure.status.lineno
51mkinstalldirs = $(install_sh) -d
52CONFIG_CLEAN_FILES =
53am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(aclocaldir)" \
54	"$(DESTDIR)$(ltdldatadir)" "$(DESTDIR)$(pkgdatadir)"
55binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
56SCRIPTS = $(bin_SCRIPTS)
57SOURCES =
58DIST_SOURCES =
59RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60	html-recursive info-recursive install-data-recursive \
61	install-exec-recursive install-info-recursive \
62	install-recursive installcheck-recursive installdirs-recursive \
63	pdf-recursive ps-recursive uninstall-info-recursive \
64	uninstall-recursive
65am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66am__vpath_adj = case $$p in \
67    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68    *) f=$$p;; \
69  esac;
70am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
71aclocalDATA_INSTALL = $(INSTALL_DATA)
72ltdldataDATA_INSTALL = $(INSTALL_DATA)
73pkgdataDATA_INSTALL = $(INSTALL_DATA)
74DATA = $(aclocal_DATA) $(ltdldata_DATA) $(pkgdata_DATA)
75ETAGS = etags
76CTAGS = ctags
77DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78distdir = $(PACKAGE)-$(VERSION)
79top_distdir = $(distdir)
80am__remove_distdir = \
81  { test ! -d $(distdir) \
82    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83         && rm -fr $(distdir); }; }
84DIST_ARCHIVES = $(distdir).tar.gz
85GZIP_ENV = --best
86distuninstallcheck_listfiles = find . -type f -print
87distcleancheck_listfiles = find . -type f -print
88pkgdatadir = @pkgdatadir@
89ACINCLUDE_M4_LIST = @ACINCLUDE_M4_LIST@
90ACLOCAL = @ACLOCAL@
91AMDEP_FALSE = @AMDEP_FALSE@
92AMDEP_TRUE = @AMDEP_TRUE@
93AMTAR = @AMTAR@
94AR = @AR@
95AS = @AS@
96AUTOCONF = @AUTOCONF@
97AUTOHEADER = @AUTOHEADER@
98AUTOMAKE = @AUTOMAKE@
99AWK = @AWK@
100CC = @CC@
101CCDEPMODE = @CCDEPMODE@
102
103# We need to export these variables
104CFLAGS = @CFLAGS@
105CONF_SUBDIRS = @CONF_SUBDIRS@
106CPP = @CPP@
107CPPFLAGS = @CPPFLAGS@
108CXX = @CXX@
109CXXCPP = @CXXCPP@
110CXXDEPMODE = @CXXDEPMODE@
111CXXFLAGS = @CXXFLAGS@
112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@
114DEPDIR = @DEPDIR@
115DIST_MAKEFILE_LIST = @DIST_MAKEFILE_LIST@
116DLLTOOL = @DLLTOOL@
117ECHO = @ECHO@
118ECHO_C = @ECHO_C@
119ECHO_N = @ECHO_N@
120ECHO_T = @ECHO_T@
121EGREP = @EGREP@
122EXEEXT = @EXEEXT@
123F77 = @F77@
124FFLAGS = @FFLAGS@
125GCJ = @GCJ@
126GCJFLAGS = @GCJFLAGS@
127HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
128HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
129HAVE_F77_FALSE = @HAVE_F77_FALSE@
130HAVE_F77_TRUE = @HAVE_F77_TRUE@
131HAVE_GCJ_FALSE = @HAVE_GCJ_FALSE@
132HAVE_GCJ_TRUE = @HAVE_GCJ_TRUE@
133HAVE_RC_FALSE = @HAVE_RC_FALSE@
134HAVE_RC_TRUE = @HAVE_RC_TRUE@
135INSTALL_DATA = @INSTALL_DATA@
136INSTALL_PROGRAM = @INSTALL_PROGRAM@
137INSTALL_SCRIPT = @INSTALL_SCRIPT@
138INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139LD = @LD@
140LDFLAGS = @LDFLAGS@
141LIBOBJS = @LIBOBJS@
142LIBS = @LIBS@
143LIBTOOL = @LIBTOOL@
144LN_S = @LN_S@
145LTLIBOBJS = @LTLIBOBJS@
146MAKEINFO = makeinfo
147NM = @NM@
148OBJDUMP = @OBJDUMP@
149OBJEXT = @OBJEXT@
150PACKAGE = @PACKAGE@
151PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152PACKAGE_NAME = @PACKAGE_NAME@
153PACKAGE_STRING = @PACKAGE_STRING@
154PACKAGE_TARNAME = @PACKAGE_TARNAME@
155PACKAGE_VERSION = @PACKAGE_VERSION@
156PATH_SEPARATOR = @PATH_SEPARATOR@
157RANLIB = @RANLIB@
158RC = @RC@
159SET_MAKE = @SET_MAKE@
160SHELL = @SHELL@
161STRIP = @STRIP@
162TIMESTAMP = @TIMESTAMP@
163VERSION = @VERSION@
164ac_ct_AR = @ac_ct_AR@
165ac_ct_AS = @ac_ct_AS@
166ac_ct_CC = @ac_ct_CC@
167ac_ct_CXX = @ac_ct_CXX@
168ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
169ac_ct_F77 = @ac_ct_F77@
170ac_ct_GCJ = @ac_ct_GCJ@
171ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
172ac_ct_RANLIB = @ac_ct_RANLIB@
173ac_ct_RC = @ac_ct_RC@
174ac_ct_STRIP = @ac_ct_STRIP@
175aclocaldir = @aclocaldir@
176am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
177am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
178am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
179am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
180am__include = @am__include@
181am__leading_dot = @am__leading_dot@
182am__quote = @am__quote@
183am__tar = @am__tar@
184am__untar = @am__untar@
185bindir = @bindir@
186build = @build@
187build_alias = @build_alias@
188build_cpu = @build_cpu@
189build_os = @build_os@
190build_vendor = @build_vendor@
191datadir = @datadir@
192exec_prefix = @exec_prefix@
193host = @host@
194host_alias = @host_alias@
195host_cpu = @host_cpu@
196host_os = @host_os@
197host_vendor = @host_vendor@
198includedir = @includedir@
199infodir = @infodir@
200install_sh = @install_sh@
201libdir = @libdir@
202libexecdir = @libexecdir@
203localstatedir = @localstatedir@
204mandir = @mandir@
205mkdir_p = @mkdir_p@
206oldincludedir = @oldincludedir@
207prefix = @prefix@
208program_transform_name = @program_transform_name@
209sbindir = @sbindir@
210sharedstatedir = @sharedstatedir@
211subdirs = @subdirs@
212sysconfdir = @sysconfdir@
213target_alias = @target_alias@
214AUTOMAKE_OPTIONS = 1.3e gnu
215BUILD_SUBDIRS = . libltdl doc tests
216SUBDIRS = $(BUILD_SUBDIRS)
217DIST_SUBDIRS = $(BUILD_SUBDIRS) $(CONF_SUBDIRS)
218CPPLAGS = @CPPFLAGS@
219FLIBS = @FLIBS@
220aclocal_macros = libtool.m4 ltdl.m4
221EXTRA_DIST = $(aclocal_macros) bootstrap libtoolize.in ltmain.in \
222	mkstamp ChangeLog.0 ChangeLog.1
223
224CLEANFILES = libtool libtoolize ltmain.shT
225
226# These are required by libtoolize and must be executable when installed.
227# Since _SCRIPTS gets the program transform applied we make them
228# executable by hand
229pkgdata_DATA = config.guess config.sub install-sh ltmain.sh
230
231# This macro file should be visible to Automake's aclocal.
232aclocal_DATA = $(aclocal_macros)
233
234# The standalone libtool script, and the libtool distributor.
235bin_SCRIPTS = libtool libtoolize
236ltdldatadir = $(pkgdatadir)/libltdl
237ltdldata_DATA = \
238	libltdl/COPYING.LIB \
239	libltdl/README \
240	libltdl/configure.ac \
241	libltdl/Makefile.am \
242	libltdl/ltdl.c \
243	libltdl/ltdl.h \
244	libltdl/config.guess \
245	libltdl/config.sub \
246	libltdl/install-sh \
247	libltdl/missing \
248	libltdl/ltmain.sh \
249	libltdl/acinclude.m4 \
250	libltdl/aclocal.m4 \
251	libltdl/Makefile.in \
252	libltdl/configure \
253	libltdl/config-h.in
254
255
256# TSDEPS will be defined to TSDEPS_DIST at `make dist' time
257TSDEPS = 
258TSDEPS_DIST = ChangeLog libtool.m4
259CVS = cvs # set it to `:' to avoid CVS operations
260WGET = wget
261WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~
262FETCHFILES = \
263./INSTALL \
264./config.guess \
265libltdl/config.guess \
266./config.sub \
267libltdl/config.sub \
268./install-sh \
269libltdl/install-sh \
270doc/texinfo.tex
271
272GPG = gpg # set it to `:' to avoid gpg operations
273DIFF = diff
274DIFF_OPTIONS = -ruNp
275XDELTA = xdelta
276XDELTA_OPTIONS = -9
277all: all-recursive
278
279.SUFFIXES:
280am--refresh:
281	@:
282$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
283	@for dep in $?; do \
284	  case '$(am__configure_deps)' in \
285	    *$$dep*) \
286	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
287	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
288		&& exit 0; \
289	      exit 1;; \
290	  esac; \
291	done; \
292	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
293	cd $(top_srcdir) && \
294	  $(AUTOMAKE) --gnu  Makefile
295.PRECIOUS: Makefile
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297	@case '$?' in \
298	  *config.status*) \
299	    echo ' $(SHELL) ./config.status'; \
300	    $(SHELL) ./config.status;; \
301	  *) \
302	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
303	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
304	esac;
305
306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307	$(SHELL) ./config.status --recheck
308
309$(top_srcdir)/configure:  $(am__configure_deps)
310	cd $(srcdir) && $(AUTOCONF)
311$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
312	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
313install-binSCRIPTS: $(bin_SCRIPTS)
314	@$(NORMAL_INSTALL)
315	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
316	@list='$(bin_SCRIPTS)'; for p in $$list; do \
317	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318	  if test -f $$d$$p; then \
319	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
320	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
321	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
322	  else :; fi; \
323	done
324
325uninstall-binSCRIPTS:
326	@$(NORMAL_UNINSTALL)
327	@list='$(bin_SCRIPTS)'; for p in $$list; do \
328	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
329	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
330	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
331	done
332
333mostlyclean-libtool:
334	-rm -f *.lo
335
336clean-libtool:
337	-rm -rf .libs _libs
338
339distclean-libtool:
340	-rm -f libtool
341uninstall-info-am:
342install-aclocalDATA: $(aclocal_DATA)
343	@$(NORMAL_INSTALL)
344	test -z "$(aclocaldir)" || $(mkdir_p) "$(DESTDIR)$(aclocaldir)"
345	@list='$(aclocal_DATA)'; for p in $$list; do \
346	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
347	  f=$(am__strip_dir) \
348	  echo " $(aclocalDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(aclocaldir)/$$f'"; \
349	  $(aclocalDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(aclocaldir)/$$f"; \
350	done
351
352uninstall-aclocalDATA:
353	@$(NORMAL_UNINSTALL)
354	@list='$(aclocal_DATA)'; for p in $$list; do \
355	  f=$(am__strip_dir) \
356	  echo " rm -f '$(DESTDIR)$(aclocaldir)/$$f'"; \
357	  rm -f "$(DESTDIR)$(aclocaldir)/$$f"; \
358	done
359install-ltdldataDATA: $(ltdldata_DATA)
360	@$(NORMAL_INSTALL)
361	test -z "$(ltdldatadir)" || $(mkdir_p) "$(DESTDIR)$(ltdldatadir)"
362	@list='$(ltdldata_DATA)'; for p in $$list; do \
363	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
364	  f=$(am__strip_dir) \
365	  echo " $(ltdldataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(ltdldatadir)/$$f'"; \
366	  $(ltdldataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(ltdldatadir)/$$f"; \
367	done
368
369uninstall-ltdldataDATA:
370	@$(NORMAL_UNINSTALL)
371	@list='$(ltdldata_DATA)'; for p in $$list; do \
372	  f=$(am__strip_dir) \
373	  echo " rm -f '$(DESTDIR)$(ltdldatadir)/$$f'"; \
374	  rm -f "$(DESTDIR)$(ltdldatadir)/$$f"; \
375	done
376install-pkgdataDATA: $(pkgdata_DATA)
377	@$(NORMAL_INSTALL)
378	test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
379	@list='$(pkgdata_DATA)'; for p in $$list; do \
380	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381	  f=$(am__strip_dir) \
382	  echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
383	  $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
384	done
385
386uninstall-pkgdataDATA:
387	@$(NORMAL_UNINSTALL)
388	@list='$(pkgdata_DATA)'; for p in $$list; do \
389	  f=$(am__strip_dir) \
390	  echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
391	  rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
392	done
393
394# This directory's subdirectories are mostly independent; you can cd
395# into them and run `make' without going through this Makefile.
396# To change the values of `make' variables: instead of editing Makefiles,
397# (1) if the variable is set in `config.status', edit `config.status'
398#     (which will cause the Makefiles to be regenerated when you run `make');
399# (2) otherwise, pass the desired values on the `make' command line.
400$(RECURSIVE_TARGETS):
401	@set fnord $$MAKEFLAGS; amf=$$2; \
402	dot_seen=no; \
403	target=`echo $@ | sed s/-recursive//`; \
404	list='$(SUBDIRS)'; for subdir in $$list; do \
405	  echo "Making $$target in $$subdir"; \
406	  if test "$$subdir" = "."; then \
407	    dot_seen=yes; \
408	    local_target="$$target-am"; \
409	  else \
410	    local_target="$$target"; \
411	  fi; \
412	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
414	done; \
415	if test "$$dot_seen" = "no"; then \
416	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
417	fi; test -z "$$fail"
418
419mostlyclean-recursive clean-recursive distclean-recursive \
420maintainer-clean-recursive:
421	@set fnord $$MAKEFLAGS; amf=$$2; \
422	dot_seen=no; \
423	case "$@" in \
424	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
425	  *) list='$(SUBDIRS)' ;; \
426	esac; \
427	rev=''; for subdir in $$list; do \
428	  if test "$$subdir" = "."; then :; else \
429	    rev="$$subdir $$rev"; \
430	  fi; \
431	done; \
432	rev="$$rev ."; \
433	target=`echo $@ | sed s/-recursive//`; \
434	for subdir in $$rev; do \
435	  echo "Making $$target in $$subdir"; \
436	  if test "$$subdir" = "."; then \
437	    local_target="$$target-am"; \
438	  else \
439	    local_target="$$target"; \
440	  fi; \
441	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
443	done && test -z "$$fail"
444tags-recursive:
445	list='$(SUBDIRS)'; for subdir in $$list; do \
446	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
447	done
448ctags-recursive:
449	list='$(SUBDIRS)'; for subdir in $$list; do \
450	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
451	done
452
453ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455	unique=`for i in $$list; do \
456	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457	  done | \
458	  $(AWK) '    { files[$$0] = 1; } \
459	       END { for (i in files) print i; }'`; \
460	mkid -fID $$unique
461tags: TAGS
462
463TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464		$(TAGS_FILES) $(LISP)
465	tags=; \
466	here=`pwd`; \
467	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468	  include_option=--etags-include; \
469	  empty_fix=.; \
470	else \
471	  include_option=--include; \
472	  empty_fix=; \
473	fi; \
474	list='$(SUBDIRS)'; for subdir in $$list; do \
475	  if test "$$subdir" = .; then :; else \
476	    test ! -f $$subdir/TAGS || \
477	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
478	  fi; \
479	done; \
480	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481	unique=`for i in $$list; do \
482	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483	  done | \
484	  $(AWK) '    { files[$$0] = 1; } \
485	       END { for (i in files) print i; }'`; \
486	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
487	  test -n "$$unique" || unique=$$empty_fix; \
488	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489	    $$tags $$unique; \
490	fi
491ctags: CTAGS
492CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
493		$(TAGS_FILES) $(LISP)
494	tags=; \
495	here=`pwd`; \
496	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497	unique=`for i in $$list; do \
498	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499	  done | \
500	  $(AWK) '    { files[$$0] = 1; } \
501	       END { for (i in files) print i; }'`; \
502	test -z "$(CTAGS_ARGS)$$tags$$unique" \
503	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504	     $$tags $$unique
505
506GTAGS:
507	here=`$(am__cd) $(top_builddir) && pwd` \
508	  && cd $(top_srcdir) \
509	  && gtags -i $(GTAGS_ARGS) $$here
510
511distclean-tags:
512	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
514distdir: $(DISTFILES)
515	$(am__remove_distdir)
516	mkdir $(distdir)
517	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
518	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
519	list='$(DISTFILES)'; for file in $$list; do \
520	  case $$file in \
521	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
522	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
523	  esac; \
524	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
526	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
527	    dir="/$$dir"; \
528	    $(mkdir_p) "$(distdir)$$dir"; \
529	  else \
530	    dir=''; \
531	  fi; \
532	  if test -d $$d/$$file; then \
533	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
535	    fi; \
536	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
537	  else \
538	    test -f $(distdir)/$$file \
539	    || cp -p $$d/$$file $(distdir)/$$file \
540	    || exit 1; \
541	  fi; \
542	done
543	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544	  if test "$$subdir" = .; then :; else \
545	    test -d "$(distdir)/$$subdir" \
546	    || $(mkdir_p) "$(distdir)/$$subdir" \
547	    || exit 1; \
548	    distdir=`$(am__cd) $(distdir) && pwd`; \
549	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
550	    (cd $$subdir && \
551	      $(MAKE) $(AM_MAKEFLAGS) \
552	        top_distdir="$$top_distdir" \
553	        distdir="$$distdir/$$subdir" \
554	        distdir) \
555	      || exit 1; \
556	  fi; \
557	done
558	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
559	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
560	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
561	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
562	|| chmod -R a+r $(distdir)
563dist-gzip: distdir
564	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
565	$(am__remove_distdir)
566
567dist-bzip2: distdir
568	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
569	$(am__remove_distdir)
570
571dist-tarZ: distdir
572	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
573	$(am__remove_distdir)
574
575dist-shar: distdir
576	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
577	$(am__remove_distdir)
578
579dist-zip: distdir
580	-rm -f $(distdir).zip
581	zip -rq $(distdir).zip $(distdir)
582	$(am__remove_distdir)
583
584dist dist-all: distdir
585	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
586	$(am__remove_distdir)
587
588# This target untars the dist file and tries a VPATH configuration.  Then
589# it guarantees that the distribution is self-contained by making another
590# tarfile.
591distcheck: dist
592	case '$(DIST_ARCHIVES)' in \
593	*.tar.gz*) \
594	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
595	*.tar.bz2*) \
596	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
597	*.tar.Z*) \
598	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
599	*.shar.gz*) \
600	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
601	*.zip*) \
602	  unzip $(distdir).zip ;;\
603	esac
604	chmod -R a-w $(distdir); chmod a+w $(distdir)
605	mkdir $(distdir)/_build
606	mkdir $(distdir)/_inst
607	chmod a-w $(distdir)
608	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
609	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
610	  && cd $(distdir)/_build \
611	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
612	    $(DISTCHECK_CONFIGURE_FLAGS) \
613	  && $(MAKE) $(AM_MAKEFLAGS) \
614	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
615	  && $(MAKE) $(AM_MAKEFLAGS) check \
616	  && $(MAKE) $(AM_MAKEFLAGS) install \
617	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
618	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
619	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
620	        distuninstallcheck \
621	  && chmod -R a-w "$$dc_install_base" \
622	  && ({ \
623	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
624	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
625	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
626	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
627	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
628	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
629	  && rm -rf "$$dc_destdir" \
630	  && $(MAKE) $(AM_MAKEFLAGS) dist \
631	  && rm -rf $(DIST_ARCHIVES) \
632	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
633	$(am__remove_distdir)
634	@(echo "$(distdir) archives ready for distribution: "; \
635	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
636	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
637distuninstallcheck:
638	@cd $(distuninstallcheck_dir) \
639	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
640	   || { echo "ERROR: files left after uninstall:" ; \
641	        if test -n "$(DESTDIR)"; then \
642	          echo "  (check DESTDIR support)"; \
643	        fi ; \
644	        $(distuninstallcheck_listfiles) ; \
645	        exit 1; } >&2
646distcleancheck: distclean
647	@if test '$(srcdir)' = . ; then \
648	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
649	  exit 1 ; \
650	fi
651	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
652	  || { echo "ERROR: files left in build directory after distclean:" ; \
653	       $(distcleancheck_listfiles) ; \
654	       exit 1; } >&2
655check-am: all-am
656check: check-recursive
657all-am: Makefile $(SCRIPTS) $(DATA)
658installdirs: installdirs-recursive
659installdirs-am:
660	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(ltdldatadir)" "$(DESTDIR)$(pkgdatadir)"; do \
661	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
662	done
663install: install-recursive
664install-exec: install-exec-recursive
665install-data: install-data-recursive
666uninstall: uninstall-recursive
667
668install-am: all-am
669	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
670
671installcheck: installcheck-recursive
672install-strip:
673	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675	  `test -z '$(STRIP)' || \
676	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
677mostlyclean-generic:
678
679clean-generic:
680	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
681
682distclean-generic:
683	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684
685maintainer-clean-generic:
686	@echo "This command is intended for maintainers to use"
687	@echo "it deletes files that may require special tools to rebuild."
688clean: clean-recursive
689
690clean-am: clean-generic clean-libtool mostlyclean-am
691
692distclean: distclean-recursive
693	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
694	-rm -f Makefile
695distclean-am: clean-am distclean-generic distclean-libtool \
696	distclean-tags
697
698dvi: dvi-recursive
699
700dvi-am:
701
702html: html-recursive
703
704info: info-recursive
705
706info-am:
707
708install-data-am: install-aclocalDATA install-ltdldataDATA \
709	install-pkgdataDATA
710	@$(NORMAL_INSTALL)
711	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
712
713install-exec-am: install-binSCRIPTS
714
715install-info: install-info-recursive
716
717install-man:
718
719installcheck-am:
720
721maintainer-clean: maintainer-clean-recursive
722	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
723	-rm -rf $(top_srcdir)/autom4te.cache
724	-rm -f Makefile
725maintainer-clean-am: distclean-am maintainer-clean-generic
726
727mostlyclean: mostlyclean-recursive
728
729mostlyclean-am: mostlyclean-generic mostlyclean-libtool
730
731pdf: pdf-recursive
732
733pdf-am:
734
735ps: ps-recursive
736
737ps-am:
738
739uninstall-am: uninstall-aclocalDATA uninstall-binSCRIPTS \
740	uninstall-info-am uninstall-local uninstall-ltdldataDATA \
741	uninstall-pkgdataDATA
742
743uninstall-info: uninstall-info-recursive
744
745.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
746	check-am clean clean-generic clean-libtool clean-recursive \
747	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
748	dist-shar dist-tarZ dist-zip distcheck distclean \
749	distclean-generic distclean-libtool distclean-recursive \
750	distclean-tags distcleancheck distdir distuninstallcheck dvi \
751	dvi-am html html-am info info-am install install-aclocalDATA \
752	install-am install-binSCRIPTS install-data install-data-am \
753	install-data-hook install-exec install-exec-am install-info \
754	install-info-am install-ltdldataDATA install-man \
755	install-pkgdataDATA install-strip installcheck installcheck-am \
756	installdirs installdirs-am maintainer-clean \
757	maintainer-clean-generic maintainer-clean-recursive \
758	mostlyclean mostlyclean-generic mostlyclean-libtool \
759	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
760	uninstall uninstall-aclocalDATA uninstall-am \
761	uninstall-binSCRIPTS uninstall-info-am uninstall-local \
762	uninstall-ltdldataDATA uninstall-pkgdataDATA
763
764
765libtool: $(srcdir)/ltmain.sh $(top_builddir)/configure.ac
766	$(SHELL) $(top_builddir)/config.status --recheck
767	chmod +x $@
768
769libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
770	CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) $(top_builddir)/config.status
771	chmod +x $@
772
773$(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(TSDEPS)
774	-rm -f ltmain.shT
775	date=`$(SHELL) $(srcdir)/mkstamp < $(srcdir)/ChangeLog` && \
776	sed -e 's/@''PACKAGE@/@PACKAGE@/' -e 's/@''VERSION@/@VERSION@/' \
777	    -e "s%@""TIMESTAMP@%$$date%" $(srcdir)/ltmain.in > ltmain.shT
778	mv -f ltmain.shT $@ || \
779	(rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT)
780	cp $@ $(srcdir)/libltdl/
781
782# All our rules should depend on these demo files.
783all-recursive: $(srcdir)/libltdl/acinclude.m4 $(ACINCLUDE_M4_LIST)
784
785@srcdir@/libltdl/acinclude.m4: $(srcdir)/libtool.m4 $(srcdir)/ltdl.m4
786	-rm -f $@ $@T
787	cat $(srcdir)/libtool.m4 $(srcdir)/ltdl.m4 > $@T
788	mv $@T $@
789
790@ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4
791	-rm -f $@ $@T
792	cat $(srcdir)/libtool.m4 > $@T
793	mv $@T $@
794
795.PHONY: configure-subdirs
796configure-subdirs distdir: $(DIST_MAKEFILE_LIST)
797@DIST_MAKEFILE_LIST@:
798	dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \
799	test -d $$dir || mkdir $$dir || exit 1; \
800	abs_srcdir=`cd $(top_srcdir) && pwd`; \
801	(cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1
802
803# Create and install libltdl
804install-data-hook:
805	chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
806	chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
807	chmod +x $(DESTDIR)$(pkgdatadir)/install-sh
808	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/config.guess
809	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/config.sub
810	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/install-sh
811	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/configure
812	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/missing
813
814# Uninstall libltdl
815uninstall-local:
816	-rm -rf $(DESTDIR)$(pkgdatadir)/libltdl
817
818.PHONY: cvs-release
819cvs-release: version-check prev-tarball cvs-news fetch cvs-commit cvs-dist deltas web-manual
820	@tarname="$(PACKAGE)-$(VERSION).tar.gz"; \
821	diffname="$(PACKAGE)-$(LASTRELEASE)-$(VERSION).diff.gz"; \
822	xdeltaname="$(PACKAGE)-$(LASTRELEASE)-$(VERSION).xdelta"; \
823	echo " *** Upload $$tarname, $$tarname.sig,";\
824	echo " *** $$tarname.directive.asc, $$diffname,"; \
825	echo " *** $$diffname.sig, $$diffname.directive.asc,"; \
826	echo " *** $$xdeltaname, $$xdeltaname.sig and";\
827	echo " *** $$xdeltaname.directive.asc to either"
828	echo " *** /incoming/alpha or /incoming/ftp on ftp-upload.gnu.org."
829	echo " *** You might need to upload manual.html to webcvs/libtool."
830
831.PHONY: version-check
832version-check:
833	@case $(VERSION) in \
834	*[acegikmoqsuwy]) \
835	  echo "Version \`$(VERSION)' is not a releasable version, please read:"; \
836	  echo "    http://www.gnu.org/software/libtool/contribute.html"; \
837	  exit 1; \
838	  ;; \
839	esac
840
841.PHONY: prev-tarball
842prev-tarball:
843	@if test -z "$(LASTRELEASE)"; \
844		then echo "LASTRELEASE is not set"; exit 1; fi
845	@ofile="$(PACKAGE)-$(LASTRELEASE).tar.gz"; \
846	if test -f $$ofile; then :; \
847	else echo "Cannot make deltas without $$ofile"; exit 1; fi
848
849.PHONY: timestamps update-timestamps
850timestamps: update-timestamps
851update-timestamps:
852	@if (cd $(srcdir) && test -d CVS && \
853	    $(CVS) -n update $(TSDEPS_DIST) | grep '^M'); then \
854		echo "Cannot make cvs-dist before commit"; exit 1; else :; fi
855
856.PHONY: cvs-news
857cvs-news:
858	@if sed '1,2d;3q' $(srcdir)/NEWS | grep -e "$(VERSION)" >/dev/null; \
859	then :; \
860	else \
861	  echo "NEWS not updated; not releasing" 1>&2; \
862	  exit 1; \
863	fi
864
865.PHONY: fetch
866fetch:
867	rm -rf Fetchdir > /dev/null 2>&1
868	mkdir Fetchdir
869	(cd Fetchdir && \
870	$(WGETSGO)/autoconf/autoconf/INSTALL; \
871	$(WGETSGO)/automake/automake/lib/install-sh; \
872	$(WGETSGO)/config/config/config.guess; \
873	$(WGETSGO)/config/config/config.sub; \
874	$(WGETSGO)/texinfo/texinfo/doc/texinfo.tex )
875	@stat=0; for file in $(FETCHFILES); do \
876	  fetchedfile=Fetchdir/`echo $$file | sed 's,.*/,,g'`; \
877	  if diff -u $(srcdir)/$$file $$fetchedfile \
878	    >>Fetchdir/update.patch 2>/dev/null; then :; \
879	  else \
880	    stat=1; \
881	    echo "Updating $(srcdir)/$$file..."; \
882	    cp $$fetchedfile $(srcdir)/$$file; \
883	  fi; \
884	done; \
885	test $$stat = 1 && \
886	  echo "See Fetchdir/update.patch for a log of the changes."; \
887	exit $$stat
888
889.PHONY: cvs-commit
890cvs-commit: cvs-news
891	cd $(srcdir) && $(SHELL) ./commit
892
893.PHONY: cvs-dist
894cvs-dist: cvs-news timestamps
895	$(MAKE) distcheck
896	cd $(srcdir) \
897	  && $(CVS) -q tag -c `echo "release-$(VERSION)" | sed 's/\./-/g'`
898	ofile="$(PACKAGE)-$(VERSION).tar.gz"; \
899	$(GPG) --detach-sign $$ofile \
900	&& echo "directory: libtool" > $$ofile.directive \
901	&& $(GPG) --clearsign $$ofile.directive \
902	&& rm -f $$ofile.directive
903
904.PHONY: new-tarball
905new-tarball:
906	@ofile="$(PACKAGE)-$(VERSION).tar.gz"; \
907	if test -f $$ofile; then :; \
908	else echo "Cannot make deltas without $$ofile"; exit 1; fi
909
910.PHONY: got-xdelta
911got-xdelta:
912	@if ($(XDELTA) --version 2>&1 | grep version)>/dev/null 2>/dev/null; \
913	then :;\
914	else \
915	  echo "Get xdelta from http://sourceforge.net/projects/xdelta."; \
916	  exit 1; \
917	fi
918
919.PHONY: deltas
920deltas: delta-diff delta-xdelta
921
922.PHONY: delta-diff
923delta-diff: prev-tarball new-tarball
924	rm -rf delta-diff
925	mkdir delta-diff
926	ofile="../$(PACKAGE)-$(LASTRELEASE)-$(VERSION).diff.gz"; \
927	cd delta-diff \
928	&& tar xzf "../$(PACKAGE)-$(LASTRELEASE).tar.gz" \
929	&& tar xzf "../$(PACKAGE)-$(VERSION).tar.gz" \
930	&& $(DIFF) $(DIFF_OPTIONS) \
931		$(PACKAGE)-$(LASTRELEASE) $(PACKAGE)-$(VERSION) \
932		| GZIP=$(GZIP_ENV) gzip -c > $$ofile \
933	&& $(GPG) --detach-sign $$ofile \
934	&& echo "directory: libtool" > $$ofile.directive \
935	&& $(GPG) --clearsign $$ofile.directive \
936	&& rm -f $$ofile.directive
937	rm -rf delta-diff
938
939.PHONY: delta-xdelta
940delta-xdelta: prev-tarball new-tarball got-xdelta
941	ofile="$(PACKAGE)-$(LASTRELEASE)-$(VERSION).xdelta"; \
942	( test -z `$(XDELTA) delta $(XDELTA_OPTIONS) \
943	    $(PACKAGE)-$(LASTRELEASE).tar.gz $(PACKAGE)-$(VERSION).tar.gz \
944	    $$ofile 2>&1` \
945	  && : ) \
946	&& $(GPG) --detach-sign $$ofile \
947	&& echo "directory: libtool" > $$ofile.directive \
948	&& $(GPG) --clearsign $$ofile.directive \
949	&& rm -f $$ofile.directive
950
951.PHONY: web-manual
952web-manual:
953	$(MAKEINFO) -I $(top_srcdir)/doc --html --no-split -o manual.html \
954	$(top_srcdir)/doc/libtool.texi
955# Tell versions [3.59,3.63) of GNU make to not export all variables.
956# Otherwise a system limit (for SysV at least) may be exceeded.
957.NOEXPORT:
958