]> git.stg.codes - stg.git/blobdiff - stglibs/json.lib/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stglibs / json.lib / Makefile
diff --git a/stglibs/json.lib/Makefile b/stglibs/json.lib/Makefile
deleted file mode 100644 (file)
index 947fce4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $
-###############################################################################
-
-LIB_NAME = stgjson
-
-STGLIBS = -lstgcommon
-LIBS =
-
-SRCS =  parser.cpp \
-        generator.cpp
-
-INCS = json_parser.h \
-       json_generator.h
-
-LIB_INCS = -I ../common.lib/include
-
-include ../Makefile.in