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 21