Program options class.
[oota-llvm.git] / support / lib / Support / Makefile
1 LEVEL = ../..
2
3 DIRS  = 
4
5 LIBRARYNAME = support
6
7 ## List source files in link order
8 Source  = \
9           ProgramOption.o \
10           ProgramOptions.o
11
12 include $(LEVEL)/Makefile.common