libevent/test/Makefile.am

24 lines
537 B
Makefile
Raw Normal View History

2003-03-08 05:24:26 +00:00
AUTOMAKE_OPTIONS = foreign no-dependencies
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
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
bench test-init test-eof test-weof test-time regress: ../libevent.la