blob: 667ccbbb78c3b57e6e6186518d0baa4c5669ac42 [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#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner0a92ebf2003-10-05 19:27:59 +00009
Chris Lattner39975d32004-04-13 20:59:24 +000010LEVEL = ..
Reid Spencer63ed92e2006-04-20 18:39:19 +000011DIRS = TableGen fpcmp PerfectShuffle
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