aboutsummaryrefslogtreecommitdiff
path: root/libs.mk
blob: aab7554e2270b787f3a273b832b14926e00a818d (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${LIB_DIR}/${LIBSTR}/src
LIBSTR_LIB = -L${LIB_DIR}/${LIBSTR} -l:libstr.a

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