You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
300 B
Makefile
17 lines
300 B
Makefile
EXTRA_DIST = CMakeLists.txt
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
AM_CFLAGS = -ffast-math
|
|
|
|
if HAVE_VISIBILITY
|
|
AM_CFLAGS += -fvisibility=hidden
|
|
endif
|
|
|
|
|
|
METASOURCES = AUTO
|
|
bin_PROGRAMS = mpcgain
|
|
mpcgain_LDADD = -lm -lreplaygain \
|
|
$(top_builddir)/libmpcdec/libmpcdec.la
|
|
mpcgain_SOURCES = mpcgain.c
|