blob: bc252aa424b75aa6d9e2d1c911cbd23197849126 [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 \
Chris Lattner6d47bae2004-01-05 05:28:15 +000012 analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar
Chris Lattner00950542001-06-06 20:29:01 +000013
14include $(LEVEL)/Makefile.common
15