aboutsummaryrefslogtreecommitdiff
path: root/deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite
diff options
context:
space:
mode:
Diffstat (limited to 'deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite')
-rw-r--r--deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite21
1 files changed, 0 insertions, 21 deletions
diff --git a/deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite b/deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite
deleted file mode 100644
index 1549266..0000000
--- a/deps/flac-1.3.2/src/share/win_utf8_io/Makefile.lite
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# 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.