Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.
[platform/upstream/flac.git] / src / share / replaygain_analysis / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
4
5 noinst_LTLIBRARIES = libreplaygain_analysis.la
6
7 libreplaygain_analysis_la_SOURCES = replaygain_analysis.c
8
9 EXTRA_DIST = \
10         Makefile.lite \
11         replaygain_analysis_static.vcproj
12
13 debug:
14         $(MAKE) all CFLAGS="@DEBUG@"
15
16 profile:
17         $(MAKE) all CFLAGS="@PROFILE@"