summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk100
1 files changed, 50 insertions, 50 deletions
diff --git a/deps.mk b/deps.mk
index 92b6011..a79cc2c 100644
--- a/deps.mk
+++ b/deps.mk
@@ -3,13 +3,13 @@ catalogs.msg = $(catalogs.en.msg)
sources.c = \
- src/catalog.c \
src/cmp.c \
src/hash.c \
src/i18n.c \
src/lib.c \
src/logerr.c \
src/math.c \
+ src/msgs.c \
src/random.c \
src/set.c \
src/sorted-vector.c \
@@ -21,13 +21,13 @@ sources.c = \
src/vector.c \
tests.c = \
- tests/catalog.c \
tests/cmp.c \
tests/hash.c \
tests/i18n.c \
tests/lib.c \
tests/logerr.c \
tests/math.c \
+ tests/msgs.c \
tests/random.c \
tests/set.c \
tests/sorted-vector.c \
@@ -38,13 +38,13 @@ tests.c = \
tests/util.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
src/logerr.o: src/logerr.h
src/math.o: src/math.h
+src/msgs.o: src/msgs.h
src/random.o: src/random.h
src/set.o: src/set.h
src/sorted-vector.o: src/sorted-vector.h
@@ -55,13 +55,13 @@ src/tree.o: src/tree.h
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
tests/logerr.o: src/logerr.c src/logerr.h
tests/math.o: src/math.c src/math.h
+tests/msgs.o: src/msgs.c src/msgs.h
tests/random.o: src/random.c src/random.h
tests/set.o: src/set.c src/set.h
tests/sorted-vector.o: src/sorted-vector.c src/sorted-vector.h
@@ -72,13 +72,13 @@ 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
-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
tests/logerr.a: tests/logerr.o
tests/math.a: tests/math.o
+tests/msgs.a: tests/msgs.o
tests/random.a: tests/random.o
tests/set.a: tests/set.o
tests/sorted-vector.a: tests/sorted-vector.o
@@ -89,13 +89,13 @@ tests/tree.a: tests/tree.o
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
tests/logerr.bin-check: tests/logerr.bin
tests/math.bin-check: tests/math.bin
+tests/msgs.bin-check: tests/msgs.bin
tests/random.bin-check: tests/random.bin
tests/set.bin-check: tests/set.bin
tests/sorted-vector.bin-check: tests/sorted-vector.bin
@@ -107,53 +107,53 @@ tests/util.bin-check: tests/util.bin
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
+src/hash.o: src/logerr.h src/random.h
+src/i18n.o: src/meta.h src/msgs.h
+src/lib.o: src/logerr.h src/meta.h
src/logerr.o:
src/math.o:
-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/sorted-vector.o: src/logerr.h src/util.h src/vector.h
-src/string.o: src/logerr.h src/math.h src/util.h
+src/msgs.o: src/logerr.h src/meta.h
+src/random.o: src/logerr.h
+src/set.o: src/hash.h src/logerr.h src/tree.h src/util.h src/vector.h
+src/sorted-vector.o: src/logerr.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
+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/msgs.h src/i18n.h src/logerr.h src/math.h src/util.h tests/slurp.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
-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/hash.h src/logerr.h src/tree.h src/util.h src/vector.h src/testing.h
-tests/sorted-vector.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/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
+tests/cmp.o: src/testing.h
+tests/hash.o: src/logerr.h src/random.h src/testing.h
+tests/i18n.o: src/logerr.h src/meta.h src/msgs.h
+tests/lib.o: src/logerr.h src/meta.h
+tests/logerr.o: src/testing.h tests/slurp.h
+tests/math.o: src/testing.h
+tests/msgs.o: src/logerr.h src/meta.h tests/slurp.h src/testing.h
+tests/random.o: src/logerr.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/sorted-vector.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: src/logerr.h tests/slurp.h
+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: tests/slurp.h src/logerr.h src/testing.h
+tests/vector.o: src/msgs.h src/i18n.h src/logerr.h src/math.h src/util.h src/testing.h tests/slurp.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
-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/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/sorted-vector.a: src/logerr.o src/testing.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
+tests/cmp.a: src/testing.o
+tests/hash.a: src/logerr.o src/random.o src/testing.o
+tests/i18n.a: src/logerr.o src/msgs.o
+tests/lib.a: src/logerr.o
+tests/logerr.a: tests/slurp.o src/testing.o
+tests/math.a: src/testing.o
+tests/msgs.a: src/logerr.o src/testing.o src/util.o tests/slurp.o
+tests/random.a: src/logerr.o src/testing.o
+tests/set.a: src/msgs.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/sorted-vector.a: src/logerr.o src/testing.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: src/logerr.o tests/slurp.o
+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: tests/slurp.o src/logerr.o src/testing.o
+tests/vector.a: src/msgs.o src/i18n.o src/logerr.o src/math.o src/testing.o src/util.o tests/slurp.o