blob: 4822f70218a8a2cfe618cda69d28062c3e7dce6e [file] [log] [blame]
##===- polly/lib/GPURuntime/Makefile -----------------------*- Makefile -*-===##
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = libGPURuntime
LOADABLE_MODULE = 1
include $(LEVEL)/Makefile.config
CPP.Flags += $(POLLY_INC)
include $(LEVEL)/Makefile.common