]> git.stg.codes - stg.git/blob - stglibs/json.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / json.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = stgjson
6
7 STGLIBS = -lstgcommon
8 LIBS =
9
10 SRCS =  parser.cpp \
11         generator.cpp
12
13 INCS = json_parser.h \
14        json_generator.h
15
16 LIB_INCS = -I ../common.lib/include
17
18 include ../Makefile.in