initial import
[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 = charmaps.h makemap.c charset_test.c charsetmap.h
14
15 debug:
16         $(MAKE) all CFLAGS="@DEBUG@"
17
18 profile:
19         $(MAKE) all CFLAGS="@PROFILE@"