Program options class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve
2001-07-21 12:43:07 +00:00
parent cb465fc71e
commit 6beedac106
4 changed files with 411 additions and 0 deletions

12
lib/Support/Makefile Normal file
View File

@@ -0,0 +1,12 @@
LEVEL = ../..
DIRS =
LIBRARYNAME = support
## List source files in link order
Source = \
ProgramOption.o \
ProgramOptions.o
include $(LEVEL)/Makefile.common