1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 INCLUDES = -I$(top_srcdir)/include/share
7 noinst_LIBRARIES = libutf8.a libgetopt.a
9 libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
11 libgetopt_a_SOURCES = getopt.c getopt1.c
25 $(MAKE) all CFLAGS="@DEBUG@"
28 $(MAKE) all CFLAGS="@PROFILE@"