summaryrefslogtreecommitdiffstats
path: root/polly/lib/JSON/Makefile
blob: 9f1d2df826e109b0ef6c4d5094d5ba2d463e01bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
OpenPOWER on IntegriCloud