hanchenye-llvm-project/polly/lib/JSON/Makefile

17 lines
307 B
Makefile
Executable File

##===- 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