Remove support for memset
[oota-llvm.git] / runtime / Makefile
index 33386d7b3cf35243859e63dfe522d58c02f98f71..2fad2286f87684a33440bd80055f1837e984b119 100644 (file)
@@ -1,2 +1,13 @@
+# Libraries Makefile:  Build all subdirectories automatically
 
-all::
+LEVEL = ../..
+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::