diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 20:54:01 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 20:54:01 +0000 |
commit | 6a022820988b5804e6c42cbf0a3593eacde1632c (patch) | |
tree | 2cbf32b1b5f8fa634759681e1f3b75e7a7b7df58 /llvm | |
parent | d3d5fc072edeb44828776efce8a4cd5997bc0f79 (diff) | |
download | bcm5719-llvm-6a022820988b5804e6c42cbf0a3593eacde1632c.tar.gz bcm5719-llvm-6a022820988b5804e6c42cbf0a3593eacde1632c.zip |
Additional files to distribute.
llvm-svn: 27627
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/llvm/utils/Makefile b/llvm/utils/Makefile index 1e047065788..c023644869d 100644 --- a/llvm/utils/Makefile +++ b/llvm/utils/Makefile @@ -10,11 +10,13 @@ LEVEL = .. DIRS = Burg TableGen fpcmp -EXTRA_DIST = check-each-file codegen-diff countloc.sh cvsupdate emacs \ - getsrcs.sh llvmdo llvmgrep llvm-native-gcc llvm-native-gxx \ - makellvm NightlyTest.gnuplot NightlyTest.pl \ - NightlyTestTemplate.html profile.pl RegressionFinder.pl vim \ - llvm-config +EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \ + DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ + getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \ + llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \ + NightlyTestTemplate.html NLT.schema parseNTL.pl plotNLT.pl \ + profile.pl RegressionFinder.pl userloc.pl webNLT.pl \ + vim llvm-config include $(LEVEL)/Makefile.common |