X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2FMakefile;h=c6ac3dc821ada50f97bcb3e7ccc6e9a4c84dc522;hb=2423db0e8577e769ac5ad4e567808e43daf37945;hp=c69e774d1c442b5d17755ea0180a3f322c02a00e;hpb=ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee;p=oota-llvm.git diff --git a/tools/Makefile b/tools/Makefile index c69e774d1c4..c6ac3dc821a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,15 @@ -LEVEL = .. -DIRS = dis as opt analyze llc +##===- tools/Makefile --------------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL := .. +PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ + analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar include $(LEVEL)/Makefile.common