summaryrefslogtreecommitdiff
path: root/examples/hello_cxxlib/cxxlib/Makefile
blob: a9f974acefb38420f9c30f08fb06da67d2b3b541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIB =		cxxlib

WARNS = 4

SHLIB_MAJOR =	1
SHLIB_MINOR =	0
SHLIB_TEENY =	5

INCS =		hello_msg.h impl/hello_msg1.h impl/hello_msg2.h

INCSSRCDIR =	include

SRCS =		hello_msg1.cpp hello_msg2.cpp

.include <mkc.lib.mk>