home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
textutils-1.19-src.tgz
/
tar.out
/
fsf
/
textutils
/
lib
/
Makefile.am
< prev
next >
Wrap
Makefile
|
1996-09-28
|
561b
|
15 lines
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = tu
EXTRA_DIST = alloca.c memcmp.c memcpy.c memmove.c memset.c \
regex.c rx.c stpcpy.c strpbrk.c strtod.c strtol.c strtoul.c \
getopt.c getopt1.c
tu_SOURCES = error.c full-write.c getline.c \
linebuffer.c long-options.c md5.c memcasecmp.c memchr.c safe-read.c \
xmalloc.c xstrtod.c xstrtol.c xstrtoul.c
tu_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@
noinst_HEADERS = error.h getline.h getopt.h linebuffer.h \
long-options.h md5.h memcasecmp.h regex.h rx.h xstrtod.h xstrtol.h xstrtoul.h