diff options
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,7 @@ catalogs.msg = $(catalogs.en.msg) sources.c = \ src/catalog.c \ + src/hash.c \ src/i18n.c \ src/lib.c \ src/logerr.c \ @@ -18,6 +19,7 @@ sources.c = \ tests.c = \ tests/catalog.c \ + tests/hash.c \ tests/i18n.c \ tests/lib.c \ tests/logerr.c \ @@ -31,6 +33,7 @@ tests.c = \ tests/vector.c \ src/catalog.o: src/catalog.h +src/hash.o: src/hash.h src/i18n.o: src/i18n.h src/lib.o: src/lib.h src/logerr.o: src/logerr.h @@ -44,6 +47,7 @@ src/util.o: src/util.h src/vector.o: src/vector.h tests/catalog.o: src/catalog.c src/catalog.h +tests/hash.o: src/hash.c src/hash.h 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 @@ -57,6 +61,7 @@ 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/hash.a: tests/hash.o tests/i18n.a: tests/i18n.o tests/lib.a: tests/lib.o tests/logerr.a: tests/logerr.o @@ -70,6 +75,7 @@ tests/util.a: tests/util.o tests/vector.a: tests/vector.o tests/catalog.bin-check: tests/catalog.bin +tests/hash.bin-check: tests/hash.bin tests/i18n.bin-check: tests/i18n.bin tests/lib.bin-check: tests/lib.bin tests/logerr.bin-check: tests/logerr.bin @@ -84,6 +90,7 @@ tests/vector.bin-check: tests/vector.bin src/catalog.o: src/logerr.h +src/hash.o: src/logerr.h src/random.h src/i18n.o: src/catalog.h src/lib.o: src/logerr.h src/logerr.o: @@ -97,6 +104,7 @@ src/util.o: src/logerr.h src/vector.o: src/catalog.h src/i18n.h src/logerr.h src/math.h src/util.h tests/catalog.o: src/logerr.h src/testing.h src/util.h tests/slurp.h +tests/hash.o: src/logerr.h src/random.h src/testing.h tests/i18n.o: src/catalog.h src/logerr.h tests/lib.o: src/logerr.h tests/logerr.o: src/testing.h src/util.h tests/slurp.h @@ -110,6 +118,7 @@ tests/util.o: src/logerr.h src/testing.h tests/slurp.h tests/vector.o: src/catalog.h src/i18n.h src/logerr.h src/math.h src/util.h src/testing.h tests/catalog.a: src/logerr.o src/testing.o src/util.o tests/slurp.o +tests/hash.a: src/logerr.o src/random.o src/testing.o src/util.o tests/i18n.a: src/catalog.o src/logerr.o tests/lib.a: src/logerr.o tests/logerr.a: src/testing.o src/util.o tests/slurp.o |