mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
b53b3ced0b
Imported make-3.81beta3 into srivasta@debian.org--etch/make--upstream--3.81 git-archimport-id: srivasta@debian.org--etch/make--upstream--3.81--patch-1
14 lines
325 B
Makefile
14 lines
325 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = 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
|