diff options
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,7 @@ sources.c = \ src/set.c \ src/string.c \ src/testing.c \ + src/trace.c \ src/tree.c \ src/util.c \ src/vector.c \ @@ -28,6 +29,7 @@ tests.c = \ tests/set.c \ tests/string.c \ tests/testing.c \ + tests/trace.c \ tests/tree.c \ tests/util.c \ tests/vector.c \ @@ -42,6 +44,7 @@ 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/trace.o: src/trace.h src/tree.o: src/tree.h src/util.o: src/util.h src/vector.o: src/vector.h @@ -56,6 +59,7 @@ 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/trace.o: src/trace.c src/trace.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 @@ -70,6 +74,7 @@ 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/trace.a: tests/trace.o tests/tree.a: tests/tree.o tests/util.a: tests/util.o tests/vector.a: tests/vector.o @@ -84,6 +89,7 @@ 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/trace.bin-check: tests/trace.bin tests/tree.bin-check: tests/tree.bin tests/util.bin-check: tests/util.bin tests/vector.bin-check: tests/vector.bin @@ -99,6 +105,7 @@ src/random.o: src/logerr.h src/util.h src/set.o: src/hash.h src/logerr.h src/tree.h src/util.h src/vector.h src/string.o: src/logerr.h src/math.h src/util.h src/testing.o: +src/trace.o: src/logerr.h 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 @@ -113,6 +120,7 @@ tests/random.o: src/logerr.h src/util.h src/testing.h tests/set.o: src/hash.h src/logerr.h src/tree.h src/util.h src/vector.h src/testing.h tests/string.o: src/logerr.h src/math.h src/util.h src/testing.h tests/testing.o: +tests/trace.o: src/logerr.h tests/slurp.h src/testing.h src/util.h 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 @@ -127,6 +135,7 @@ tests/random.a: src/logerr.o src/testing.o src/util.o tests/set.a: src/catalog.o src/hash.o src/i18n.o src/logerr.o src/math.o src/random.o src/testing.o src/tree.o src/util.o src/vector.o tests/string.a: src/logerr.o src/math.o src/testing.o src/util.o tests/testing.a: +tests/trace.a: src/logerr.o tests/slurp.o src/testing.o src/util.o tests/tree.a: src/logerr.o src/testing.o src/util.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/testing.o src/util.o |