File: Makefile.am

package info (click to toggle)
goplay 0.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,064 kB
  • ctags: 476
  • sloc: sh: 10,165; cpp: 2,021; ansic: 996; makefile: 47
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