Line | |
---|
1 | #
|
---|
2 | AUTOMAKE_OPTIONS = ../src/ansi2knr
|
---|
3 |
|
---|
4 | SUBDIRS = posix
|
---|
5 |
|
---|
6 | noinst_LIBRARIES = libgreputils.a
|
---|
7 |
|
---|
8 | INCLUDES = -I.. -I$(srcdir) -I../intl
|
---|
9 | DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
|
---|
10 |
|
---|
11 | libgreputils_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 |
|
---|
15 | libgreputils_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
---|
16 | noinst_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 |
|
---|
20 | EXTRA_DIST = strtol.c malloc.c realloc.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.