You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
echoping/SRC/Makefile.am

23 lines
493 B
Makefile

## Process this file with automake to produce Makefile.in
# $Id$
24 years ago
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
24 years ago
echoping_LDADD =
EXTRA_DIST = $(man_MANS)
24 years ago
TESTS=test-echoping-local test-echoping-remote test-echoping-icp
test: check
tests: check
## Otherwise, we depend on GNUmake, but for CVS users, not for regular
## tarball users
##AUTOMAKE_OPTIONS = no-dependencies