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