mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Set the new NO_INSTALL flag for build-only tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95d97b90e8
commit
c9c1787907
@ -8,7 +8,7 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ..
|
||||
DIRS = TableGen fpcmp PerfectShuffle
|
||||
PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
|
||||
|
||||
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
|
||||
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
||||
|
@ -9,5 +9,6 @@
|
||||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llvm-PerfectShuffle
|
||||
NO_INSTALL = 1
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = tblgen
|
||||
NO_INSTALL = 1;
|
||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
|
||||
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
|
||||
|
@ -10,6 +10,7 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = fpcmp
|
||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||
NO_INSTALL = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user