File: Makefile.am

package info (click to toggle)
goplay 0.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,040 kB
  • ctags: 279
  • sloc: sh: 9,120; cpp: 1,871; makefile: 95
file content (10 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

SUBDIRS = src .

man_MANS = goplay.1

goplay.1: src/manpage
	src/manpage goplay > $@ || rm $@

EXTRA_DIST = $(man_MANS) FAQ LICENSE README data