diff options
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,6 +11,7 @@ sources.c = \ src/string.c \ src/testing.c \ src/util.c \ + src/vector.c \ tests.c = \ tests/catalog.c \ @@ -21,6 +22,7 @@ tests.c = \ tests/string.c \ tests/testing.c \ tests/util.c \ + tests/vector.c \ src/catalog.o: src/catalog.h src/i18n.o: src/i18n.h @@ -30,6 +32,7 @@ src/random.o: src/random.h src/string.o: src/string.h src/testing.o: src/testing.h src/util.o: src/util.h +src/vector.o: src/vector.h tests/catalog.o: src/catalog.c src/catalog.h tests/i18n.o: src/i18n.c src/i18n.h @@ -39,6 +42,7 @@ 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 +tests/vector.o: src/vector.c src/vector.h tests/catalog.a: tests/catalog.o tests/i18n.a: tests/i18n.o @@ -48,6 +52,7 @@ tests/random.a: tests/random.o tests/string.a: tests/string.o tests/testing.a: tests/testing.o tests/util.a: tests/util.o +tests/vector.a: tests/vector.o tests/catalog.bin-check: tests/catalog.bin tests/i18n.bin-check: tests/i18n.bin @@ -57,6 +62,7 @@ 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 +tests/vector.bin-check: tests/vector.bin src/catalog.o: src/logerr.h @@ -67,6 +73,7 @@ src/random.o: src/logerr.h src/string.o: src/testing.o: src/util.o: src/logerr.h +src/vector.o: src/logerr.h src/catalog.h src/i18n.h tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h tests/i18n.o: src/catalog.h src/logerr.h @@ -76,6 +83,7 @@ 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 +tests/vector.o: src/logerr.h src/catalog.h src/i18n.h src/testing.h tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o tests/i18n.a: src/catalog.o src/logerr.o @@ -85,3 +93,4 @@ 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 +tests/vector.a: src/logerr.o src/catalog.o src/i18n.o src/testing.o |