Set the new NO_INSTALL flag for build-only tools.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Feb 2007 18:51:28 +0000 (18:51 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Feb 2007 18:51:28 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33967 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Makefile
utils/PerfectShuffle/Makefile
utils/TableGen/Makefile
utils/fpcmp/Makefile

index 667ccbbb78c3b57e6e6186518d0baa4c5669ac42..08d073b1f39ac530e299d735474db005db1c3895 100644 (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 \
index d8d3dd6c675696d3148b66a4c155ca7a6cbcba50..2f29573137f3a05b0b48f3bb0ab632f41f7967a5 100644 (file)
@@ -9,5 +9,6 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-PerfectShuffle
+NO_INSTALL = 1
 include $(LEVEL)/Makefile.common
 
index 64e24e07b595b9dabc6cd97489a3dc9bed221142..5b93bf2e54fcbd5482f27d08d61eeae021309b3d 100644 (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
index 6e12739ac88c6310606b2b2da51ae2de1af5db24..234af089cfd48540b3b3c8dd0d44491ef020301a 100644 (file)
@@ -10,6 +10,7 @@
 LEVEL = ../..
 TOOLNAME = fpcmp
 USEDLIBS = LLVMSupport.a LLVMSystem.a
+NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common