X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06186a8866478b05d56179dc2c5a3c4b3fd3a8f4..aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd:/libs/json/Makefile diff --git a/libs/json/Makefile b/libs/json/Makefile deleted file mode 100644 index 947fce40..00000000 --- a/libs/json/Makefile +++ /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