summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/libflac/src/share/utf8/Makefile.lite
blob: 95e4a7fafc3b12d7111eea84b29daabcfffd0e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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.