mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +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:
@ -8,7 +8,7 @@
|
|||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
LEVEL = ..
|
LEVEL = ..
|
||||||
DIRS = TableGen fpcmp PerfectShuffle
|
PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
|
||||||
|
|
||||||
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
|
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
|
||||||
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
||||||
|
@ -9,5 +9,6 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = llvm-PerfectShuffle
|
TOOLNAME = llvm-PerfectShuffle
|
||||||
|
NO_INSTALL = 1
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = tblgen
|
TOOLNAME = tblgen
|
||||||
|
NO_INSTALL = 1;
|
||||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||||
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
|
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
|
||||||
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
|
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = fpcmp
|
TOOLNAME = fpcmp
|
||||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||||
|
NO_INSTALL = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user