commit | 2f7c963559dbc6dbda43df77a090a93f94c6625e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jun 06 20:29:01 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jun 06 20:29:01 2001 +0000 |
tree | 095d7b8910fd91af079a547362923a3ed877ded1 | |
parent | 97724f18c79c7cc81ced24239eb5e883bf1398ef [diff] [blame] |
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 +