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

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 = extract_ac3 verify_ac3
  5. extract_ac3_SOURCES = extract_ac3.c
  6. verify_ac3_SOURCES = verify_ac3.c
  7. verify_ac3_LDADD = ../parse.o ../bitstream.o ../crc.o ../debug.o ../stats.o