aboutsummaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/libs.mk b/libs.mk
new file mode 100644
index 0000000..aab7554
--- /dev/null
+++ b/libs.mk
@@ -0,0 +1,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}