summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk
index c1f2384..0dd69dc 100644
--- a/deps.mk
+++ b/deps.mk
@@ -8,6 +8,7 @@ sources.c = \
src/lib.c \
src/logerr.c \
src/random.c \
+ src/string.c \
src/testing.c \
src/util.c \
@@ -17,6 +18,7 @@ tests.c = \
tests/lib.c \
tests/logerr.c \
tests/random.c \
+ tests/string.c \
tests/testing.c \
tests/util.c \
@@ -25,6 +27,7 @@ src/i18n.o: src/i18n.h
src/lib.o: src/lib.h
src/logerr.o: src/logerr.h
src/random.o: src/random.h
+src/string.o: src/string.h
src/testing.o: src/testing.h
src/util.o: src/util.h
@@ -33,6 +36,7 @@ tests/i18n.o: src/i18n.c src/i18n.h
tests/lib.o: src/lib.c src/lib.h
tests/logerr.o: src/logerr.c src/logerr.h
tests/random.o: src/random.c src/random.h
+tests/string.o: src/string.c src/string.h
tests/testing.o: src/testing.c src/testing.h
tests/util.o: src/util.c src/util.h
@@ -41,6 +45,7 @@ tests/i18n.a: tests/i18n.o
tests/lib.a: tests/lib.o
tests/logerr.a: tests/logerr.o
tests/random.a: tests/random.o
+tests/string.a: tests/string.o
tests/testing.a: tests/testing.o
tests/util.a: tests/util.o
@@ -49,6 +54,7 @@ tests/i18n.bin-check: tests/i18n.bin
tests/lib.bin-check: tests/lib.bin
tests/logerr.bin-check: tests/logerr.bin
tests/random.bin-check: tests/random.bin
+tests/string.bin-check: tests/string.bin
tests/testing.bin-check: tests/testing.bin
tests/util.bin-check: tests/util.bin
@@ -58,6 +64,7 @@ src/i18n.o: src/catalog.h
src/lib.o: src/logerr.h
src/logerr.o:
src/random.o: src/logerr.h
+src/string.o:
src/testing.o:
src/util.o: src/logerr.h
@@ -66,6 +73,7 @@ tests/i18n.o: src/catalog.h src/logerr.h
tests/lib.o: src/logerr.h
tests/logerr.o: src/testing.h tests/slurp.h
tests/random.o: src/logerr.h src/testing.h
+tests/string.o:
tests/testing.o:
tests/util.o: src/logerr.h src/testing.h tests/slurp.h
@@ -74,5 +82,6 @@ tests/i18n.a: src/catalog.o src/logerr.o
tests/lib.a: src/logerr.o
tests/logerr.a: src/testing.o tests/slurp.o
tests/random.a: src/logerr.o src/testing.o
+tests/string.a:
tests/testing.a:
tests/util.a: src/logerr.o src/testing.o tests/slurp.o