Rename bunch of variables.
[oota-llvm.git] / runtime / GCCLibraries / Makefile
index 745dc05ddfecf8908cb9051814374ce8ef7215f4..e933add6d999a4006f6b00d73aacb7004bc9f4cc 100644 (file)
@@ -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::