diff options
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -9,8 +9,10 @@ sources.c = \ src/logerr.c \ src/math.c \ src/random.c \ + src/set.c \ src/string.c \ src/testing.c \ + src/tree.c \ src/util.c \ src/vector.c \ @@ -21,8 +23,10 @@ tests.c = \ tests/logerr.c \ tests/math.c \ tests/random.c \ + tests/set.c \ tests/string.c \ tests/testing.c \ + tests/tree.c \ tests/util.c \ tests/vector.c \ @@ -32,8 +36,10 @@ src/lib.o: src/lib.h src/logerr.o: src/logerr.h src/math.o: src/math.h src/random.o: src/random.h +src/set.o: src/set.h src/string.o: src/string.h src/testing.o: src/testing.h +src/tree.o: src/tree.h src/util.o: src/util.h src/vector.o: src/vector.h @@ -43,8 +49,10 @@ tests/lib.o: src/lib.c src/lib.h tests/logerr.o: src/logerr.c src/logerr.h tests/math.o: src/math.c src/math.h tests/random.o: src/random.c src/random.h +tests/set.o: src/set.c src/set.h tests/string.o: src/string.c src/string.h tests/testing.o: src/testing.c src/testing.h +tests/tree.o: src/tree.c src/tree.h tests/util.o: src/util.c src/util.h tests/vector.o: src/vector.c src/vector.h @@ -54,8 +62,10 @@ tests/lib.a: tests/lib.o tests/logerr.a: tests/logerr.o tests/math.a: tests/math.o tests/random.a: tests/random.o +tests/set.a: tests/set.o tests/string.a: tests/string.o tests/testing.a: tests/testing.o +tests/tree.a: tests/tree.o tests/util.a: tests/util.o tests/vector.a: tests/vector.o @@ -65,8 +75,10 @@ tests/lib.bin-check: tests/lib.bin tests/logerr.bin-check: tests/logerr.bin tests/math.bin-check: tests/math.bin tests/random.bin-check: tests/random.bin +tests/set.bin-check: tests/set.bin tests/string.bin-check: tests/string.bin tests/testing.bin-check: tests/testing.bin +tests/tree.bin-check: tests/tree.bin tests/util.bin-check: tests/util.bin tests/vector.bin-check: tests/vector.bin @@ -77,8 +89,10 @@ src/lib.o: src/logerr.h src/logerr.o: src/math.o: src/random.o: src/logerr.h src/util.h +src/set.o: src/logerr.h src/util.h src/string.o: src/logerr.h src/math.h src/util.h src/testing.o: +src/tree.o: src/logerr.h src/util.h src/util.o: src/logerr.h src/vector.o: src/catalog.h src/i18n.h src/logerr.h src/math.h src/util.h @@ -88,8 +102,10 @@ tests/lib.o: src/logerr.h tests/logerr.o: src/testing.h src/util.h tests/slurp.h tests/math.o: src/testing.h tests/random.o: src/logerr.h src/util.h src/testing.h +tests/set.o: src/logerr.h src/util.h src/testing.h tests/string.o: src/logerr.h src/math.h src/util.h src/testing.h tests/testing.o: +tests/tree.o: src/logerr.h src/util.h src/testing.h 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 @@ -99,7 +115,9 @@ tests/lib.a: src/logerr.o tests/logerr.a: src/testing.o src/util.o tests/slurp.o tests/math.a: src/testing.o tests/random.a: src/logerr.o src/util.o src/testing.o +tests/set.a: src/logerr.o src/util.o src/testing.o tests/string.a: src/logerr.o src/math.o src/util.o src/testing.o tests/testing.a: +tests/tree.a: src/logerr.o src/util.o src/testing.o tests/util.a: src/logerr.o src/testing.o tests/slurp.o tests/vector.a: src/catalog.o src/i18n.o src/logerr.o src/math.o src/util.o src/testing.o |