Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ##===- utils/Makefile --------------------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | e692fc8 | 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. |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | |
| 10 | LEVEL = .. |
Daniel Dunbar | a8b8071 | 2009-09-24 06:23:57 +0000 | [diff] [blame] | 11 | PARALLEL_DIRS := TableGen fpcmp PerfectShuffle FileCheck FileUpdate count not unittest |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 12 | |
| 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 \ |
| 17 | NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \ |
| 18 | parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \ |
| 19 | webNLT.pl vim |
| 20 | |
| 21 | include $(LEVEL)/Makefile.common |