blob: bf94f52ab1c696ca250389818dcf5764f5c88e90 [file] [log] [blame]
##===- polly/lib/Exchange/Makefile ----------------*- Makefile -*-===##
#
# Indicate where we are relative to the top of the source tree.
#
LEVEL=../..
LIBRARYNAME=pollyanalysis
USEDLIBS = pollysupport.a
BUILD_ARCHIVE = 1
CPP.Flags += $(POLLY_INC)
#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common