mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-13 01:07:36 +00:00
ec50fe2a2b
* Installed Tim Magill's "graph pruning" performance enhancement. * Update version to 3.77.90 for the release. * Require automake 1.4.
10 lines
230 B
Makefile
10 lines
230 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
|
|
|
noinst_LIBRARIES = libglob.a
|
|
|
|
libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
|
|
|
EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
|
|
configure.bat
|