summaryrefslogtreecommitdiff
path: root/examples/tools/Makefile
blob: 5077390c3000421d61f97ece0f2034a4d3f5bcc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBPRJ  = libs/foo:tools/prog1
SUBPRJ += libs/bar:tools/prog2
SUBPRJ += libs/foo:tools/prog3 libs/bar:tools/prog3
SUBPRJ += libs/qux:tools/prog4

# target "check" is used for testing because "test" is used by mk-configure
TARGETS = check

NODEPS +=	check-libs/*:check check-libs/*:check-tools/*

# for regression test only
_THISDIR_ =
.export _THISDIR_

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