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 @ID3LIB_CFLAGS@
6
7 noinst_LIBRARIES = libplugin_common.a
8
9 noinst_HEADERS = \
10         all.h \
11         canonical_tag.h \
12         charset.h \
13         dither.h \
14         id3v1.h \
15         id3v2.h \
16         locale_hack.h \
17         vorbiscomment.h
18
19 libplugin_common_a_SOURCES = \
20         canonical_tag.c \
21         charset.c \
22         dither.c \
23         id3v1.c \
24         id3v2.c \
25         vorbiscomment.c
26
27 EXTRA_DIST = \
28         Makefile.lite \
29         Makefile.vc \
30         README \
31         plugin_common.dsp
32
33 debug:
34         $(MAKE) all CFLAGS="@DEBUG@"
35
36 profile:
37         $(MAKE) all CFLAGS="@PROFILE@"