1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
7 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/share
9 noinst_LTLIBRARIES = libreplaygain_synthesis.la
11 libreplaygain_synthesis_la_SOURCES = replaygain_synthesis.c
15 replaygain_synthesis_static.dsp \
16 replaygain_synthesis_static.vcproj
19 $(MAKE) all CFLAGS="@DEBUG@"
22 $(MAKE) all CFLAGS="@PROFILE@"