mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 07:48:41 +00:00
306462f0bd
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
14 lines
329 B
Makefile
14 lines
329 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = 1.6 foreign
|
|
|
|
# Only build the library when the system doesn't already have GNU glob.
|
|
if USE_LOCAL_GLOB
|
|
noinst_LIBRARIES = libglob.a
|
|
endif
|
|
|
|
libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
|
|
|
|
|
EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
|
|
configure.bat
|