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:
parent
285403bba7
commit
6b96653375
2 changed files with 5 additions and 3 deletions
|
@ -13,6 +13,8 @@ libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
|
||||||
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
|
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
|
||||||
libqthreads_la_LDFLAGS = -rpath $(libdir)
|
libqthreads_la_LDFLAGS = -rpath $(libdir)
|
||||||
|
|
||||||
|
.s.lo:
|
||||||
|
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
|
||||||
qtmds.s:
|
qtmds.s:
|
||||||
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
|
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
|
||||||
qtmdc.c:
|
qtmdc.c:
|
||||||
|
|
|
@ -83,6 +83,7 @@ THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
|
||||||
THREAD_PACKAGE = @THREAD_PACKAGE@
|
THREAD_PACKAGE = @THREAD_PACKAGE@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
qtdmdb_s = @qtdmdb_s@
|
qtdmdb_s = @qtdmdb_s@
|
||||||
|
qthread_asflags = @qthread_asflags@
|
||||||
qtmd_h = @qtmd_h@
|
qtmd_h = @qtmd_h@
|
||||||
qtmdc_c = @qtmdc_c@
|
qtmdc_c = @qtmdc_c@
|
||||||
qtmds_s = @qtmds_s@
|
qtmds_s = @qtmds_s@
|
||||||
|
@ -182,9 +183,6 @@ distclean-compile:
|
||||||
|
|
||||||
maintainer-clean-compile:
|
maintainer-clean-compile:
|
||||||
|
|
||||||
.s.lo:
|
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
||||||
|
|
||||||
.S.lo:
|
.S.lo:
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||||||
|
|
||||||
|
@ -403,6 +401,8 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
|
||||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
|
.s.lo:
|
||||||
|
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
|
||||||
qtmds.s:
|
qtmds.s:
|
||||||
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
|
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
|
||||||
qtmdc.c:
|
qtmdc.c:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue