File: Makefile.am

package info (click to toggle)
gwave 20190116-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,588 kB
  • sloc: ansic: 9,361; sh: 4,183; lisp: 1,226; makefile: 104; perl: 91
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
## $Id: Makefile.am,v 1.7 2005/05/14 20:33:22 sgt Exp $
## process this file with automake to create Makefile.in
## (You should run ./autogen.sh from the top level directory)

EXTRA_DIST = ChangeLog gwave-doc-snarf.in doc-split.in 

bin_SCRIPTS=sweepsplit

noinst_SCRIPTS = gwave-doc-snarf doc-split 

all:
	chmod +x $(noinst_SCRIPTS)