File: Makefile.am

package info (click to toggle)
lwp 2.4%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,800 kB
  • ctags: 615
  • sloc: sh: 9,105; ansic: 2,927; asm: 687; makefile: 129
file content (18 lines) | stat: -rw-r--r-- 602 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 src src-pt pkgs debian

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = PORTING bootstrap.sh configure

MAINTAINERCLEANFILES = ChangeLog Makefile.in aclocal.m4 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.lwp $(distdir)/ChangeLog ; fi

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