summaryrefslogtreecommitdiff
path: root/tools/Makefile
blob: 4788bfbcce1edc94189dafa29cd500b0e33cca4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
# 
#                     The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
# 
##===----------------------------------------------------------------------===##

LEVEL := ..
PARALLEL_DIRS := llvm-config opt llvm-as llvm-dis llc llvm-bcanalyzer \
                 llvm-extract lli llvm-db llvm-ar llvm-ld llvm-prof llvm-nm \
                 gccas llvm-ranlib llvm-stub gccld llvm2cpp \
                 bugpoint llvmc llvm-link

include $(LEVEL)/Makefile.common