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