File: Makefile.am

package info (click to toggle)
stress 1.0.1-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 800 kB
  • ctags: 58
  • sloc: sh: 1,097; ansic: 660; makefile: 74
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 > $@