summaryrefslogtreecommitdiffstats
path: root/polly/tools/GPURuntime/Makefile
blob: 4822f70218a8a2cfe618cda69d28062c3e7dce6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##===- 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
OpenPOWER on IntegriCloud