blob: 65b0a5d3fd392a6e35857630fcdbe2dc95b74c9a [file] [log] [blame]
#
# GNU makefile
#
topdir = ../../..
LIB_NAME = libutf8
ifeq ($(DARWIN_BUILD),yes)
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share -I$(ICONV_INCLUDE_DIR)
else
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
endif
SRCS_C = \
charset.c \
iconvert.c \
utf8.c
include $(topdir)/build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.