home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
textutils-1.19-src.tgz
/
tar.out
/
fsf
/
textutils
/
src
/
Makefile.am
< prev
next >
Wrap
Makefile
|
1996-09-28
|
888b
|
29 lines
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = ansi2knr
bin_PROGRAMS = cat cksum comm csplit cut expand fmt fold head join md5sum \
nl od paste pr sort split sum tac tail tr unexpand uniq wc
noinst_HEADERS = system.h
EXTRA_DIST = ansi2knr.1 ansi2knr.c md5-test.rfc
datadir = $(prefix)/@DATADIRNAME@
localedir = $(datadir)/locale
INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../intl
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
LDADD = @INTLLIBS@ ../lib/libtu.a
$(PROGRAMS): $(LDADD)
check: md5sum
./md5sum \
--string="" \
--string="a" \
--string="abc" \
--string="message digest" \
--string="abcdefghijklmnopqrstuvwxyz" \
--string="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" \
--string="12345678901234567890123456789012345678901234567890123456789012345678901234567890" \
| diff -c $(srcdir)/md5-test.rfc -