summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 6d8cf647ddb5ae98ed96e3e1172fb078373b56b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
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 getopt.c getopt1.c hard-locale.c \
  isdir.c obstack.c quotearg.c savedir.c xmalloc.c xstrtol.c  xstrtoumax.c

libgreputils_a_LIBADD = @LIBOBJS@ @ALLOCA@
libgreputils_a_DEPENDENCIES = $(libgreputils_a_LIBADD)
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