1c72fcc34Sopenharmony_ciAM_CFLAGS = -D_GNU_SOURCE 2c72fcc34Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/include 3c72fcc34Sopenharmony_ciLDADD = -lm 4c72fcc34Sopenharmony_ci# LDFLAGS = -static 5c72fcc34Sopenharmony_ci# CFLAGS += -g -Wall 6c72fcc34Sopenharmony_ci 7c72fcc34Sopenharmony_cibin_PROGRAMS = amixer 8c72fcc34Sopenharmony_ciamixer_SOURCES = amixer.c volume_mapping.c 9c72fcc34Sopenharmony_cinoinst_HEADERS = amixer.h volume_mapping.h 10c72fcc34Sopenharmony_ciman_MANS = amixer.1 11c72fcc34Sopenharmony_ciEXTRA_DIST = amixer.1 12