Files
clang-p2996/polly/lib/CodeGen/Makefile
2012-12-29 15:09:03 +00:00

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