Chris Lattner | 6d47bae | 2004-01-05 05:28:15 +0000 | [diff] [blame] | 1 | ##===- tools/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 | 6d47bae | 2004-01-05 05:28:15 +0000 | [diff] [blame] | 9 | |
Chris Lattner | 698e9ce | 2002-12-06 03:53:40 +0000 | [diff] [blame] | 10 | LEVEL := .. |
Reid Spencer | 6cf4acc | 2004-10-28 03:53:02 +0000 | [diff] [blame] | 11 | PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \ |
Misha Brukman | 4e8458d | 2005-04-24 17:46:58 +0000 | [diff] [blame] | 12 | analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \ |
Reid Spencer | 7f872bb | 2006-04-20 21:14:39 +0000 | [diff] [blame] | 13 | llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config |
Reid Spencer | 691b3a1 | 2004-12-17 07:59:53 +0000 | [diff] [blame] | 14 | |
Reid Spencer | ac28588 | 2006-05-30 21:20:55 +0000 | [diff] [blame] | 15 | OPTIONAL_DIRS := llvm2cpp |
| 16 | |
Reid Spencer | adbc9b7 | 2006-05-17 21:20:50 +0000 | [diff] [blame] | 17 | include $(LEVEL)/Makefile.common |