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

19 lines
344 B
Makefile

##===- polly/lib/CodeGen/Makefile ----------------*- Makefile -*-===##
#
# Indicate where we are relative to the top of the source tree.
#
LEVEL=../..
LIBRARYNAME=pollycodegen
BUILD_ARCHIVE = 1
CPP.Flags += $(POLLY_INC)
include $(LEVEL)/Makefile.config
#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common