X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=3c78ec3f92cae3d885669bf0b868e39d94c01357;hb=1e2385b941242f2f96398dc62767420622856149;hp=71534d16f04ab68fb795edd6e1ca53c983999db0;hpb=b68e33476ea90e84c261d065d852b998836b9238;p=oota-llvm.git diff --git a/Makefile b/Makefile index 71534d16f04..3c78ec3f92c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,11 @@ +##===- ./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 = . DIRS = lib/Support utils lib tools runtime OPTIONAL_DIRS = projects @@ -14,6 +22,9 @@ distclean:: clean $(LEVEL)/config.log \ $(LEVEL)/TAGS +tools-only: + @for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done + AUTOCONF = autoconf AUTOHEADER = autoheader