add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST
[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
22 debug:
23         $(MAKE) all CFLAGS="@DEBUG@"
24
25 profile:
26         $(MAKE) all CFLAGS="@PROFILE@"