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:
Reid Spencer 2007-02-06 18:51:28 +00:00
parent 95d97b90e8
commit c9c1787907
4 changed files with 4 additions and 1 deletions

View File

@ -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 \

View File

@ -9,5 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-PerfectShuffle
NO_INSTALL = 1
include $(LEVEL)/Makefile.common

View File

@ -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

View File

@ -10,6 +10,7 @@
LEVEL = ../..
TOOLNAME = fpcmp
USEDLIBS = LLVMSupport.a LLVMSystem.a
NO_INSTALL = 1
include $(LEVEL)/Makefile.common