Add missing things to the distribution.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 13 Apr 2006 06:27:20 +0000 (06:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 13 Apr 2006 06:27:20 +0000 (06:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27650 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Burg/Makefile
utils/Makefile
utils/TableGen/Makefile

index 97750b2a582aa337f022740b2107ce3a2a081352..f40f3eb71d8128b218390236df18bd5e39c7fb50 100644 (file)
@@ -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
 
index fbecca2c005afe5d78c89564ebcd17b7093556b7..d5790126f81fd2c9be521d4f9c10e7dc0357b557 100644 (file)
@@ -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
 
index a7723485e55fa97226e36bb152dda89adbfa121a..b396cd73ff0e769657b4571f710c206ffd783b80 100644 (file)
@@ -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