Rearrange order to build more frequently used tools first and make the
[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 # Note .. the tools are organized in triples consisting of one large and two
12 # small executables. This is done to minimize memory load in parallel builds.
13 # Please retain this ordering.
14 PARALLEL_DIRS := llvm-config \
15                  opt llvm-as llvm-dis \
16                  llc llvm-ranlib llvm-ar \
17                  lli llvm-link llvm-nm \
18                  bugpoint llvm-db llvm-extract \
19                  gccas llvm-bcanalyzer llvm-stub \
20                  gccld llvm2cpp \
21                  llvm-ld llvmc llvm-prof
22
23 include $(LEVEL)/Makefile.common