ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.am
Revision: 1.9
Committed: Tue Jul 16 16:44:36 2013 UTC (10 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.8: +1 -1 lines
Log Message:
3.x

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 root 1.9 ACLOCAL_AMFLAGS = -I m4
8 pcg 1.1
9 pcg 1.5 EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
10 pcg 1.8 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
11 pcg 1.5 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