2002-04-09 17:02:38 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
|
2003-03-08 16:33:18 +00:00
|
|
|
CFLAGS += -Wall -g -O2
|
2003-03-08 05:24:26 +00:00
|
|
|
SUBDIRS = . sample test
|
2002-04-09 17:42:15 +00:00
|
|
|
|
2003-03-08 14:41:00 +00:00
|
|
|
EXTRA_DIST = acconfig.h evsignal.h \
|
|
|
|
test/Makefile.in compat/err.h compat/sys/queue.h \
|
2002-10-07 00:47:34 +00:00
|
|
|
compat/sys/tree.h compat/sys/_time.h
|
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 = *~
|