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 \
|
|
|
|
PTXGenInstrNames.inc \
|
|
|
|
PTXGenRegisterInfo.inc \
|
|
|
|
PTXGenRegisterInfo.h.inc \
|
|
|
|
PTXGenRegisterNames.inc \
|
|
|
|
PTXGenSubtarget.inc
|
2010-09-07 18:14:24 +00:00
|
|
|
|
2010-11-14 18:43:56 +00:00
|
|
|
DIRS = TargetInfo
|
2010-09-07 18:14:24 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|