mirror of /home/gitosis/repositories/libev.git
Mirror of :pserver:anonymous@cvs.schmorp.de/schmorpforge libev
http://software.schmorp.de/pkg/libev.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
444 B
18 lines
444 B
AUTOMAKE_OPTIONS = foreign no-dependencies |
|
|
|
VERSION_INFO = 2:0 |
|
|
|
EXTRA_DIST = LICENSE libev.m4 autogen.sh \ |
|
ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h event.h \ |
|
ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \ |
|
ev.3 ev.pod |
|
|
|
man_MANS = ev.3 |
|
|
|
include_HEADERS = ev.h event_compat.h ev++.h event.h |
|
|
|
lib_LTLIBRARIES = libev.la |
|
|
|
libev_la_SOURCES = ev.c event.c |
|
libev_la_LDFLAGS = -version-info $(VERSION_INFO) |
|
|
|
|