Initial checkin of the "Hello World" Pass.

llvm-svn: 3266
diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile
new file mode 100644
index 0000000..0a4746d
--- /dev/null
+++ b/llvm/lib/Transforms/Hello/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../..
+LIBRARYNAME = hello
+SHARED_LIBRARY = 1
+
+include $(LEVEL)/Makefile.common
+