parent
04896a7d71
commit
56fdf9ed40
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue