add CHD support.
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / share / win_utf8_io / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../../..
6
7 ifeq ($(OS),Darwin)
8     EXPLICIT_LIBS = $(libdir)/libFLAC.a $(OGG_EXPLICIT_LIBS) -lm
9 else
10     LIBS = -lFLAC $(OGG_LIBS) -lm
11 endif
12
13 LIB_NAME = libwin_utf8_io
14 INCLUDES = -I$(topdir)/include
15
16 SRCS_C = \
17         win_utf8_io.c
18
19 include $(topdir)/build/lib.mk
20
21 # DO NOT DELETE THIS LINE -- make depend depends on it.