blob: 0d5cd28b61a36b891557bec137e28bac4a725c15 [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 = ..
Daniel Dunbara19db352010-08-02 00:39:42 +000011PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
12 count fpcmp llvm-lit not unittest
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000013
Reid Spencer6a022822006-04-12 20:54:01 +000014EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
16 getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
Reid Spencer56fdf9e2006-04-13 06:27:20 +000018 NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
19 parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
Reid Spencer68260312006-04-20 21:15:41 +000020 webNLT.pl vim
Reid Spencer100080c2004-10-25 08:27:37 +000021
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000022include $(LEVEL)/Makefile.common