Program options class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
new file mode 100644
index 0000000..7a41c62
--- /dev/null
+++ b/lib/Support/Makefile
@@ -0,0 +1,12 @@
+LEVEL = ../..
+
+DIRS  = 
+
+LIBRARYNAME = support
+
+## List source files in link order
+Source  = \
+	  ProgramOption.o \
+	  ProgramOptions.o
+
+include $(LEVEL)/Makefile.common