1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

* Makefile.am (.s.lo): Supply our own rule here, which passes

qthread_asflags through.  See today's change to ../qthreads.m4.
* Makefile.in: Regenerated.
This commit is contained in:
Jim Blandy 1998-10-16 10:07:56 +00:00
parent 285403bba7
commit 6b96653375
2 changed files with 5 additions and 3 deletions

View file

@ -13,6 +13,8 @@ libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
libqthreads_la_LDFLAGS = -rpath $(libdir)
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
qtmds.s:
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
qtmdc.c:

View file

@ -83,6 +83,7 @@ THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
THREAD_PACKAGE = @THREAD_PACKAGE@
VERSION = @VERSION@
qtdmdb_s = @qtdmdb_s@
qthread_asflags = @qthread_asflags@
qtmd_h = @qtmd_h@
qtmdc_c = @qtmdc_c@
qtmds_s = @qtmds_s@
@ -182,9 +183,6 @@ distclean-compile:
maintainer-clean-compile:
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
.S.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
@ -403,6 +401,8 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
qtmds.s:
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
qtmdc.c: