mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4: New files, from Fileutils 4.0.27. * src/main.c (printable_version): Remove. * src/lex.c, src/reader.c: Use `quote'. * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
17 lines
408 B
Makefile
17 lines
408 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 = \
|
|
error.c error.h \
|
|
getopt.h getopt.c getopt1.c \
|
|
quote.h quote.c quotearg.h quotearg.c \
|
|
xalloc.h xmalloc.c xstrdup.c
|
|
|
|
libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
|