f94d67224b348bb6b636ee820ead3a5d61952b69
[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
17 debug:
18         $(MAKE) all CFLAGS="@DEBUG@"
19
20 profile:
21         $(MAKE) all CFLAGS="@PROFILE@"