Files

copied
Last update 6 years 1 month by Petre Rodan
Fileslinuxsrc
..
Makefile.am
Makefile.in
ampy_mixer.c
ampy_mixer.h
cli.c
cli.h
colors.c
colors.h
die.c
die.h
lm4780_helper.c
lm4780_helper.h
log.c
log.h
mainloop.c
mainloop.h
mem.c
mem.h
mixer_controls.c
mixer_controls.h
mixer_display.c
mixer_display.h
mixer_widget.c
mixer_widget.h
pga2311_helper.c
pga2311_helper.h
proj.h
string_helpers.c
string_helpers.h
sysdep.h
sysdep1.c
sysdep1.h
textbox.c
textbox.h
utils.c
utils.h
version.h
widget.c
widget.h
Makefile.am
bin_PROGRAMS = ampy_mixer ampy_mixer_SOURCES = ampy_mixer.c colors.c lm4780_helper.c mem.c mixer_display.c pga2311_helper.c textbox.c widget.c cli.c die.c mainloop.c mixer_controls.c mixer_widget.c sysdep1.c utils.c log.c string_helpers.c noinst_HEADERS = ampy_mixer.h colors.h lm4780_helper.h mem.h mixer_display.h pga2311_helper.h sysdep.h textbox.h version.h cli.h die.h mainloop.h mixer_controls.h mixer_widget.h proj.h sysdep1.h utils.h widget.h log.h string_helpers.h AM_CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/lib -DCONFDIR=\"$(confdir)\"
Report a bug