Chris Lattner | 39975d3 | 2004-04-13 20:59:24 +0000 | [diff] [blame] | 1 | ##===- utils/Makefile --------------------------------------*- Makefile -*-===## |
John Criswell | e2fab73 | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 2 | # |
| 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 Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 9 | |
Chris Lattner | 39975d3 | 2004-04-13 20:59:24 +0000 | [diff] [blame] | 10 | LEVEL = .. |
Reid Spencer | 63ed92e | 2006-04-20 18:39:19 +0000 | [diff] [blame] | 11 | DIRS = TableGen fpcmp PerfectShuffle |
Chris Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 12 | |
Reid Spencer | db4f336 | 2006-04-12 20:54:01 +0000 | [diff] [blame] | 13 | EXTRA_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 Spencer | 28421d0 | 2006-04-13 06:27:20 +0000 | [diff] [blame] | 17 | NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \ |
| 18 | parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \ |
Reid Spencer | ca432ac | 2006-04-20 21:15:41 +0000 | [diff] [blame] | 19 | webNLT.pl vim |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 20 | |
Chris Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 21 | include $(LEVEL)/Makefile.common |