summaryrefslogtreecommitdiff
path: root/gnu/dist/grep/lib/Makefile.am
blob: df2c64c27497e6950aa5bd2c0ac734f98b91602b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
AUTOMAKE_OPTIONS = ../src/ansi2knr

SUBDIRS = posix

noinst_LIBRARIES = libgreputils.a

INCLUDES = -I.. -I$(srcdir) -I../intl
DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@

libgreputils_a_SOURCES = \
  closeout.c error.c exclude.c hard-locale.c \
  isdir.c obstack.c quotearg.c savedir.c xmalloc.c xstrtol.c  xstrtoumax.c

libgreputils_a_LIBADD = @LIBOBJS@ @ALLOCA@
noinst_HEADERS = \
  closeout.h error.h exclude.h fnmatch.h getopt.h \
  hard-locale.h obstack.h quotearg.h regex.h savedir.h xalloc.h xstrtol.h

EXTRA_DIST = strtol.c malloc.c realloc.c