blob: c6ac3dc821ada50f97bcb3e7ccc6e9a4c84dc522 [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 := ..
Misha Brukmanc679d7e2003-09-16 15:21:52 +000011PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
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