summaryrefslogtreecommitdiff
path: root/examples/hello_cxxlib/cxxlib/Makefile
blob: 540eb029c12e1c3143491c822075c72140753f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

MKC_SOURCE_FUNCLIBS = dummy # a part of regression test
MKC_SOURCE_DIR.dummy.c := ${.PARSEDIR}

.include <mkc.lib.mk>