Update and improve autotools build
[flac.git] / src / share / replaygain_analysis / Makefile.am
blob083b5f8ba6af79b331d9a6adf0cd9ca30e4fbce4
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
7 noinst_LTLIBRARIES = libreplaygain_analysis.la
9 libreplaygain_analysis_la_SOURCES = replaygain_analysis.c
11 EXTRA_DIST = \
12         Makefile.lite \
13         replaygain_analysis_static.dsp \
14         replaygain_analysis_static.vcproj
16 debug:
17         $(MAKE) all CFLAGS="@DEBUG@"
19 profile:
20         $(MAKE) all CFLAGS="@PROFILE@"