dbe2287fac22d02f1c0f2b22ad313c7a0b1cdd85
[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         Makefile.vc \
14         README \
15         charmaps.h \
16         makemap.c \
17         charset_test.c \
18         charsetmap.h \
19         utf8.dsp
20
21 debug:
22         $(MAKE) all CFLAGS="@DEBUG@"
23
24 profile:
25         $(MAKE) all CFLAGS="@PROFILE@"