mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Set the new NO_INSTALL flag for build-only tools.
llvm-svn: 33967
This commit is contained in:
parent
52c07ebe15
commit
9f642b1776
@ -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…
Reference in New Issue
Block a user