mirror of
https://github.com/mirror/make.git
synced 2025-01-07 19:00:09 +08:00
11 lines
230 B
Makefile
11 lines
230 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = 1.2 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
|