mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
e0aef2de81
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133172 91177308-0d34-0410-b5e6-96231b3b80d8
28 lines
735 B
Makefile
28 lines
735 B
Makefile
##===- 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.
|
|
BUILT_SOURCES = PTXGenAsmWriter.inc \
|
|
PTXGenCallingConv.inc \
|
|
PTXGenDAGISel.inc \
|
|
PTXGenInstrInfo.inc \
|
|
PTXGenInstrNames.inc \
|
|
PTXGenRegisterInfo.inc \
|
|
PTXGenRegisterInfo.h.inc \
|
|
PTXGenRegisterNames.inc \
|
|
PTXGenSubtarget.inc
|
|
|
|
DIRS = TargetInfo
|
|
|
|
include $(LEVEL)/Makefile.common
|