blob: 4cd47dfa0b3faf493a1bfdcb9548e6b8deb0dd6e [file] [log] [blame]
##===- 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 Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common