blob: a88a9a98c5220bcd8ae6caa753a56b848d42584e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
catalogs.en.msg = src/pindaiba.en.msg
catalogs.msg = \
$(catalogs.en.msg) \
fuzz.c = \
tests/fuzz/another.c \
tests/fuzz/hello.c \
tests/fuzz/another.a: tests/fuzz/another.o
tests/fuzz/hello.a: tests/fuzz/hello.o
tests/fuzz/another.bin-check: tests/fuzz/another.bin
tests/fuzz/hello.bin-check: tests/fuzz/hello.bin
sources.c = \
src/catalog.c \
src/i18n.c \
src/lib.c \
src/logerr.c \
src/random.c \
src/testing.c \
tests.c = \
tests/catalog.c \
tests/i18n.c \
tests/lib.c \
tests/logerr.c \
tests/random.c \
tests/testing.c \
src/catalog.o: src/catalog.h
src/i18n.o: src/i18n.h
src/lib.o: src/lib.h
src/logerr.o: src/logerr.h
src/random.o: src/random.h
src/testing.o: src/testing.h
tests/catalog.o: src/catalog.c src/catalog.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/random.o: src/random.c src/random.h
tests/testing.o: src/testing.c src/testing.h
tests/catalog.a: tests/catalog.o
tests/i18n.a: tests/i18n.o
tests/lib.a: tests/lib.o
tests/logerr.a: tests/logerr.o
tests/random.a: tests/random.o
tests/testing.a: tests/testing.o
tests/catalog.bin-check: tests/catalog.bin
tests/i18n.bin-check: tests/i18n.bin
tests/lib.bin-check: tests/lib.bin
tests/logerr.bin-check: tests/logerr.bin
tests/random.bin-check: tests/random.bin
tests/testing.bin-check: tests/testing.bin
src/catalog.o: src/logerr.h
src/i18n.o:
src/lib.o:
src/logerr.o:
src/random.o: src/logerr.h
src/testing.o:
tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h
tests/i18n.o: src/logerr.h src/catalog.h
tests/lib.o:
tests/logerr.o: src/testing.h tests/slurp.h
tests/random.o: src/logerr.h src/testing.h
tests/testing.o:
tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o
tests/i18n.a: src/logerr.o src/catalog.o
tests/lib.a:
tests/logerr.a: src/testing.o tests/slurp.o
tests/random.a: src/logerr.o src/testing.o
tests/testing.a:
|