summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-16 10:07:56 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-16 10:07:56 +0000
commit6b96653375d4c64b926377f650ee48d36ec59c2c (patch)
treeec6d997c9beacb22dcbdc81b39556bd46e2896a0 /qt
parent285403bba7b2fd8b2571035d64a6f560e5f78193 (diff)
downloadguile-6b96653375d4c64b926377f650ee48d36ec59c2c.tar.gz
* Makefile.am (.s.lo): Supply our own rule here, which passes
qthread_asflags through. See today's change to ../qthreads.m4. * Makefile.in: Regenerated.
Diffstat (limited to 'qt')
-rw-r--r--qt/Makefile.am2
-rw-r--r--qt/Makefile.in6
2 files changed, 5 insertions, 3 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am
index 86db5990c..4d75166c1 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -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:
diff --git a/qt/Makefile.in b/qt/Makefile.in
index 080593076..c216ab65b 100644
--- a/qt/Makefile.in
+++ b/qt/Makefile.in
@@ -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: