mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:55:41 +01:00
73f9dd149e
Add more information about BAT utility, including design intent, principles, use mode, hardware connection, options, example and return value. Signed-off-by: Lu, Han <han.lu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
17 lines
216 B
Makefile
17 lines
216 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
|
|
|
|
AM_CPPFLAGS = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
bat_LDADD = -lasound
|