2010-09-07 18:14:24 +00:00
|
|
|
##===- lib/Target/PTX/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 = LLVMPTXCodeGen
|
|
|
|
TARGET = PTX
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2010-09-18 18:52:28 +00:00
|
|
|
BUILT_SOURCES = PTXGenAsmWriter.inc \
|
|
|
|
PTXGenDAGISel.inc \
|
|
|
|
PTXGenInstrInfo.inc \
|
|
|
|
PTXGenRegisterInfo.inc \
|
2011-07-01 22:36:09 +00:00
|
|
|
PTXGenSubtargetInfo.inc
|
2010-09-07 18:14:24 +00:00
|
|
|
|
2011-09-28 14:32:04 +00:00
|
|
|
DIRS = InstPrinter TargetInfo MCTargetDesc
|
2010-09-07 18:14:24 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|