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/cmp.c \ src/hash.c \ src/i18n.c \ src/lib.c \ @@ -20,6 +21,7 @@ sources.c = \ tests.c = \ tests/catalog.c \ + tests/cmp.c \ tests/hash.c \ tests/i18n.c \ tests/lib.c \ @@ -35,6 +37,7 @@ tests.c = \ tests/vector.c \ src/catalog.o: src/catalog.h +src/cmp.o: src/cmp.h src/hash.o: src/hash.h src/i18n.o: src/i18n.h src/lib.o: src/lib.h @@ -50,6 +53,7 @@ src/util.o: src/util.h src/vector.o: src/vector.h tests/catalog.o: src/catalog.c src/catalog.h +tests/cmp.o: src/cmp.c src/cmp.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 @@ -65,6 +69,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/cmp.a: tests/cmp.o tests/hash.a: tests/hash.o tests/i18n.a: tests/i18n.o tests/lib.a: tests/lib.o @@ -80,6 +85,7 @@ tests/util.a: tests/util.o tests/vector.a: tests/vector.o tests/catalog.bin-check: tests/catalog.bin +tests/cmp.bin-check: tests/cmp.bin tests/hash.bin-check: tests/hash.bin tests/i18n.bin-check: tests/i18n.bin tests/lib.bin-check: tests/lib.bin @@ -96,6 +102,7 @@ tests/vector.bin-check: tests/vector.bin src/catalog.o: src/logerr.h +src/cmp.o: src/hash.o: src/logerr.h src/random.h src/i18n.o: src/catalog.h src/lib.o: src/logerr.h @@ -111,6 +118,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/cmp.o: src/testing.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 @@ -126,6 +134,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/cmp.a: src/testing.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 |