7a062e54f1eeabc45130ade4cfb88ec2e041f8a6
[oota-llvm.git] / tools / Makefile
1 ##===- tools/Makefile --------------------------------------*- Makefile -*-===##
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 ##===----------------------------------------------------------------------===##
9
10 LEVEL := ..
11 PARALLEL_DIRS := llvm-config opt llvm-as -llvm-dis llc llvm-bcanalyzer \
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
15
16 include $(LEVEL)/Makefile.common