mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-09-03 15:08:39 +00:00
build: add missing gnulib libs
Reported by Denis Excoffier. * lib/local.mk, src/local.mk: here.
This commit is contained in:
@@ -42,6 +42,7 @@ David J. MacKenzie [email protected]
|
|||||||
David Kastrup [email protected]
|
David Kastrup [email protected]
|
||||||
David Michael [email protected]
|
David Michael [email protected]
|
||||||
Dengke Du [email protected]
|
Dengke Du [email protected]
|
||||||
|
Denis Excoffier [email protected]
|
||||||
Dennis Clarke [email protected]
|
Dennis Clarke [email protected]
|
||||||
Derek Clegg [email protected]
|
Derek Clegg [email protected]
|
||||||
Derek M. Jones [email protected]
|
Derek M. Jones [email protected]
|
||||||
|
|||||||
+12
-3
@@ -46,9 +46,18 @@ lib_libbison_a_SOURCES += \
|
|||||||
lib/path-join.h \
|
lib/path-join.h \
|
||||||
lib/path-join.c
|
lib/path-join.c
|
||||||
|
|
||||||
|
lib_libbison_a_LIBADD += \
|
||||||
|
$(ISNAND_LIBM) \
|
||||||
|
$(ISNANF_LIBM) \
|
||||||
|
$(ISNANL_LIBM) \
|
||||||
|
$(LDEXPL_LIBM) \
|
||||||
|
$(LDEXP_LIBM) \
|
||||||
|
$(LIB_CLOCK_GETTIME) \
|
||||||
|
$(LIB_GETHRXTIME)
|
||||||
|
|
||||||
# The Yacc compatibility library.
|
# The Yacc compatibility library.
|
||||||
if ENABLE_YACC
|
if ENABLE_YACC
|
||||||
lib_LIBRARIES = lib/liby.a
|
lib_LIBRARIES = lib/liby.a
|
||||||
EXTRA_LIBRARIES = lib/liby.a
|
EXTRA_LIBRARIES = lib/liby.a
|
||||||
lib_liby_a_SOURCES = lib/main.c lib/yyerror.c
|
lib_liby_a_SOURCES = lib/main.c lib/yyerror.c
|
||||||
endif
|
endif
|
||||||
|
|||||||
+8
-11
@@ -13,16 +13,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
LDADD = \
|
|
||||||
$(ISNAND_LIBM) \
|
|
||||||
$(ISNANF_LIBM) \
|
|
||||||
$(ISNANL_LIBM) \
|
|
||||||
$(LDEXPL_LIBM) \
|
|
||||||
$(LDEXP_LIBM) \
|
|
||||||
$(LIBINTL) \
|
|
||||||
$(LIBTHREAD) \
|
|
||||||
lib/libbison.a
|
|
||||||
|
|
||||||
bin_PROGRAMS = src/bison
|
bin_PROGRAMS = src/bison
|
||||||
# Prettify Automake-computed names of compiled objects.
|
# Prettify Automake-computed names of compiled objects.
|
||||||
src_bison_SHORTNAME = bison
|
src_bison_SHORTNAME = bison
|
||||||
@@ -114,13 +104,20 @@ BUILT_SOURCES += \
|
|||||||
src/scan-gram.c \
|
src/scan-gram.c \
|
||||||
src/scan-skel.c
|
src/scan-skel.c
|
||||||
|
|
||||||
|
src_bison_LDADD = \
|
||||||
|
$(LIBINTL) \
|
||||||
|
$(LIBTHREAD) \
|
||||||
|
lib/libbison.a
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ------ ##
|
## ------ ##
|
||||||
## yacc. ##
|
## yacc. ##
|
||||||
## ------ ##
|
## ------ ##
|
||||||
|
|
||||||
if ENABLE_YACC
|
if ENABLE_YACC
|
||||||
bin_SCRIPTS = src/yacc
|
bin_SCRIPTS = src/yacc
|
||||||
endif
|
endif
|
||||||
EXTRA_SCRIPTS = src/yacc
|
EXTRA_SCRIPTS = src/yacc
|
||||||
MOSTLYCLEANFILES += src/yacc
|
MOSTLYCLEANFILES += src/yacc
|
||||||
|
|||||||
Reference in New Issue
Block a user