File: Makefile.am

package info (click to toggle)
taopm 1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,972 kB
  • sloc: sh: 9,809; cpp: 5,161; yacc: 2,298; lex: 464; makefile: 434; ansic: 57
file content (15 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

SRC_SUBDIRS = libtao include taoparse tao2aiff tao2wav
SUBDIRS = $(SRC_SUBDIRS) user-scripts doc examples

EXTRA_DIST = TODO \
	README.FIRST \
	diagnose-lib \
	CygwinPackageRequirements.txt

docs:
	cd doc && $(MAKE) docs

alldocs:
	cd doc && $(MAKE) alldocs