Vikram S. Adve 1b172a1df5 Program options class.
llvm-svn: 235
2001-07-21 12:43:07 +00:00

13 lines
170 B
Makefile

LEVEL = ../..
DIRS =
LIBRARYNAME = support
## List source files in link order
Source = \
ProgramOption.o \
ProgramOptions.o
include $(LEVEL)/Makefile.common