From ba26ebece8f5be84e9bd6315611d412af797147e Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 29 Apr 2011 08:23:34 +0200 Subject: [PATCH] Add forgotten Makefile --- lib/JSON/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 lib/JSON/Makefile diff --git a/lib/JSON/Makefile b/lib/JSON/Makefile new file mode 100755 index 0000000..9f1d2df --- /dev/null +++ b/lib/JSON/Makefile @@ -0,0 +1,16 @@ +##===- polly/lib/Support/Makefile ----------------*- Makefile -*-===## + +# +# Indicate where we are relative to the top of the source tree. +# +LEVEL=../.. + +LIBRARYNAME=pollyjson +BUILD_ARCHIVE = 1 + +CPP.Flags += $(POLLY_INC) + +# +# Include Makefile.common so we know what to do. +# +include $(LEVEL)/Makefile.common -- 2.11.4.GIT