aboutsummaryrefslogtreecommitdiff
path: root/libltdl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/Makefile.in')
-rw-r--r--libltdl/Makefile.in51
1 files changed, 31 insertions, 20 deletions
diff --git a/libltdl/Makefile.in b/libltdl/Makefile.in
index f00684f6..0f077113 100644
--- a/libltdl/Makefile.in
+++ b/libltdl/Makefile.in
@@ -1,8 +1,8 @@
1# Makefile.in generated by automake 1.8.5 from Makefile.am. 1# Makefile.in generated by automake 1.9.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 Free Software Foundation, Inc. 5# 2003, 2004, 2005 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.
@@ -37,6 +37,7 @@ POST_INSTALL = :
37NORMAL_UNINSTALL = : 37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = : 38PRE_UNINSTALL = :
39POST_UNINSTALL = : 39POST_UNINSTALL = :
40build_triplet = @build@
40host_triplet = @host@ 41host_triplet = @host@
41DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ 42DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
42 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ 43 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
@@ -50,9 +51,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4) 51 $(ACLOCAL_M4)
51am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 52am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52 configure.lineno configure.status.lineno 53 configure.lineno configure.status.lineno
53mkinstalldirs = $(mkdir_p) 54mkinstalldirs = $(install_sh) -d
54CONFIG_HEADER = config.h 55CONFIG_HEADER = config.h
55CONFIG_CLEAN_FILES = 56CONFIG_CLEAN_FILES =
57am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58am__vpath_adj = case $$p in \
59 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60 *) f=$$p;; \
61 esac;
62am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 63am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
57libLTLIBRARIES_INSTALL = $(INSTALL) 64libLTLIBRARIES_INSTALL = $(INSTALL)
58LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 65LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
@@ -60,19 +67,21 @@ am__DEPENDENCIES_1 =
60libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 67libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
61am_libltdl_la_OBJECTS = ltdl.lo 68am_libltdl_la_OBJECTS = ltdl.lo
62libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS) 69libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
70@INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
63libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 71libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
64am_libltdlc_la_OBJECTS = ltdl.lo 72am_libltdlc_la_OBJECTS = ltdl.lo
65libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS) 73libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
74@CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
66DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 75DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
67depcomp = 76depcomp =
68am__depfiles_maybe = 77am__depfiles_maybe =
69COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ 80LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 81 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73 $(AM_CFLAGS) $(CFLAGS) 82 $(AM_CFLAGS) $(CFLAGS)
74CCLD = $(CC) 83CCLD = $(CC)
75LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 84LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 85 $(AM_LDFLAGS) $(LDFLAGS) -o $@
77SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) 86SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
78DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) 87DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
@@ -174,6 +183,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
174am__include = @am__include@ 183am__include = @am__include@
175am__leading_dot = @am__leading_dot@ 184am__leading_dot = @am__leading_dot@
176am__quote = @am__quote@ 185am__quote = @am__quote@
186am__tar = @am__tar@
187am__untar = @am__untar@
177bindir = @bindir@ 188bindir = @bindir@
178build = @build@ 189build = @build@
179build_alias = @build_alias@ 190build_alias = @build_alias@
@@ -273,7 +284,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
273 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 284 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
274 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 285 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
275 if test -f $$p; then \ 286 if test -f $$p; then \
276 f="`echo $$p | sed -e 's|^.*/||'`"; \ 287 f=$(am__strip_dir) \
277 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 288 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
278 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 289 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
279 else :; fi; \ 290 else :; fi; \
@@ -281,8 +292,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
281 292
282uninstall-libLTLIBRARIES: 293uninstall-libLTLIBRARIES:
283 @$(NORMAL_UNINSTALL) 294 @$(NORMAL_UNINSTALL)
284 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 295 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
285 p="`echo $$p | sed -e 's|^.*/||'`"; \ 296 p=$(am__strip_dir) \
286 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 297 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
287 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 298 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
288 done 299 done
@@ -305,9 +316,9 @@ clean-noinstLTLIBRARIES:
305 rm -f "$${dir}/so_locations"; \ 316 rm -f "$${dir}/so_locations"; \
306 done 317 done
307libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 318libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
308 $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) 319 $(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
309libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 320libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
310 $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) 321 $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
311 322
312mostlyclean-compile: 323mostlyclean-compile:
313 -rm -f *.$(OBJEXT) 324 -rm -f *.$(OBJEXT)
@@ -338,7 +349,7 @@ install-includeHEADERS: $(include_HEADERS)
338 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" 349 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
339 @list='$(include_HEADERS)'; for p in $$list; do \ 350 @list='$(include_HEADERS)'; for p in $$list; do \
340 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 351 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
341 f="`echo $$p | sed -e 's|^.*/||'`"; \ 352 f=$(am__strip_dir) \
342 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ 353 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
343 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ 354 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
344 done 355 done
@@ -346,7 +357,7 @@ install-includeHEADERS: $(include_HEADERS)
346uninstall-includeHEADERS: 357uninstall-includeHEADERS:
347 @$(NORMAL_UNINSTALL) 358 @$(NORMAL_UNINSTALL)
348 @list='$(include_HEADERS)'; for p in $$list; do \ 359 @list='$(include_HEADERS)'; for p in $$list; do \
349 f="`echo $$p | sed -e 's|^.*/||'`"; \ 360 f=$(am__strip_dir) \
350 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ 361 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
351 rm -f "$(DESTDIR)$(includedir)/$$f"; \ 362 rm -f "$(DESTDIR)$(includedir)/$$f"; \
352 done 363 done
@@ -434,15 +445,15 @@ distdir: $(DISTFILES)
434 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 445 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
435 || chmod -R a+r $(distdir) 446 || chmod -R a+r $(distdir)
436dist-gzip: distdir 447dist-gzip: distdir
437 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 448 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
438 $(am__remove_distdir) 449 $(am__remove_distdir)
439 450
440dist-bzip2: distdir 451dist-bzip2: distdir
441 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 452 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
442 $(am__remove_distdir) 453 $(am__remove_distdir)
443 454
444dist-tarZ: distdir 455dist-tarZ: distdir
445 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z 456 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
446 $(am__remove_distdir) 457 $(am__remove_distdir)
447 458
448dist-shar: distdir 459dist-shar: distdir
@@ -455,7 +466,7 @@ dist-zip: distdir
455 $(am__remove_distdir) 466 $(am__remove_distdir)
456 467
457dist dist-all: distdir 468dist dist-all: distdir
458 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 469 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
459 $(am__remove_distdir) 470 $(am__remove_distdir)
460 471
461# This target untars the dist file and tries a VPATH configuration. Then 472# This target untars the dist file and tries a VPATH configuration. Then
@@ -464,11 +475,11 @@ dist dist-all: distdir
464distcheck: dist 475distcheck: dist
465 case '$(DIST_ARCHIVES)' in \ 476 case '$(DIST_ARCHIVES)' in \
466 *.tar.gz*) \ 477 *.tar.gz*) \
467 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 478 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
468 *.tar.bz2*) \ 479 *.tar.bz2*) \
469 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ 480 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
470 *.tar.Z*) \ 481 *.tar.Z*) \
471 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 482 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
472 *.shar.gz*) \ 483 *.shar.gz*) \
473 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 484 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
474 *.zip*) \ 485 *.zip*) \
@@ -552,7 +563,7 @@ clean-generic:
552 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 563 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
553 564
554distclean-generic: 565distclean-generic:
555 -rm -f $(CONFIG_CLEAN_FILES) 566 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556 567
557maintainer-clean-generic: 568maintainer-clean-generic:
558 @echo "This command is intended for maintainers to use" 569 @echo "This command is intended for maintainers to use"