2019-01-18 09:24:12 +01:00
|
|
|
AM_CFLAGS = -D_GNU_SOURCE @CURSES_CFLAGS@ -DCURSESINC="@CURSESINC@"
|
2008-04-16 14:39:41 +02:00
|
|
|
LDADD = @CURSESLIB@
|
1999-01-30 20:12:34 +01:00
|
|
|
|
|
|
|
bin_PROGRAMS = alsamixer
|
2009-05-25 10:26:22 +02:00
|
|
|
alsamixer_SOURCES = card_select.c card_select.h \
|
2019-09-26 22:27:25 +02:00
|
|
|
bindings.c bindings.h \
|
2009-05-25 10:26:22 +02:00
|
|
|
cli.c \
|
|
|
|
colors.c colors.h \
|
2019-10-03 19:06:11 +02:00
|
|
|
curskey.c curskey.h \
|
|
|
|
configparser.c configparser.h \
|
2009-05-25 10:26:22 +02:00
|
|
|
device_name.c device_name.h \
|
|
|
|
die.c die.h \
|
|
|
|
mainloop.c mainloop.h \
|
|
|
|
mem.c mem.h \
|
2019-09-27 01:25:56 +02:00
|
|
|
menu_widget.c menu_widget.h \
|
|
|
|
mixer_clickable.c mixer_clickable.h \
|
2009-05-25 10:26:22 +02:00
|
|
|
mixer_controls.c mixer_controls.h \
|
|
|
|
mixer_display.c mixer_display.h \
|
|
|
|
mixer_widget.c mixer_widget.h \
|
|
|
|
proc_files.c proc_files.h \
|
|
|
|
textbox.c textbox.h \
|
|
|
|
utils.c utils.h \
|
2010-12-06 14:07:48 +01:00
|
|
|
volume_mapping.c volume_mapping.h \
|
2009-05-25 10:26:22 +02:00
|
|
|
widget.c widget.h
|
1999-01-30 20:12:34 +01:00
|
|
|
man_MANS = alsamixer.1
|
2001-11-06 08:51:48 +01:00
|
|
|
EXTRA_DIST = alsamixer.1
|
2014-05-07 09:43:45 +02:00
|
|
|
alsamixer_CPPFLAGS = -I$(top_srcdir)/include
|
2001-02-14 13:22:47 +01:00
|
|
|
|
|
|
|
#LDFLAGS = -static
|
|
|
|
#CFLAGS += -g -Wall
|