OSDN Git Service

PR libgcj/26641:
[pf3gnuchains/gcc-fork.git] / libjava / libltdl / Makefile.in
1 # Makefile.in generated by automake 1.9.3 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 ChangeLog config.guess \
46         config.sub 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) --tag=CC --mode=compile $(CC) $(DEFS) \
82         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83         $(AM_CFLAGS) $(CFLAGS)
84 CCLD = $(CC)
85 LINK = $(LIBTOOL) --tag=CC --mode=link $(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 INCLUDES = $(GCINCS)
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
220 CLEANFILES = libltdl.la libltdlc.la
221 libltdl_la_SOURCES = ltdl.c
222 libltdl_la_LDFLAGS = -no-undefined -version-info 4:1:1
223 libltdl_la_LIBADD = $(LIBADD_DL)
224 libltdlc_la_SOURCES = ltdl.c
225 libltdlc_la_LIBADD = $(LIBADD_DL)
226 ltdldatadir = $(datadir)/libtool/libltdl
227 ltdldatafiles = COPYING.LIB README acinclude.m4 aclocal.m4 \
228                 Makefile.am Makefile.in configure.ac configure \
229                 config-h.in config.guess config.sub \
230                 install-sh missing ltmain.sh \
231                 ltdl.c ltdl.h
232
233 all: config.h
234         $(MAKE) $(AM_MAKEFLAGS) all-am
235
236 .SUFFIXES:
237 .SUFFIXES: .c .lo .o .obj
238 am--refresh:
239         @:
240 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241         @for dep in $?; do \
242           case '$(am__configure_deps)' in \
243             *$$dep*) \
244               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
245               cd $(srcdir) && $(AUTOMAKE) --foreign  \
246                 && exit 0; \
247               exit 1;; \
248           esac; \
249         done; \
250         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
251         cd $(top_srcdir) && \
252           $(AUTOMAKE) --foreign  Makefile
253 .PRECIOUS: Makefile
254 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255         @case '$?' in \
256           *config.status*) \
257             echo ' $(SHELL) ./config.status'; \
258             $(SHELL) ./config.status;; \
259           *) \
260             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
261             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
262         esac;
263
264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265         $(SHELL) ./config.status --recheck
266
267 $(top_srcdir)/configure:  $(am__configure_deps)
268         cd $(srcdir) && $(AUTOCONF)
269 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
271
272 config.h: stamp-h1
273         @if test ! -f $@; then \
274           rm -f stamp-h1; \
275           $(MAKE) stamp-h1; \
276         else :; fi
277
278 stamp-h1: $(srcdir)/config-h.in $(top_builddir)/config.status
279         @rm -f stamp-h1
280         cd $(top_builddir) && $(SHELL) ./config.status config.h
281 $(srcdir)/config-h.in:  $(am__configure_deps) 
282         cd $(top_srcdir) && $(AUTOHEADER)
283         rm -f stamp-h1
284         touch $@
285
286 distclean-hdr:
287         -rm -f config.h stamp-h1
288 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
289         @$(NORMAL_INSTALL)
290         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
291         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
292           if test -f $$p; then \
293             f=$(am__strip_dir) \
294             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
295             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
296           else :; fi; \
297         done
298
299 uninstall-libLTLIBRARIES:
300         @$(NORMAL_UNINSTALL)
301         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
302           p=$(am__strip_dir) \
303           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
304           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
305         done
306
307 clean-libLTLIBRARIES:
308         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
309         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
310           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
311           test "$$dir" != "$$p" || dir=.; \
312           echo "rm -f \"$${dir}/so_locations\""; \
313           rm -f "$${dir}/so_locations"; \
314         done
315
316 clean-noinstLTLIBRARIES:
317         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
318         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
319           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
320           test "$$dir" != "$$p" || dir=.; \
321           echo "rm -f \"$${dir}/so_locations\""; \
322           rm -f "$${dir}/so_locations"; \
323         done
324 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 
325         $(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
326 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 
327         $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
328
329 mostlyclean-compile:
330         -rm -f *.$(OBJEXT)
331
332 distclean-compile:
333         -rm -f *.tab.c
334
335 .c.o:
336         $(COMPILE) -c $<
337
338 .c.obj:
339         $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341 .c.lo:
342         $(LTCOMPILE) -c -o $@ $<
343
344 mostlyclean-libtool:
345         -rm -f *.lo
346
347 clean-libtool:
348         -rm -rf .libs _libs
349
350 distclean-libtool:
351         -rm -f libtool
352 uninstall-info-am:
353 install-includeHEADERS: $(include_HEADERS)
354         @$(NORMAL_INSTALL)
355         test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
356         @list='$(include_HEADERS)'; for p in $$list; do \
357           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
358           f=$(am__strip_dir) \
359           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
360           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
361         done
362
363 uninstall-includeHEADERS:
364         @$(NORMAL_UNINSTALL)
365         @list='$(include_HEADERS)'; for p in $$list; do \
366           f=$(am__strip_dir) \
367           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
368           rm -f "$(DESTDIR)$(includedir)/$$f"; \
369         done
370
371 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373         unique=`for i in $$list; do \
374             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375           done | \
376           $(AWK) '    { files[$$0] = 1; } \
377                END { for (i in files) print i; }'`; \
378         mkid -fID $$unique
379 tags: TAGS
380
381 TAGS:  $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
382                 $(TAGS_FILES) $(LISP)
383         tags=; \
384         here=`pwd`; \
385         list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
386         unique=`for i in $$list; do \
387             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388           done | \
389           $(AWK) '    { files[$$0] = 1; } \
390                END { for (i in files) print i; }'`; \
391         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
392           test -n "$$unique" || unique=$$empty_fix; \
393           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394             $$tags $$unique; \
395         fi
396 ctags: CTAGS
397 CTAGS:  $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
398                 $(TAGS_FILES) $(LISP)
399         tags=; \
400         here=`pwd`; \
401         list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
402         unique=`for i in $$list; do \
403             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404           done | \
405           $(AWK) '    { files[$$0] = 1; } \
406                END { for (i in files) print i; }'`; \
407         test -z "$(CTAGS_ARGS)$$tags$$unique" \
408           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409              $$tags $$unique
410
411 GTAGS:
412         here=`$(am__cd) $(top_builddir) && pwd` \
413           && cd $(top_srcdir) \
414           && gtags -i $(GTAGS_ARGS) $$here
415
416 distclean-tags:
417         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418
419 distdir: $(DISTFILES)
420         $(am__remove_distdir)
421         mkdir $(distdir)
422         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
423         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
424         list='$(DISTFILES)'; for file in $$list; do \
425           case $$file in \
426             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
427             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
428           esac; \
429           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
431           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
432             dir="/$$dir"; \
433             $(mkdir_p) "$(distdir)$$dir"; \
434           else \
435             dir=''; \
436           fi; \
437           if test -d $$d/$$file; then \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
440             fi; \
441             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
442           else \
443             test -f $(distdir)/$$file \
444             || cp -p $$d/$$file $(distdir)/$$file \
445             || exit 1; \
446           fi; \
447         done
448         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
449           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
450           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
451           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
452         || chmod -R a+r $(distdir)
453 dist-gzip: distdir
454         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
455         $(am__remove_distdir)
456
457 dist-bzip2: distdir
458         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
459         $(am__remove_distdir)
460
461 dist-tarZ: distdir
462         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
463         $(am__remove_distdir)
464
465 dist-shar: distdir
466         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
467         $(am__remove_distdir)
468
469 dist-zip: distdir
470         -rm -f $(distdir).zip
471         zip -rq $(distdir).zip $(distdir)
472         $(am__remove_distdir)
473
474 dist dist-all: distdir
475         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
476         $(am__remove_distdir)
477
478 # This target untars the dist file and tries a VPATH configuration.  Then
479 # it guarantees that the distribution is self-contained by making another
480 # tarfile.
481 distcheck: dist
482         case '$(DIST_ARCHIVES)' in \
483         *.tar.gz*) \
484           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
485         *.tar.bz2*) \
486           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
487         *.tar.Z*) \
488           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
489         *.shar.gz*) \
490           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
491         *.zip*) \
492           unzip $(distdir).zip ;;\
493         esac
494         chmod -R a-w $(distdir); chmod a+w $(distdir)
495         mkdir $(distdir)/_build
496         mkdir $(distdir)/_inst
497         chmod a-w $(distdir)
498         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
499           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
500           && cd $(distdir)/_build \
501           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
502             $(DISTCHECK_CONFIGURE_FLAGS) \
503           && $(MAKE) $(AM_MAKEFLAGS) \
504           && $(MAKE) $(AM_MAKEFLAGS) dvi \
505           && $(MAKE) $(AM_MAKEFLAGS) check \
506           && $(MAKE) $(AM_MAKEFLAGS) install \
507           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
508           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
509           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
510                 distuninstallcheck \
511           && chmod -R a-w "$$dc_install_base" \
512           && ({ \
513                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
514                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
515                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
516                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
517                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
518               } || { rm -rf "$$dc_destdir"; exit 1; }) \
519           && rm -rf "$$dc_destdir" \
520           && $(MAKE) $(AM_MAKEFLAGS) dist \
521           && rm -rf $(DIST_ARCHIVES) \
522           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
523         $(am__remove_distdir)
524         @(echo "$(distdir) archives ready for distribution: "; \
525           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
526           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
527 distuninstallcheck:
528         @cd $(distuninstallcheck_dir) \
529         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
530            || { echo "ERROR: files left after uninstall:" ; \
531                 if test -n "$(DESTDIR)"; then \
532                   echo "  (check DESTDIR support)"; \
533                 fi ; \
534                 $(distuninstallcheck_listfiles) ; \
535                 exit 1; } >&2
536 distcleancheck: distclean
537         @if test '$(srcdir)' = . ; then \
538           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
539           exit 1 ; \
540         fi
541         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
542           || { echo "ERROR: files left in build directory after distclean:" ; \
543                $(distcleancheck_listfiles) ; \
544                exit 1; } >&2
545 check-am: all-am
546 check: check-am
547 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
548 installdirs:
549         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
550           test -z "$$dir" || $(mkdir_p) "$$dir"; \
551         done
552 install: install-am
553 install-exec: install-exec-am
554 install-data: install-data-am
555 uninstall: uninstall-am
556
557 install-am: all-am
558         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
559
560 installcheck: installcheck-am
561 install-strip:
562         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564           `test -z '$(STRIP)' || \
565             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
566 mostlyclean-generic:
567
568 clean-generic:
569         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
570
571 distclean-generic:
572         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
573
574 maintainer-clean-generic:
575         @echo "This command is intended for maintainers to use"
576         @echo "it deletes files that may require special tools to rebuild."
577 clean: clean-am
578
579 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
580         clean-noinstLTLIBRARIES mostlyclean-am
581
582 distclean: distclean-am
583         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
584         -rm -f Makefile
585 distclean-am: clean-am distclean-compile distclean-generic \
586         distclean-hdr distclean-libtool distclean-tags
587
588 dvi: dvi-am
589
590 dvi-am:
591
592 html: html-am
593
594 info: info-am
595
596 info-am:
597
598 install-data-am: install-data-local install-includeHEADERS
599
600 install-exec-am: install-libLTLIBRARIES
601
602 install-info: install-info-am
603
604 install-man:
605
606 installcheck-am:
607
608 maintainer-clean: maintainer-clean-am
609         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
610         -rm -rf $(top_srcdir)/autom4te.cache
611         -rm -f Makefile
612 maintainer-clean-am: distclean-am maintainer-clean-generic
613
614 mostlyclean: mostlyclean-am
615
616 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
617         mostlyclean-libtool
618
619 pdf: pdf-am
620
621 pdf-am:
622
623 ps: ps-am
624
625 ps-am:
626
627 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
628         uninstall-libLTLIBRARIES
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 \
637         install install-am install-data install-data-am \
638         install-data-local install-exec install-exec-am \
639         install-includeHEADERS install-info install-info-am \
640         install-libLTLIBRARIES install-man install-strip installcheck \
641         installcheck-am installdirs maintainer-clean \
642         maintainer-clean-generic mostlyclean mostlyclean-compile \
643         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
644         tags uninstall uninstall-am uninstall-includeHEADERS \
645         uninstall-info-am uninstall-libLTLIBRARIES
646
647
648 ltdl.lo: ltdl.h config.h
649
650 $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
651 libtool: $(LIBTOOL_DEPS)
652         $(SHELL) ./config.status --recheck
653
654 install-data-local:
655         -rm -rf $(DESTDIR)$(ltdldatadir)
656         $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
657         ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
658           | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
659 # Tell versions [3.59,3.63) of GNU make to not export all variables.
660 # Otherwise a system limit (for SysV at least) may be exceeded.
661 .NOEXPORT: