source: trunk/essentials/sys-apps/grep/lib/Makefile.am

Last change on this file was 2557, checked in by bird, 19 years ago

grep 2.5.1a

File size: 546 bytes
Line 
1#
2AUTOMAKE_OPTIONS = ../src/ansi2knr
3
4SUBDIRS = posix
5
6noinst_LIBRARIES = libgreputils.a
7
8INCLUDES = -I.. -I$(srcdir) -I../intl
9DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
10
11libgreputils_a_SOURCES = \
12 closeout.c error.c exclude.c hard-locale.c \
13 isdir.c obstack.c quotearg.c savedir.c xmalloc.c xstrtol.c xstrtoumax.c
14
15libgreputils_a_LIBADD = @LIBOBJS@ @ALLOCA@
16noinst_HEADERS = \
17 closeout.h error.h exclude.h fnmatch.h getopt.h \
18 hard-locale.h obstack.h quotearg.h regex.h savedir.h xalloc.h xstrtol.h
19
20EXTRA_DIST = strtol.c malloc.c realloc.c
Note: See TracBrowser for help on using the repository browser.