314ab2c6e7
Greatly reduce the number of "foo" -> "opal_foo" symbol renames in the libevent source, and instead greatly expand the event_rename.h file that uses preprocessor macros to make all public symbols be "opal_foo". This commit was SVN r17923.
15 строки
303 B
Makefile
15 строки
303 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
LDADD = ../libevent.la
|
|
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/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 = *~
|