Chris Lattner | 144992e | 2004-01-05 05:28:15 +0000 | [diff] [blame] | 1 | ##===- tools/Makefile --------------------------------------*- Makefile -*-===## |
John Criswell | abe5cdc | 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 | 144992e | 2004-01-05 05:28:15 +0000 | [diff] [blame] | 9 | |
Chris Lattner | 71b82e3 | 2002-12-06 03:53:40 +0000 | [diff] [blame] | 10 | LEVEL := .. |
Reid Spencer | 37162a5 | 2006-08-23 00:06:14 +0000 | [diff] [blame^] | 11 | PARALLEL_DIRS := llvm-config opt llvm-as llvm-dis llc llvm-bcanalyzer \ |
Reid Spencer | 9afdac4 | 2006-08-22 23:21:21 +0000 | [diff] [blame] | 12 | llvm-extract lli llvm-db llvm-ar llvm-ld llvm-prof llvm-nm \ |
| 13 | gccas llvm-ranlib llvm-stub gccld llvm2cpp \ |
| 14 | bugpoint llvmc llvm-link |
Reid Spencer | c3b9370 | 2006-05-30 21:20:55 +0000 | [diff] [blame] | 15 | |
Reid Spencer | 1df84eb | 2006-05-17 21:20:50 +0000 | [diff] [blame] | 16 | include $(LEVEL)/Makefile.common |