##===----------------------------------------------------------------------===##
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 \
LEVEL = ../..
TOOLNAME = llvm-PerfectShuffle
+NO_INSTALL = 1
include $(LEVEL)/Makefile.common
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
LEVEL = ../..
TOOLNAME = fpcmp
USEDLIBS = LLVMSupport.a LLVMSystem.a
+NO_INSTALL = 1
include $(LEVEL)/Makefile.common