alsa-tools/ac3dec/Makefile.am

22 lines
499 B
Text
Raw Normal View History

# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
bin_PROGRAMS = ac3dec
2001-04-19 10:27:26 +00:00
ac3dec_LDADD= -L./libac3 -lac3
noinst_HEADERS = output.h
ac3dec_SOURCES = ac3dec.c output.c ac3spdif.c
ac3dec_DEPENDENCIES = libac3/libac3.a
2002-10-24 12:26:42 +00:00
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh depcomp
SUBDIRS = libac3 tools test .
2001-08-20 15:17:09 +00:00
alsa-dist: distdir
@rm -rf ../distdir/ac3dec
@mkdir -p ../distdir/ac3dec
@cp -RLpv $(distdir)/* ../distdir/ac3dec
@rm -rf $(distdir)