2002-05-17 06:33:39 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/include/share
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libutf8.a libgetopt.a
|
|
|
|
|
|
|
|
|
|
libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
|
|
|
|
|
|
|
|
|
|
libgetopt_a_SOURCES = getopt.c getopt1.c
|
|
|
|
|
|
2002-07-09 06:27:07 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
|
Makefile.lite \
|
|
|
|
|
Makefile.vc \
|
|
|
|
|
README \
|
|
|
|
|
charmaps.h \
|
|
|
|
|
makemap.c \
|
|
|
|
|
charset_test.c \
|
2002-10-16 22:06:04 +00:00
|
|
|
charsetmap.h \
|
|
|
|
|
getopt.dsp \
|
|
|
|
|
utf8.dsp
|
2002-05-17 06:33:39 +00:00
|
|
|
|
|
|
|
|
debug:
|
|
|
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|
|
|
|
|
|
|
|
|
|
profile:
|
|
|
|
|
$(MAKE) all CFLAGS="@PROFILE@"
|