Parent Directory
|
Revision Log
|
Revision Graph
Merge automake into head
1 | AUTOMAKE_OPTIONS = gnu |
2 | AM_CFLAGS = -Wall -DETCDIR='"${sysconfdir}"' |
3 | AM_YFLAGS = -d -t |
4 | AM_LFLAGS = -d |
5 | bin_PROGRAMS = cvsgraph |
6 | cvsgraph_SOURCES = \ |
7 | cvsgraph.c \ |
8 | readconf.c \ |
9 | utils.c \ |
10 | rcsy.y \ |
11 | rcsl.l |
12 | |
13 | SUBDIR = contrib |
14 | man1_MANS = cvsgraph.1 |
15 | man5_MANS = cvsgraph.conf.5 |
16 | CLEANFILES = rcsy.c rcsl.c |
17 | EXTRA_DIST = contrib cvsgraph.h utils.h readconf.h rcs.h |
18 | dist-hook: |
19 | rm -rf `find $(distdir)/contrib -name CVS` $(distdir)/contrib/.cvsignore $(distdir)/contrib/Makefile $(distdir)/contrib/*.php |
ViewVC Help | |
Powered by ViewVC 1.1.0 with CvsGraph 1.7.0 |