blob: 0242b268ba0502497c75bbd26ac09fea24175375 [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 $(LEVEL)/Makefile.config
#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common