Added vorbis-tools.
[vorbis-lancer-gcc.git] / vorbis-tools-1.2.0 / share / Makefile.am
blobb867ece60e912e7a52d8b1b7cc851db88a7aeef5
1 ## Process this file with automake to produce Makefile.in
3 INCLUDES = -I$(top_srcdir)/include
5 noinst_LIBRARIES = libutf8.a libgetopt.a
7 libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
9 libgetopt_a_SOURCES = getopt.c getopt1.c
11 EXTRA_DIST = charmaps.h makemap.c charset_test.c charsetmap.h
13 debug:
14         $(MAKE) all CFLAGS="@DEBUG@"
16 profile:
17         $(MAKE) all CFLAGS="@PROFILE@"