summaryrefslogtreecommitdiffstats
path: root/lib/liballoc/common.mk
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-05-20 13:25:38 +0200
committerLouis Burda <quent.burda@gmail.com>2024-05-20 13:25:38 +0200
commit434cb3d1f03912716b75d9d6704d9c6c3a810195 (patch)
treedbdc8d34e7d6c716db3ed6d2691d8eed14d4498e /lib/liballoc/common.mk
parent06a107d6fad2dc5280fefed2ce25e48d5a42f309 (diff)
downloadlibstrvec-c-434cb3d1f03912716b75d9d6704d9c6c3a810195.tar.gz
libstrvec-c-434cb3d1f03912716b75d9d6704d9c6c3a810195.zip
Add libs as subgit modules
Diffstat (limited to 'lib/liballoc/common.mk')
-rw-r--r--lib/liballoc/common.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/liballoc/common.mk b/lib/liballoc/common.mk
new file mode 100644
index 0000000..fe00d79
--- /dev/null
+++ b/lib/liballoc/common.mk
@@ -0,0 +1,9 @@
+LIBALLOC_A = build/liballoc.a
+LIBALLOC_A_SRC = src/allocator.c
+LIBALLOC_A_DEP = $(LIBALLOC_A_SRC) include/allocator.h
+LIBALLOC_A_SRCDEP = $(LIBALLOC_A_DEP)
+
+LIBALLOC_SO = build/liballoc.so
+LIBALLOC_SO_SRC = src/allocator.c
+LIBALLOC_SO_DEP = $(LIBALLOC_SO_SRC) include/allocator.h
+LIBALLOC_SO_SRCDEP = $(LIBALLOC_SO_DEP)