remove reference to obsolete Makefile.vc
[platform/upstream/flac.git] / src / share / utf8 / 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
8
9 libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
10
11 EXTRA_DIST = \
12         Makefile.lite \
13         charmaps.h \
14         makemap.c \
15         charset_test.c \
16         charsetmap.h \
17         utf8_static.dsp
18
19 debug:
20         $(MAKE) all CFLAGS="@DEBUG@"
21
22 profile:
23         $(MAKE) all CFLAGS="@PROFILE@"