Chris Lattner | 9a3ac1a | 2004-04-13 20:59:24 +0000 | [diff] [blame] | 1 | ##===- utils/Makefile --------------------------------------*- Makefile -*-===## |
John Criswell | abe5cdc | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 8fa21ac | 2007-12-29 20:07:17 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
John Criswell | abe5cdc | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | f5bd1b7 | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 9 | |
Chris Lattner | 9a3ac1a | 2004-04-13 20:59:24 +0000 | [diff] [blame] | 10 | LEVEL = .. |
Daniel Dunbar | a19db35 | 2010-08-02 00:39:42 +0000 | [diff] [blame] | 11 | PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ |
| 12 | count fpcmp llvm-lit not unittest |
Chris Lattner | f5bd1b7 | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 13 | |
Dan Gohman | b3f5c6e | 2010-08-04 16:09:01 +0000 | [diff] [blame] | 14 | EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \ |
Reid Spencer | 6a02282 | 2006-04-12 20:54:01 +0000 | [diff] [blame] | 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 \ |
Chris Lattner | 50774e8f | 2010-10-02 18:49:27 +0000 | [diff] [blame] | 18 | NightlyTestTemplate.html NLT.schema \ |
Dan Gohman | 1a41e6e | 2010-08-04 16:10:42 +0000 | [diff] [blame] | 19 | parseNLT.pl plotNLT.pl profile.pl \ |
Reid Spencer | 6826031 | 2006-04-20 21:15:41 +0000 | [diff] [blame] | 20 | webNLT.pl vim |
Reid Spencer | 100080c | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 21 | |
Chris Lattner | f5bd1b7 | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 22 | include $(LEVEL)/Makefile.common |