blob: 0cfaf1846d9a3ea25de084415426abcfae9945ea [file] [log] [blame]
Chris Lattner9a3ac1a2004-04-13 20:59:24 +00001##===- utils/Makefile --------------------------------------*- Makefile -*-===##
John Criswellabe5cdc2003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner8fa21ac2007-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 Criswellabe5cdc2003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerf5bd1b72003-10-05 19:27:59 +00009
Chris Lattner9a3ac1a2004-04-13 20:59:24 +000010LEVEL = ..
Reid Spencer008e65f2007-02-06 18:51:28 +000011PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000012
Reid Spencer6a022822006-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 Spencer56fdf9e2006-04-13 06:27:20 +000017 NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
18 parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
Reid Spencer68260312006-04-20 21:15:41 +000019 webNLT.pl vim
Reid Spencer100080c2004-10-25 08:27:37 +000020
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000021include $(LEVEL)/Makefile.common