diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:27:20 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:27:20 +0000 |
| commit | 56fdf9ed4082ea18d6066f75bdacd744fb8f7c0c (patch) | |
| tree | c0f022037f752342396d94a7f7c1b9654d381a1b /llvm | |
| parent | 04896a7d71287f20edf961756cb509f9cce292ac (diff) | |
| download | bcm5719-llvm-56fdf9ed4082ea18d6066f75bdacd744fb8f7c0c.tar.gz bcm5719-llvm-56fdf9ed4082ea18d6066f75bdacd744fb8f7c0c.zip | |
Add missing things to the distribution.
llvm-svn: 27650
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/Burg/Makefile | 2 | ||||
| -rw-r--r-- | llvm/utils/Makefile | 6 | ||||
| -rw-r--r-- | llvm/utils/TableGen/Makefile | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/llvm/utils/Burg/Makefile b/llvm/utils/Burg/Makefile index 97750b2a582..f40f3eb71d8 100644 --- a/llvm/utils/Burg/Makefile +++ b/llvm/utils/Burg/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = burg BUILT_SOURCES = gram.tab.c gram.tab.h -EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr +EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr burg.shar.gz COPYRIGHT Doc include $(LEVEL)/Makefile.common diff --git a/llvm/utils/Makefile b/llvm/utils/Makefile index fbecca2c005..d5790126f81 100644 --- a/llvm/utils/Makefile +++ b/llvm/utils/Makefile @@ -14,9 +14,9 @@ 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 parseNLT.pl plotNLT.pl \ - profile.pl RegressionFinder.pl userloc.pl webNLT.pl \ - vim llvm-config + NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \ + parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \ + webNLT.pl vim llvm-config include $(LEVEL)/Makefile.common diff --git a/llvm/utils/TableGen/Makefile b/llvm/utils/TableGen/Makefile index a7723485e55..b396cd73ff0 100644 --- a/llvm/utils/TableGen/Makefile +++ b/llvm/utils/TableGen/Makefile @@ -9,6 +9,8 @@ LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = LLVMSupport.a LLVMSystem.a +EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \ + FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs include $(LEVEL)/Makefile.common |

