7ea33eac02
libevent-1.1a. svn merge -r10917:11006 https://svn.open-mpi.org/svn/ompi/tmp/libevent-update This commit was SVN r11022. The following SVN revisions from the original message are invalid or inconsistent and therefore were not cross-referenced: r10917 r11006
24 строки
537 B
Makefile
24 строки
537 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
LDADD = ../libevent.la
|
|
CPPFPLAGS = -I..
|
|
CFLAGS = -I../compat @CFLAGS@
|
|
|
|
noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
|
|
|
|
test_init_sources = test-init.c
|
|
test_eof_sources = test-eof.c
|
|
test_weof_sources = test-weof.c
|
|
test_time_sources = test-time.c
|
|
regress_sources = regress.c
|
|
bench_sources = bench.c
|
|
|
|
DISTCLEANFILES = *~
|
|
|
|
test: test-init test-eof test-weof test-time regress
|
|
|
|
verify: test
|
|
@./test.sh
|
|
|
|
bench test-init test-eof test-weof test-time regress: ../libevent.la
|