improvements to compile/link options
[platform/upstream/flac.git] / src / share / replaygain_synthesis / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 SUBDIRS = include .
6
7 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/share
8
9 noinst_LTLIBRARIES = libreplaygain_synthesis.la
10
11 libreplaygain_synthesis_la_SOURCES = replaygain_synthesis.c
12
13 EXTRA_DIST = \
14         Makefile.lite \
15         replaygain_synthesis_static.dsp \
16         replaygain_synthesis_static.vcproj
17
18 debug:
19         $(MAKE) all CFLAGS="@DEBUG@"
20
21 profile:
22         $(MAKE) all CFLAGS="@PROFILE@"