echoping/SRC/Makefile.am
Stephane Bortzmeyer 380fd2e5d7 * Various cleanings, mostly of documentation.
* Test files included in distribs
2000-06-25 18:55:56 +00:00

23 lines
502 B
Makefile

## Process this file with automake to produce Makefile.in
# $Id$
bin_PROGRAMS = echoping
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h
echoping_LDADD =
TESTS=test-echoping-local test-echoping-remote test-echoping-icp
test: check
tests: check
EXTRA_DIST = $(man_MANS) $(TESTS)
## Otherwise, we depend on GNUmake, but for CVS users, not for regular
## tarball users
##AUTOMAKE_OPTIONS = no-dependencies