aboutsummaryrefslogtreecommitdiff
path: root/libltdl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/Makefile.in')
-rw-r--r--libltdl/Makefile.in67
1 files changed, 30 insertions, 37 deletions
diff --git a/libltdl/Makefile.in b/libltdl/Makefile.in
index 3a2edf5b..228b7ce8 100644
--- a/libltdl/Makefile.in
+++ b/libltdl/Makefile.in
@@ -1,8 +1,8 @@
1# Makefile.in generated by automake 1.9.6 from Makefile.am. 1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# 2003, 2004 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
@@ -15,6 +15,8 @@
15@SET_MAKE@ 15@SET_MAKE@
16 16
17 17
18SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
19
18srcdir = @srcdir@ 20srcdir = @srcdir@
19top_srcdir = @top_srcdir@ 21top_srcdir = @top_srcdir@
20VPATH = @srcdir@ 22VPATH = @srcdir@
@@ -35,7 +37,6 @@ POST_INSTALL = :
35NORMAL_UNINSTALL = : 37NORMAL_UNINSTALL = :
36PRE_UNINSTALL = : 38PRE_UNINSTALL = :
37POST_UNINSTALL = : 39POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@ 40host_triplet = @host@
40DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ 41DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
41 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ 42 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
@@ -49,15 +50,9 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4) 50 $(ACLOCAL_M4)
50am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 51am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno configure.status.lineno 52 configure.lineno configure.status.lineno
52mkinstalldirs = $(install_sh) -d 53mkinstalldirs = $(mkdir_p)
53CONFIG_HEADER = config.h 54CONFIG_HEADER = config.h
54CONFIG_CLEAN_FILES = 55CONFIG_CLEAN_FILES =
55am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56am__vpath_adj = case $$p in \
57 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58 *) f=$$p;; \
59 esac;
60am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 56am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
62libLTLIBRARIES_INSTALL = $(INSTALL) 57libLTLIBRARIES_INSTALL = $(INSTALL)
63LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 58LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
@@ -65,21 +60,19 @@ am__DEPENDENCIES_1 =
65libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 60libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
66am_libltdl_la_OBJECTS = ltdl.lo 61am_libltdl_la_OBJECTS = ltdl.lo
67libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS) 62libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
68@INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
69libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 63libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
70am_libltdlc_la_OBJECTS = ltdl.lo 64am_libltdlc_la_OBJECTS = ltdl.lo
71libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS) 65libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
72@CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
73DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 66DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
74depcomp = 67depcomp =
75am__depfiles_maybe = 68am__depfiles_maybe =
76COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 69COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 71LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
79 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 72 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80 $(AM_CFLAGS) $(CFLAGS) 73 $(AM_CFLAGS) $(CFLAGS)
81CCLD = $(CC) 74CCLD = $(CC)
82LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 75LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 76 $(AM_LDFLAGS) $(LDFLAGS) -o $@
84SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) 77SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
85DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) 78DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
@@ -133,6 +126,7 @@ EGREP = @EGREP@
133EXEEXT = @EXEEXT@ 126EXEEXT = @EXEEXT@
134F77 = @F77@ 127F77 = @F77@
135FFLAGS = @FFLAGS@ 128FFLAGS = @FFLAGS@
129GREP = @GREP@
136INSTALL_DATA = @INSTALL_DATA@ 130INSTALL_DATA = @INSTALL_DATA@
137INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@ 131INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
138INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@ 132INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
@@ -165,15 +159,9 @@ SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@ 159SHELL = @SHELL@
166STRIP = @STRIP@ 160STRIP = @STRIP@
167VERSION = @VERSION@ 161VERSION = @VERSION@
168ac_ct_AR = @ac_ct_AR@
169ac_ct_AS = @ac_ct_AS@
170ac_ct_CC = @ac_ct_CC@ 162ac_ct_CC = @ac_ct_CC@
171ac_ct_CXX = @ac_ct_CXX@ 163ac_ct_CXX = @ac_ct_CXX@
172ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
173ac_ct_F77 = @ac_ct_F77@ 164ac_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@ 165am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 166am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
179am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 167am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -181,8 +169,6 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
181am__include = @am__include@ 169am__include = @am__include@
182am__leading_dot = @am__leading_dot@ 170am__leading_dot = @am__leading_dot@
183am__quote = @am__quote@ 171am__quote = @am__quote@
184am__tar = @am__tar@
185am__untar = @am__untar@
186bindir = @bindir@ 172bindir = @bindir@
187build = @build@ 173build = @build@
188build_alias = @build_alias@ 174build_alias = @build_alias@
@@ -190,23 +176,30 @@ build_cpu = @build_cpu@
190build_os = @build_os@ 176build_os = @build_os@
191build_vendor = @build_vendor@ 177build_vendor = @build_vendor@
192datadir = @datadir@ 178datadir = @datadir@
179datarootdir = @datarootdir@
180docdir = @docdir@
181dvidir = @dvidir@
193exec_prefix = @exec_prefix@ 182exec_prefix = @exec_prefix@
194host = @host@ 183host = @host@
195host_alias = @host_alias@ 184host_alias = @host_alias@
196host_cpu = @host_cpu@ 185host_cpu = @host_cpu@
197host_os = @host_os@ 186host_os = @host_os@
198host_vendor = @host_vendor@ 187host_vendor = @host_vendor@
188htmldir = @htmldir@
199includedir = @includedir@ 189includedir = @includedir@
200infodir = @infodir@ 190infodir = @infodir@
201install_sh = @install_sh@ 191install_sh = @install_sh@
202libdir = @libdir@ 192libdir = @libdir@
203libexecdir = @libexecdir@ 193libexecdir = @libexecdir@
194localedir = @localedir@
204localstatedir = @localstatedir@ 195localstatedir = @localstatedir@
205mandir = @mandir@ 196mandir = @mandir@
206mkdir_p = @mkdir_p@ 197mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@ 198oldincludedir = @oldincludedir@
199pdfdir = @pdfdir@
208prefix = @prefix@ 200prefix = @prefix@
209program_transform_name = @program_transform_name@ 201program_transform_name = @program_transform_name@
202psdir = @psdir@
210sbindir = @sbindir@ 203sbindir = @sbindir@
211sharedstatedir = @sharedstatedir@ 204sharedstatedir = @sharedstatedir@
212sysconfdir = @sysconfdir@ 205sysconfdir = @sysconfdir@
@@ -282,7 +275,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
282 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 275 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
283 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 276 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284 if test -f $$p; then \ 277 if test -f $$p; then \
285 f=$(am__strip_dir) \ 278 f="`echo $$p | sed -e 's|^.*/||'`"; \
286 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 279 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"; \ 280 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
288 else :; fi; \ 281 else :; fi; \
@@ -290,8 +283,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
290 283
291uninstall-libLTLIBRARIES: 284uninstall-libLTLIBRARIES:
292 @$(NORMAL_UNINSTALL) 285 @$(NORMAL_UNINSTALL)
293 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 286 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294 p=$(am__strip_dir) \ 287 p="`echo $$p | sed -e 's|^.*/||'`"; \
295 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 288 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
296 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 289 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
297 done 290 done
@@ -314,9 +307,9 @@ clean-noinstLTLIBRARIES:
314 rm -f "$${dir}/so_locations"; \ 307 rm -f "$${dir}/so_locations"; \
315 done 308 done
316libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 309libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
317 $(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) 310 $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
318libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 311libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
319 $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) 312 $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
320 313
321mostlyclean-compile: 314mostlyclean-compile:
322 -rm -f *.$(OBJEXT) 315 -rm -f *.$(OBJEXT)
@@ -347,7 +340,7 @@ install-includeHEADERS: $(include_HEADERS)
347 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" 340 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
348 @list='$(include_HEADERS)'; for p in $$list; do \ 341 @list='$(include_HEADERS)'; for p in $$list; do \
349 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 342 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
350 f=$(am__strip_dir) \ 343 f="`echo $$p | sed -e 's|^.*/||'`"; \
351 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ 344 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
352 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ 345 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
353 done 346 done
@@ -355,7 +348,7 @@ install-includeHEADERS: $(include_HEADERS)
355uninstall-includeHEADERS: 348uninstall-includeHEADERS:
356 @$(NORMAL_UNINSTALL) 349 @$(NORMAL_UNINSTALL)
357 @list='$(include_HEADERS)'; for p in $$list; do \ 350 @list='$(include_HEADERS)'; for p in $$list; do \
358 f=$(am__strip_dir) \ 351 f="`echo $$p | sed -e 's|^.*/||'`"; \
359 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ 352 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
360 rm -f "$(DESTDIR)$(includedir)/$$f"; \ 353 rm -f "$(DESTDIR)$(includedir)/$$f"; \
361 done 354 done
@@ -443,15 +436,15 @@ distdir: $(DISTFILES)
443 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 436 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
444 || chmod -R a+r $(distdir) 437 || chmod -R a+r $(distdir)
445dist-gzip: distdir 438dist-gzip: distdir
446 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 439 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
447 $(am__remove_distdir) 440 $(am__remove_distdir)
448 441
449dist-bzip2: distdir 442dist-bzip2: distdir
450 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 443 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
451 $(am__remove_distdir) 444 $(am__remove_distdir)
452 445
453dist-tarZ: distdir 446dist-tarZ: distdir
454 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 447 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
455 $(am__remove_distdir) 448 $(am__remove_distdir)
456 449
457dist-shar: distdir 450dist-shar: distdir
@@ -464,7 +457,7 @@ dist-zip: distdir
464 $(am__remove_distdir) 457 $(am__remove_distdir)
465 458
466dist dist-all: distdir 459dist dist-all: distdir
467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 460 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
468 $(am__remove_distdir) 461 $(am__remove_distdir)
469 462
470# This target untars the dist file and tries a VPATH configuration. Then 463# This target untars the dist file and tries a VPATH configuration. Then
@@ -473,11 +466,11 @@ dist dist-all: distdir
473distcheck: dist 466distcheck: dist
474 case '$(DIST_ARCHIVES)' in \ 467 case '$(DIST_ARCHIVES)' in \
475 *.tar.gz*) \ 468 *.tar.gz*) \
476 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 469 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
477 *.tar.bz2*) \ 470 *.tar.bz2*) \
478 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 471 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
479 *.tar.Z*) \ 472 *.tar.Z*) \
480 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 473 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
481 *.shar.gz*) \ 474 *.shar.gz*) \
482 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 475 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
483 *.zip*) \ 476 *.zip*) \
@@ -561,7 +554,7 @@ clean-generic:
561 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 554 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
562 555
563distclean-generic: 556distclean-generic:
564 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 557 -rm -f $(CONFIG_CLEAN_FILES)
565 558
566maintainer-clean-generic: 559maintainer-clean-generic:
567 @echo "This command is intended for maintainers to use" 560 @echo "This command is intended for maintainers to use"