X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FMakefile;h=000705ead23556f6640e059b7c9996e63308b165;hb=a4f4d699ec627e798357929295aecd3d55b8d703;hp=512cc9e06bbab23d5394b7aec902cfbfc871847d;hpb=0a92ebf557e09c0d10cba161a9c59bd48923d2c0;p=oota-llvm.git diff --git a/utils/Makefile b/utils/Makefile index 512cc9e06bb..000705ead23 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,6 +1,21 @@ +##===- utils/Makefile --------------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + LEVEL = .. +PARALLEL_DIRS := TableGen fpcmp PerfectShuffle FileCheck FileUpdate count not unittest -DIRS = Burg TableGen +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 OldenDataRecover.pl \ + parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \ + webNLT.pl vim include $(LEVEL)/Makefile.common -