1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

(OMIT_DEPENDENCIES): Remove macro (obsolete mechanism).

This commit is contained in:
Thien-Thi Nguyen 2001-12-03 10:55:52 +00:00
parent 270b9b2c93
commit afe292a84f
2 changed files with 3 additions and 10 deletions

View file

@ -97,11 +97,6 @@ EXTRA_libguile_la_SOURCES = _scm.h \
filesys.c posix.c net_db.c socket.c \ filesys.c posix.c net_db.c socket.c \
ramap.c unif.c debug-malloc.c mkstemp.c ramap.c unif.c debug-malloc.c mkstemp.c
## In next release, threads will be factored out of libguile.
## Until then, the machine specific headers is a temporary kludge.
OMIT_DEPENDENCIES = libguile.h ltdl.h \
axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
## delete guile-snarf.awk from the installation bindir, in case it's ## delete guile-snarf.awk from the installation bindir, in case it's
## lingering there due to an earlier guile version not having been ## lingering there due to an earlier guile version not having been
## wiped out. ## wiped out.

View file

@ -3,17 +3,17 @@
## Copyright (C) 1998, 2000 Free Software Foundation, Inc. ## Copyright (C) 1998, 2000 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
## GUILE is free software; you can redistribute it and/or modify ## GUILE is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 2, or ## published by the Free Software Foundation; either version 2, or
## (at your option) any later version. ## (at your option) any later version.
## ##
## GUILE is distributed in the hope that it will be useful, but ## GUILE is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of ## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details. ## GNU General Public License for more details.
## ##
## You should have received a copy of the GNU General Public ## You should have received a copy of the GNU General Public
## License along with GUILE; see the file COPYING. If not, write ## License along with GUILE; see the file COPYING. If not, write
## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## to the Free Software Foundation, Inc., 59 Temple Place, Suite
@ -36,8 +36,6 @@ 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) -version-info @LIBGUILEQTHREADS_INTERFACE_CURRENT@:@LIBGUILEQTHREADS_INTERFACE_REVISION@:@LIBGUILEQTHREADS_INTERFACE_AGE@ -export-dynamic -no-undefined libqthreads_la_LDFLAGS = -rpath $(libdir) -version-info @LIBGUILEQTHREADS_INTERFACE_CURRENT@:@LIBGUILEQTHREADS_INTERFACE_REVISION@:@LIBGUILEQTHREADS_INTERFACE_AGE@ -export-dynamic -no-undefined
OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
.s.lo: .s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $< $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
qtmds.s: qtmds.s: