1 ##===- tools/Makefile --------------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
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.
8 ##===----------------------------------------------------------------------===##
11 PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
12 analyze extract bugpoint llvm-nm llvm-prof llvm-db \
13 llvm-ar llvm-bcanalyzer llee llvmc llvm-ld
15 EXTRA_DIST := Makefile.JIT
17 include $(LEVEL)/Makefile.config
20 PARALLEL_DIRS := $(filter-out llee, $(PARALLEL_DIRS))
23 include $(LEVEL)/Makefile.common