2011-04-29 14:27:02 +08:00
|
|
|
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ..
|
|
|
|
DIRS :=
|
|
|
|
|
2012-06-11 17:25:01 +08:00
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
|
|
|
# GPU Runtime Support
|
|
|
|
ifeq ($(CUDALIB_FOUND), yes)
|
|
|
|
DIRS += GPURuntime
|
|
|
|
endif
|
|
|
|
|
2011-04-29 14:27:02 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|