1 |
## Process this file with automake to get Makefile.in |
2 |
|
3 |
AUTOMAKE_OPTIONS = gnu |
4 |
|
5 |
SUBDIRS = m4 lib src doc po |
6 |
|
7 |
ACLOCAL_AMFLAGS = -I m4 |
8 |
|
9 |
EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \ |
10 |
libev/ev.c libev/ev.h libev/libev.m4 \ |
11 |
libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \ |
12 |
libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h |
13 |
|
14 |
CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ |
15 |
config.sub install-sh missing mkinstalldirs \ |
16 |
stamp-h.in m4/Makefile.am po/Makefile.in.in \ |
17 |
po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ |
18 |
src/.libs intl depcomp |
19 |
|