Removed the utils/Makefile file from being copied to the object root tree.
[oota-llvm.git] / runtime / Makefile
index 33386d7b3cf35243859e63dfe522d58c02f98f71..432d71d22658f8cbe1a2b84918c018734bf70958 100644 (file)
@@ -1,2 +1,13 @@
+# llvm/runtime Makefile:  Build all subdirectories automatically
 
-all::
+LEVEL = ..
+PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
+
+include $(LEVEL)/Makefile.common
+
+# Install target for libraries: Copy into the gcc install directory in chris's
+# tree...
+#
+install::
+
+clean::