add CHD support.
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / share / utf8 / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../../..
6 libdir = $(topdir)/objs/$(BUILD)/lib
7
8 LIB_NAME = libutf8
9
10 ifeq ($(OS),Darwin)
11     EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(ICONV_LIBS)
12 else
13     LIBS = -lgrabbag $(ICONV_LIBS)
14 endif
15
16 INCLUDES = -I$(topdir)/include
17
18 SRCS_C = \
19         charset.c \
20         iconvert.c \
21         utf8.c
22
23 include $(topdir)/build/lib.mk
24
25 # DO NOT DELETE THIS LINE -- make depend depends on it.