57d5df7080f50b9ef2e8c97ef1ea8e472a8457f1
[platform/upstream/flac.git] / src / share / utf8 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
4
5 noinst_LTLIBRARIES = libutf8.la
6
7 libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
8
9 EXTRA_DIST = \
10         Makefile.lite \
11         charmaps.h \
12         makemap.c \
13         charset_test.c \
14         charsetmap.h \
15         iconvert.h \
16         utf8_static.vcproj
17
18 debug:
19         $(MAKE) all CFLAGS="@DEBUG@"
20
21 profile:
22         $(MAKE) all CFLAGS="@PROFILE@"