Files
cuetools.net/flac/src/share/utf8/Makefile.lite
2008-10-13 19:25:11 +00:00

18 lines
268 B
Makefile

#
# GNU makefile
#
topdir = ../../..
LIB_NAME = libutf8
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
SRCS_C = \
charset.c \
iconvert.c \
utf8.c
include $(topdir)/build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.