Use correct value for float HUGH_VAL.
[oota-llvm.git] / runtime / GCCLibraries / Makefile
index d4c329966fe9ac2807314c31e4d3dd377283199c..b976f1248eab58134a87a8f7906f245ee03da810 100644 (file)
@@ -1,14 +1,12 @@
-# llvm/runtime/GCCLibraries Makefile:  Build all subdirectories automatically
-
-LEVEL = ../..
-PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
-PARALLEL_DIRS := $(filter-out libexception/, $(PARALLEL_DIRS))
-
-include $(LEVEL)/Makefile.common
-
-# Install target for libraries: Copy into the gcc install directory in chris's
-# tree...
+##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
 #
-install::
+# 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.
+# 
+##===----------------------------------------------------------------------===##
 
-clean::
+LEVEL := ../..
+PARALLEL_DIRS := crtend libc libgcc libm 
+include $(LEVEL)/Makefile.common