summaryrefslogtreecommitdiff
path: root/examples/hello_dictd/Makefile
blob: fe7e319189a56a3b445d7b75f29cfea7a9c6f99f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBPRJ  =	libcommon:dict
SUBPRJ +=	libcommon:dictd
SUBPRJ +=	libcommon:dictzip
SUBPRJ +=	libcommon:dictfmt
SUBPRJ +=	libmaa:dict
SUBPRJ +=	libmaa:dictd
SUBPRJ +=	libmaa:dictzip
SUBPRJ +=	libmaa:dictfmt
SUBPRJ +=	libdz:dictzip

# Subproject "doc" has no dependencies
SUBPRJ +=	doc
# and is not built by default
SUBPRJ_DFLT =	dict dictd dictzip dictfmt

.include "test.mk"
.include <mkc.subprj.mk>