1c72fcc34Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/include 2c72fcc34Sopenharmony_ciLDADD = -lm 3c72fcc34Sopenharmony_ciAM_CFLAGS = -D_GNU_SOURCE 4c72fcc34Sopenharmony_ciif HAVE_SAMPLERATE 5c72fcc34Sopenharmony_ciLDADD += -lsamplerate 6c72fcc34Sopenharmony_ciendif 7c72fcc34Sopenharmony_ci# LDFLAGS = -static 8c72fcc34Sopenharmony_ci# CFLAGS += -g -Wall 9c72fcc34Sopenharmony_ci 10c72fcc34Sopenharmony_cibin_PROGRAMS = alsaloop 11c72fcc34Sopenharmony_cialsaloop_SOURCES = alsaloop.c pcmjob.c control.c 12c72fcc34Sopenharmony_cinoinst_HEADERS = alsaloop.h 13c72fcc34Sopenharmony_ciman_MANS = alsaloop.1 14c72fcc34Sopenharmony_ciEXTRA_DIST = alsaloop.1 15