hanchenye-llvm-project/polly/tools/GPURuntime/Makefile

17 lines
490 B
Makefile

##===- 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