Makefile.am (645B)
1 AM_CFLAGS = @CURSES_CFLAGS@ -DCURSESINC="@CURSESINC@" 2 LDADD = @CURSESLIB@ 3 4 bin_PROGRAMS = alsamixer 5 alsamixer_SOURCES = card_select.c card_select.h \ 6 cli.c \ 7 colors.c colors.h \ 8 device_name.c device_name.h \ 9 die.c die.h \ 10 mainloop.c mainloop.h \ 11 mem.c mem.h \ 12 mixer_controls.c mixer_controls.h \ 13 mixer_display.c mixer_display.h \ 14 mixer_widget.c mixer_widget.h \ 15 proc_files.c proc_files.h \ 16 textbox.c textbox.h \ 17 utils.c utils.h \ 18 volume_mapping.c volume_mapping.h \ 19 widget.c widget.h 20 man_MANS = alsamixer.1 21 EXTRA_DIST = alsamixer.1 22 alsamixer_CPPFLAGS = -I$(top_srcdir)/include 23 24 #LDFLAGS = -static 25 #CFLAGS += -g -Wall