Makefile.am
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:1k
- # # Process this file with automake to produce Makefile.in.
- AUTOMAKE_OPTIONS = 1.3 foreign
- CFLAGS = -Wall -Werror -O3 -g
- bin_PROGRAMS = ac3dec
- ac3dec_LDADD= -lm
- ac3dec_SOURCES = bitstream.c decode.c imdct.c mantissa.c exponent.c stats.c
- bit_allocate.c uncouple.c output.c parse.c crc.c debug.c ring_buffer.c
- matlab.c rematrix.c downmix.c dither.c
- noinst_HEADERS = bitstream.h decode.h imdct.h ac3.h stats.h mantissa.h
- exponent.h bit_allocate.h uncouple.h output.h parse.h crc.h debug.h
- ring_buffer.h matlab.h rematrix.h downmix.h dither.h
- EXTRA_ac3dec_SOURCES = output_linux.c output_solaris.c
- EXTRA_DIST = README Changelog TODO
- SUBDIRS = . test tools