Files
flac/src/share/utf8/Makefile.lite

18 lines
274 B
Makefile
Raw Normal View History

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