blob: 000705ead23556f6640e059b7c9996e63308b165 [file] [log] [blame]
Chris Lattner39975d32004-04-13 20:59:24 +00001##===- utils/Makefile --------------------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner0a92ebf2003-10-05 19:27:59 +00009
Chris Lattner39975d32004-04-13 20:59:24 +000010LEVEL = ..
Daniel Dunbar48f7ce82009-09-24 06:23:57 +000011PARALLEL_DIRS := TableGen fpcmp PerfectShuffle FileCheck FileUpdate count not unittest
Chris Lattner0a92ebf2003-10-05 19:27:59 +000012
Reid Spencerdb4f3362006-04-12 20:54:01 +000013EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
14 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
15 getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
16 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
Reid Spencer28421d02006-04-13 06:27:20 +000017 NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
18 parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
Reid Spencerca432ac2006-04-20 21:15:41 +000019 webNLT.pl vim
Reid Spencer151f8ba2004-10-25 08:27:37 +000020
Chris Lattner0a92ebf2003-10-05 19:27:59 +000021include $(LEVEL)/Makefile.common