changes for MSCV: added dsp file, rename any .cc files to .cpp
[platform/upstream/flac.git] / src / share / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(top_srcdir)/include/share
6
7 noinst_LIBRARIES = libutf8.a libgetopt.a
8
9 libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
10
11 libgetopt_a_SOURCES = getopt.c getopt1.c
12
13 EXTRA_DIST = \
14         Makefile.lite \
15         Makefile.vc \
16         README \
17         charmaps.h \
18         makemap.c \
19         charset_test.c \
20         charsetmap.h \
21         getopt.dsp \
22         utf8.dsp
23
24 debug:
25         $(MAKE) all CFLAGS="@DEBUG@"
26
27 profile:
28         $(MAKE) all CFLAGS="@PROFILE@"