File: Makefile.am

package info (click to toggle)
dssi 0.9.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,852 kB
  • ctags: 499
  • sloc: sh: 8,531; ansic: 3,241; cpp: 1,042; makefile: 211; perl: 191
file content (27 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Process this file with automake to produce Makefile.in

SUBDIRS = jack-dssi-host examples tests

EXTRA_DIST = \
	autogen.sh \
	scripts/tableofcontents.pl \
	scripts/txt2html.pl \
	doc/RFC.txt \
	doc/TODO \
	doc/midi-controllers.txt \
	doc/why-use.txt \
	doc/RFC.html \
	doc/why-use.html

AUTOMAKE_OPTIONS = foreign

include_HEADERS = dssi/dssi.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dssi.pc

doc/%.html:	doc/%.txt
	perl ./scripts/txt2html.pl $< | perl ./scripts/tableofcontents.pl > $@

MAINTAINERCLEANFILES = doc/RFC.html doc/why-use.html