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