Makefile.am
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:1k
源码类别:

DVD

开发平台:

Unix_Linux

  1. # # Process this file with automake to produce Makefile.in.
  2. AUTOMAKE_OPTIONS = 1.3 foreign
  3. CFLAGS = -Wall -Werror -O3 -g
  4. bin_PROGRAMS = ac3dec 
  5. ac3dec_LDADD= -lm
  6. ac3dec_SOURCES = bitstream.c decode.c imdct.c mantissa.c exponent.c stats.c
  7. bit_allocate.c uncouple.c output.c parse.c crc.c debug.c ring_buffer.c
  8. matlab.c rematrix.c downmix.c dither.c
  9. noinst_HEADERS = bitstream.h decode.h imdct.h ac3.h stats.h mantissa.h
  10. exponent.h bit_allocate.h uncouple.h output.h parse.h crc.h debug.h
  11. ring_buffer.h matlab.h rematrix.h downmix.h dither.h
  12. EXTRA_ac3dec_SOURCES = output_linux.c output_solaris.c
  13. EXTRA_DIST = README Changelog TODO
  14. SUBDIRS = . test tools