blob: edcfb157bb02bdc9f1c5612c883e95748696a92a [file] [log] [blame]
Chris Lattner6d47bae2004-01-05 05:28:15 +00001##===- tools/Makefile --------------------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
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 Lattner6d47bae2004-01-05 05:28:15 +00009
Chris Lattner698e9ce2002-12-06 03:53:40 +000010LEVEL := ..
Chris Lattner0ed1f382004-06-01 23:49:55 +000011PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
Reid Spencerdac69c82004-06-07 17:53:43 +000012 analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar \
Brian Gaekedb67ecd2004-07-02 05:59:20 +000013 llvm-bcanalyzer
Chris Lattner00950542001-06-06 20:29:01 +000014
15include $(LEVEL)/Makefile.common
16