blob: e262b2ace3a3228cd03c6049acceef2a85029d29 [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 := ..
Reid Spencer6cf4acc2004-10-28 03:53:02 +000011PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
Misha Brukman4e8458d2005-04-24 17:46:58 +000012 analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
Reid Spencer7f872bb2006-04-20 21:14:39 +000013 llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
Reid Spencer691b3a12004-12-17 07:59:53 +000014
Reid Spencerac285882006-05-30 21:20:55 +000015OPTIONAL_DIRS := llvm2cpp
16
Reid Spenceradbc9b72006-05-17 21:20:50 +000017include $(LEVEL)/Makefile.common