From cbab9700c3384adbc1ce43d0ece28427bb6dfe25 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 28 Sep 1997 03:12:04 +0000 Subject: [PATCH] * Makefile.am (libpath.h): Include the value of the THREAD_LIBS makefile variable as a build parameter called LIBS. The build-guile program will use this, for the time being. * Makefile.in: Regenerated. * Makefile.in: Regenerated with automake 1.2a. --- libguile/Makefile.am | 1 + libguile/Makefile.in | 35 ++++++++++++++++++++++------------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 45cc110f5..f1f35a7c5 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -115,6 +115,7 @@ libpath.h: Makefile @echo ' { "pkglibdir", "$(libdir)/@PACKAGE@" }, \' >> libpath.tmp @echo ' { "pkgincludedir", "$(includedir)/@PACKAGE@" }, \' \ >> libpath.tmp + @echo ' { "LIBS", "@THREAD_LIBS@" }, \' >> libpath.tmp @echo '}' >> libpath.tmp @mv libpath.tmp libpath.h diff --git a/libguile/Makefile.in b/libguile/Makefile.in index 1942fcd98..9e17e0995 100644 --- a/libguile/Makefile.in +++ b/libguile/Makefile.in @@ -1,8 +1,14 @@ -# Makefile.in generated automatically by automake 1.1p from Makefile.am +# Makefile.in generated automatically by automake 1.2a from Makefile.am -# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. SHELL = /bin/sh @@ -51,10 +57,6 @@ PRE_UNINSTALL = true POST_UNINSTALL = true host_alias = @host_alias@ host_triplet = @host@ -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CPP = @CPP@ @@ -65,8 +67,10 @@ GUILE_VERSION = @GUILE_VERSION@ LD = @LD@ LIBLOBJS = @LIBLOBJS@ LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ @@ -251,6 +255,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) scmconfig.h: stamp-h + @: stamp-h: $(srcdir)/scmconfig.h.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=libguile/scmconfig.h \ @@ -259,7 +264,7 @@ stamp-h: $(srcdir)/scmconfig.h.in $(top_builddir)/config.status $(srcdir)/scmconfig.h.in: @MAINT@$(srcdir)/stamp-h.in $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOHEADER) - echo timestamp > $(srcdir)/stamp-h.in + @echo timestamp > $(srcdir)/stamp-h.in mostlyclean-hdr: @@ -487,12 +492,13 @@ distdir: $(DISTFILES) || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done -.deps/.P: - test -d .deps || mkdir .deps + +DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) +-include .deps/.P +.deps/.P: $(BUILT_SOURCES) echo > $@ -include $(DEP_FILES) -$(DEP_FILES): .deps/.P mostlyclean-depend: @@ -507,7 +513,9 @@ maintainer-clean-depend: @echo "Computing dependencies for $<..." @o='o'; \ test -n "$o" && o='$$o'; \ - $(MKDEP) $< | sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," > $@ + $(MKDEP) $< >$@.tmp \ + && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \ + && rm -f $@.tmp info: dvi: check: all $(check_PROGRAMS) @@ -527,7 +535,7 @@ uninstall: uninstall-libLTLIBRARIES uninstall-binPROGRAMS uninstall-binSCRIPTS u all: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) $(HEADERS) scmconfig.h install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: $(mkinstalldirs) $(libdir) $(bindir) $(bindir) $(modincludedir) \ $(includedir) $(modincludedir) $(pkgincludedir) @@ -627,6 +635,7 @@ libpath.h: Makefile @echo ' { "pkglibdir", "$(libdir)/@PACKAGE@" }, \' >> libpath.tmp @echo ' { "pkgincludedir", "$(includedir)/@PACKAGE@" }, \' \ >> libpath.tmp + @echo ' { "LIBS", "@THREAD_LIBS@" }, \' >> libpath.tmp @echo '}' >> libpath.tmp @mv libpath.tmp libpath.h