summaryrefslogtreecommitdiff
path: root/support/lib/Support/Makefile
blob: 7a41c62b04e7a1846fda70ae7c2770ed43db62d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LEVEL = ../..

DIRS  = 

LIBRARYNAME = support

## List source files in link order
Source  = \
	  ProgramOption.o \
	  ProgramOptions.o

include $(LEVEL)/Makefile.common