2002-04-09 17:02:38 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
|
2003-09-25 03:25:17 +00:00
|
|
|
CFLAGS = -Wall -Werror @CFLAGS@
|
2003-03-08 05:24:26 +00:00
|
|
|
SUBDIRS = . sample test
|
2002-04-09 17:42:15 +00:00
|
|
|
|
2003-09-25 03:25:17 +00:00
|
|
|
EXTRA_DIST = acconfig.h err.c event.h evsignal.h event.3 \
|
2003-04-14 17:32:19 +00:00
|
|
|
sample/Makefile.am sample/Makefile.in sample/event-test.c \
|
|
|
|
sample/signal-test.c sample/time-test.c \
|
|
|
|
test/Makefile.am test/Makefile.in test/bench.c test/regress.c \
|
|
|
|
test/test-eof.c test/test-weof.c test/test-time.c \
|
2003-09-25 03:25:17 +00:00
|
|
|
compat/err.h compat/sys/queue.h compat/sys/tree.h compat/sys/_time.h \
|
|
|
|
WIN32-Code WIN32-Code/config.h WIN32-Code/win32.c~ WIN32-Code/misc.c \
|
|
|
|
WIN32-Code/win32.c WIN32-Code/misc.h \
|
|
|
|
WIN32-Prj WIN32-Prj/event_test WIN32-Prj/event_test/event_test.dsp \
|
|
|
|
WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
|
|
|
|
WIN32-Prj/libevent.dsw WIN32-Prj/signal_test \
|
|
|
|
WIN32-Prj/signal_test/signal_test.dsp WIN32-Prj/time_test \
|
|
|
|
WIN32-Prj/time_test/time_test.dsp
|
2002-04-09 17:02:38 +00:00
|
|
|
|
|
|
|
lib_LIBRARIES = libevent.a
|
|
|
|
|
2002-04-09 17:42:15 +00:00
|
|
|
libevent_a_SOURCES = event.c
|
|
|
|
libevent_a_LIBADD = @LIBOBJS@
|
2002-04-09 17:02:38 +00:00
|
|
|
|
|
|
|
include_HEADERS = event.h
|
|
|
|
|
2002-10-07 00:47:34 +00:00
|
|
|
INCLUDES = -Icompat
|
2002-04-09 19:09:32 +00:00
|
|
|
|
2002-04-09 17:02:38 +00:00
|
|
|
man_MANS = event.3
|
2002-04-09 17:42:15 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = *~
|