mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
13 lines
330 B
Text
13 lines
330 B
Text
|
|
# # Process this file with automake to produce Makefile.in.
|
||
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
||
|
|
|
||
|
|
CFLAGS = -Wall -Werror -O3 -g
|
||
|
|
|
||
|
|
bin_PROGRAMS = extract_ac3
|
||
|
|
|
||
|
|
|
||
|
|
extract_ac3_SOURCES = extract_ac3.c
|
||
|
|
#verify is broken right now
|
||
|
|
#verify_ac3_SOURCES = verify_ac3.c
|
||
|
|
#verify_ac3_LDADD = ../parse.o ../bitstream.o ../crc.o ../debug.o ../stats.o
|