File: Makefile.am

package info (click to toggle)
libmpcdec 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,900 kB
  • ctags: 4,893
  • sloc: sh: 8,435; ansic: 2,735; cpp: 237; makefile: 88
file content (13 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

nobase_include_HEADERS = \
	mpcdec/config_types.h \
	mpcdec/decoder.h \
	mpcdec/huffman.h \
	mpcdec/math.h \
	mpcdec/mpcdec.h \
	mpcdec/reader.h \
	mpcdec/requant.h \
	mpcdec/streaminfo.h