X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=runtime%2FGCCLibraries%2FMakefile;h=e933add6d999a4006f6b00d73aacb7004bc9f4cc;hb=0b8e02b70404302a83da6868b3ebe1b66e8e1ba8;hp=745dc05ddfecf8908cb9051814374ce8ef7215f4;hpb=ea0ac1fbb3d7d274e54aa157d02383db7c50b563;p=oota-llvm.git diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile index 745dc05ddfe..e933add6d99 100644 --- a/runtime/GCCLibraries/Makefile +++ b/runtime/GCCLibraries/Makefile @@ -1,4 +1,4 @@ -##===- runtime/GCCLibraries/Makefile ------------------------------*- Makefile -*-===## +##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -6,18 +6,7 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -# llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically - -LEVEL = ../.. -include $(LEVEL)/Makefile.config -PARALLEL_DIRS := $(sort $(filter-out README.txt, $(filter-out Makefile, $(filter-out Output, $(filter-out CVS, $(notdir $(wildcard $(SourceDir)/*))))))) -PARALLEL_DIRS := $(filter-out libexception/, $(PARALLEL_DIRS)) +LEVEL := ../.. +PARALLEL_DIRS := libc libgcc libm include $(LEVEL)/Makefile.common - -# Install target for libraries: Copy into the gcc install directory in chris's -# tree... -# -install:: - -clean::