llvm-6502/lib/Support/Makefile
Vikram S. Adve 6beedac106 Program options class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235 91177308-0d34-0410-b5e6-96231b3b80d8
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