Initial revision

llvm-svn: 2
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile
new file mode 100644
index 0000000..1f74058
--- /dev/null
+++ b/llvm/lib/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ..
+DIRS = VMCore Analysis Assembly Bytecode Optimizations
+
+include $(LEVEL)/Makefile.common
+