mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/reader.c (parse_token_decl, get_type_name, parse_type_decl) (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup' instead of strlen + xmalloc + strcpy. * src/symtab.c (copys): Remove, use xstrdup instead.
14 lines
355 B
Makefile
14 lines
355 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
|
|
AUTOMAKE_OPTIONS = ansi2knr
|
|
|
|
noinst_LIBRARIES = libbison.a
|
|
|
|
INCLUDES = -I.. -I$(srcdir) -I../intl
|
|
|
|
libbison_a_SOURCES = getopt.c getopt1.c xmalloc.c xstrdup.c
|
|
noinst_HEADERS = getopt.h xalloc.h
|
|
|
|
libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
|