initial import
[platform/upstream/flac.git] / src / plugin_common / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(top_srcdir)/include
6
7 noinst_LIBRARIES = libplugin-common.a
8
9 noinst_HEADERS = \
10         all.h \
11         canonical_tag.h \
12         dither.h
13
14 libplugin_common_a_SOURCES = \
15         canonical_tag.c \
16         dither.c
17
18 EXTRA_DIST = \
19         Makefile.lite \
20         Makefile.vc \
21         README
22
23 debug:
24         $(MAKE) all CFLAGS="@DEBUG@"
25
26 profile:
27         $(MAKE) all CFLAGS="@PROFILE@"