File: Makefile.am

package info (click to toggle)
stress 1.0.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 840 kB
  • sloc: sh: 1,097; ansic: 647; makefile: 24
file content (12 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
MAINTAINERCLEANFILES = install-sh mkinstalldirs missing Makefile.in \
                       aclocal.m4 configure COPYING Log.cvs ChangeLog depcomp
EXTRA_DIST = ChangeLog

SUBDIRS = . src doc test

ChangeLog: Log.cvs
	rcs2log -u "apw	Amos Waterland	apw@rossby.metr.ou.edu" -L $^ | \
		sed 's,/home/apw/cvsroot/stress/src/,,g' | fmt -w 78 > $@

Log.cvs:
	cvs log > $@