aboutsummaryrefslogtreecommitdiff
path: root/deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite
blob: 15492669429706298caa068e2a8755a5b6a745e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# GNU makefile
#

topdir = ../../..

ifeq ($(OS),Darwin)
    EXPLICIT_LIBS = $(libdir)/libFLAC.a $(OGG_EXPLICIT_LIBS) -lm
else
    LIBS = -lFLAC $(OGG_LIBS) -lm
endif

LIB_NAME = libwin_utf8_io
INCLUDES = -I$(topdir)/include

SRCS_C = \
	win_utf8_io.c

include $(topdir)/build/lib.mk

# DO NOT DELETE THIS LINE -- make depend depends on it.