blob: a8f9a7ae22947fce038baf459f48c2b36ff7b7fa [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/Makefile ------------------------------*- Makefile -*-===##
2#
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 Lattner698e9ce2002-12-06 03:53:40 +00009LEVEL := ..
Misha Brukmanc679d7e2003-09-16 15:21:52 +000010PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
Chris Lattner784fa182003-10-16 17:46:21 +000011 analyze extract bugpoint llvm-nm llvm-ar
Chris Lattner00950542001-06-06 20:29:01 +000012
13include $(LEVEL)/Makefile.common
14