aboutsummaryrefslogtreecommitdiff
path: root/libs.config.mk
blob: 885486048d46d98bd7d66fb7cd3fa2f871a86014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
LIBSTR_PATH  = ${LIBDIR}/${LIBSTR}/libstr.a

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