File: Makefile.am

package info (click to toggle)
rvm 1.15%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,792 kB
  • ctags: 1,977
  • sloc: ansic: 20,212; sh: 9,111; makefile: 148
file content (18 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

SUBDIRS = include rvm seg rds tests pkgs debian

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = bootstrap.sh configure

MAINTAINERCLEANFILES = AUTHORS ChangeLog Makefile.in README compile \
    config.guess config.h.in config.sub configure install-sh libtool \
    ltconfig ltmain.sh missing mkinstalldirs stamp-h.in

dist-hook:
	if [ -x /afs/cs.cmu.edu ] ; then cp -f /afs/cs.cmu.edu/project/coda-src/cvs/CVSROOT/ChangeLog.rvm $(distdir)/ChangeLog ; fi

distcleancheck_listfiles = \
       find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'