2003-03-08 05:24:26 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
|
2005-04-23 02:48:49 +00:00
|
|
|
LDADD = ../libevent.la
|
2003-03-08 05:24:26 +00:00
|
|
|
CPPFPLAGS = -I..
|
2004-07-20 06:12:30 +00:00
|
|
|
CFLAGS = -I../compat @CFLAGS@
|
2003-03-08 05:24:26 +00:00
|
|
|
|
2003-09-25 17:55:17 +00:00
|
|
|
noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
|
2003-03-08 05:24:26 +00:00
|
|
|
|
2003-09-25 17:55:17 +00:00
|
|
|
test_init_sources = test-init.c
|
2003-03-08 05:24:26 +00:00
|
|
|
test_eof_sources = test-eof.c
|
|
|
|
test_weof_sources = test-weof.c
|
|
|
|
test_time_sources = test-time.c
|
2003-03-08 06:39:30 +00:00
|
|
|
regress_sources = regress.c
|
2003-03-10 05:39:41 +00:00
|
|
|
bench_sources = bench.c
|
2003-03-08 05:24:26 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = *~
|
|
|
|
|
2003-09-25 17:55:17 +00:00
|
|
|
test: test-init test-eof test-weof test-time regress
|
2004-12-01 19:59:00 +00:00
|
|
|
|
|
|
|
verify: test
|
2003-09-25 17:55:17 +00:00
|
|
|
@./test.sh
|
2003-03-08 05:24:26 +00:00
|
|
|
|
2005-04-23 02:48:49 +00:00
|
|
|
bench test-init test-eof test-weof test-time regress: ../libevent.la
|