aboutsummaryrefslogtreecommitdiff
path: root/libs.config.mk
blob: 606718f4db63e08b4a5321b79141244b68d13dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# See LICENSE file for copyright and license details.

LIBDIR = lib

LIBSTR_VER = 0.0.0-a1
LIBSTR     = cstr-${LIBSTR_VER}
LIBSTR_INC = -I${LIBDIR}/${LIBSTR}/src
LIBSTR_LIB = -L${LIBDIR}/${LIBSTR} -l:libstr.a

LIBINC = ${LIBSTR_INC}
LIBS   = ${LIBSTR_LIB}