mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 23:15:41 +01:00
47e668f453
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
24 lines
296 B
Makefile
24 lines
296 B
Makefile
bin_PROGRAMS = bat
|
|
man_MANS = bat.1
|
|
|
|
EXTRA_DIST = bat.1
|
|
|
|
bat_SOURCES = \
|
|
bat.c \
|
|
common.c \
|
|
analyze.c \
|
|
signal.c \
|
|
convert.c \
|
|
alsa.c
|
|
|
|
noinst_HEADERS = \
|
|
common.h \
|
|
signal.h \
|
|
alsa.h \
|
|
convert.h \
|
|
analyze.h
|
|
|
|
AM_CPPFLAGS = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
bat_LDADD = @FFTW_LIB@
|