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
14 $(MAKE) all CFLAGS="@DEBUG@"
17 $(MAKE) all CFLAGS="@PROFILE@"