1#
2# GNU makefile
3#
4
5topdir = ../../..
6
7LIB_NAME = libutf8
8INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
9
10SRCS_C = \
11	charset.c \
12	iconvert.c \
13	utf8.c
14
15include $(topdir)/build/lib.mk
16
17# DO NOT DELETE THIS LINE -- make depend depends on it.
18