mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Add missing things to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b6e67e1ec
commit
28421d0a80
@ -10,7 +10,7 @@ LEVEL = ../..
|
|||||||
TOOLNAME = burg
|
TOOLNAME = burg
|
||||||
BUILT_SOURCES = gram.tab.c gram.tab.h
|
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
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -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 \
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
||||||
getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
|
getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
|
||||||
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
|
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
|
||||||
NightlyTestTemplate.html NLT.schema parseNLT.pl plotNLT.pl \
|
NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
|
||||||
profile.pl RegressionFinder.pl userloc.pl webNLT.pl \
|
parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
|
||||||
vim llvm-config
|
webNLT.pl vim llvm-config
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = tblgen
|
TOOLNAME = tblgen
|
||||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
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
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user