mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
11 lines
282 B
Makefile
11 lines
282 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = config intl po lib src doc m4 tests
|
|
|
|
EXTRA_DIST = REFERENCES configure.bat OChangeLog THANKS
|
|
|
|
DISTCLEANFILES = intl/libintl.h
|