ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.am
Revision: 1.6
Committed: Sat Nov 10 05:15:54 2007 UTC (16 years, 6 months ago) by pcg
Branch: MAIN
Changes since 1.5: +1 -1 lines
Log Message:
first shot at converting from iom to libev

File Contents

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