mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
0036d79ab6
svn:r50
22 lines
413 B
Makefile
22 lines
413 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
CFLAGS += -Wall -g -O2
|
|
SUBDIRS = . sample test
|
|
|
|
EXTRA_DIST = acconfig.h evsignal.h \
|
|
test/Makefile.in compat/err.h compat/sys/queue.h \
|
|
compat/sys/tree.h compat/sys/_time.h
|
|
|
|
lib_LIBRARIES = libevent.a
|
|
|
|
libevent_a_SOURCES = event.c
|
|
libevent_a_LIBADD = @LIBOBJS@
|
|
|
|
include_HEADERS = event.h
|
|
|
|
INCLUDES = -Icompat
|
|
|
|
man_MANS = event.3
|
|
|
|
DISTCLEANFILES = *~
|