summaryrefslogtreecommitdiff
path: root/deps.mk
blob: 4045dd2ae0aff961effe396cdcb61c968a056cc5 (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
catalogs.en.msg = src/pindaiba.en.msg
catalogs.msg = $(catalogs.en.msg)


sources.c = \
	src/catalog.c \
	src/i18n.c \
	src/lib.c \
	src/logerr.c \
	src/random.c \
	src/testing.c \
	src/util.c \

tests.c = \
	tests/catalog.c \
	tests/i18n.c \
	tests/lib.c \
	tests/logerr.c \
	tests/random.c \
	tests/testing.c \
	tests/util.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
src/util.o:	src/util.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/util.o:	src/util.c	src/util.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/util.a:	tests/util.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
tests/util.bin-check:	tests/util.bin


src/catalog.o: src/logerr.h
src/i18n.o:
src/lib.o: src/logerr.h
src/logerr.o:
src/random.o: src/logerr.h
src/testing.o:
src/util.o: src/logerr.h

tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h
tests/i18n.o: src/catalog.h src/logerr.h
tests/lib.o: src/logerr.h
tests/logerr.o: src/testing.h tests/slurp.h
tests/random.o: src/logerr.h src/testing.h
tests/testing.o:
tests/util.o: src/logerr.h src/testing.h tests/slurp.h

tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o
tests/i18n.a: src/catalog.o src/logerr.o
tests/lib.a: src/logerr.o
tests/logerr.a: src/testing.o tests/slurp.o
tests/random.a: src/logerr.o src/testing.o
tests/testing.a:
tests/util.a: src/logerr.o src/testing.o tests/slurp.o