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 | # |
Chris Lattner | 5116784 | 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 | e2fab73 | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 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 = .. |
Daniel Dunbar | b7698a4 | 2010-08-02 00:39:42 +0000 | [diff] [blame] | 11 | PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ |
Michael J. Spencer | a915f24 | 2012-08-02 19:16:56 +0000 | [diff] [blame] | 12 | count fpcmp llvm-lit not unittest yaml2obj |
Chris Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 13 | |
Daniel Dunbar | 5b10656 | 2012-02-15 19:24:11 +0000 | [diff] [blame] | 14 | EXTRA_DIST := check-each-file codegen-diff countloc.sh \ |
Reid Spencer | db4f336 | 2006-04-12 20:54:01 +0000 | [diff] [blame] | 15 | DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ |
Daniel Dunbar | 5b10656 | 2012-02-15 19:24:11 +0000 | [diff] [blame] | 16 | getsrcs.sh llvmdo llvmgrep llvm-native-gcc \ |
| 17 | llvm-native-gxx makellvm profile.pl vim |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 18 | |
Chris Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 19 | include $(LEVEL)/Makefile.common |