File: Makefile.am

package info (click to toggle)
alsa-tools 1.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 11,820 kB
  • ctags: 5,229
  • sloc: ansic: 25,472; cpp: 14,137; sh: 9,710; pascal: 1,140; asm: 1,053; xml: 988; makefile: 698
file content (21 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign

bin_PROGRAMS = ac3dec 

ac3dec_LDADD= -L./libac3 -lac3 -lm

noinst_HEADERS = output.h
ac3dec_SOURCES = ac3dec.c output.c ac3spdif.c
ac3dec_DEPENDENCIES = libac3/libac3.a


EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh depcomp

SUBDIRS = libac3 tools test .

alsa-dist: distdir
	@rm -rf ../distdir/ac3dec
	@mkdir -p ../distdir/ac3dec
	@cp -RLpv $(distdir)/* ../distdir/ac3dec
	@rm -rf $(distdir)