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 | db4f336165f94698316db1f06d8c99363702c300 (patch) | |
tree | 4f2422c41258a859420912dd8d4af920511882e6 /utils/Makefile | |
parent | 0c82def7159d2dda728f1f2f331878ff45d3ba87 (diff) |
Additional files to distribute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/utils/Makefile b/utils/Makefile index 1e04706578..c023644869 100644 --- a/utils/Makefile +++ b/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 |