home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
id-utils-3.2-src.tgz
/
tar.out
/
fsf
/
id-utils
/
lib
/
Makefile.am
< prev
next >
Wrap
Makefile
|
1996-09-28
|
708b
|
23 lines
## Process this file with automake to create Makefile.in
noinst_LIBRARIES = sys
EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c getopt.c \
getopt1.c memcpy.c memset.c obstack.c regex.c rx.c \
strcasecmp.c strcspn.c strdup.c strndup.c strpbrk.c strspn.c \
strstr.c strtok.c
sys_SOURCES = xgetcwd.c xmalloc.c
noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h \
pathmax.h regex.h rx.h xalloca.h xdirent.h xfnmatch.h \
xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h \
xunistd.h
INCLUDES = -I. -I$(srcdir) \
-I../intl -I$(top_srcdir)/intl \
-I.. -I$(top_srcdir)
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
sys_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@