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
16 строки
291 B
Makefile
16 строки
291 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
LDADD = ../libevent.la
|
|
CPPFPLAGS = -I..
|
|
CFLAGS = -I../compat
|
|
|
|
noinst_PROGRAMS = event-test time-test signal-test
|
|
|
|
event_test_sources = event-test.c
|
|
time_test_sources = time-test.c
|
|
signal_test_sources = signal-test.c
|
|
|
|
verify:
|
|
|
|
DISTCLEANFILES = *~
|