summaryrefslogtreecommitdiff
path: root/deps.mk
blob: 2a185fff54540b1795400e4cfff79483f5c05478 (about) (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
manpages.en.in = \
	doc/pindaiba.CHANGELOG.en.7.in \
	doc/pindaiba.README.en.7.in \
	doc/pindaiba.TODOs.en.7.in \
	doc/pindaiba.en.1.in \
	doc/pindaiba.recipes.en.7.in \
	doc/pindaiba.tutorial.en.7.in \
	doc/pindaiba.why.en.7.in \

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

src/catalog.o	src/catalog.lo	src/catalog.to:	src/catalog.h
src/hash.o	src/hash.lo	src/hash.to:	src/hash.h
src/i18n.o	src/i18n.lo	src/i18n.to:	src/i18n.h
src/lib.o	src/lib.lo	src/lib.to:	src/lib.h
src/logerr.o	src/logerr.lo	src/logerr.to:	src/logerr.h
src/random.o	src/random.lo	src/random.to:	src/random.h
src/testing.o	src/testing.lo	src/testing.to:	src/testing.h

src/catalog.xa:	src/catalog.to
src/hash.xa:	src/hash.to
src/i18n.xa:	src/i18n.to
src/lib.xa:	src/lib.to
src/logerr.xa:	src/logerr.to
src/random.xa:	src/random.to
src/testing.xa:	src/testing.to

src/catalog.bin-check:	src/catalog.bin
src/hash.bin-check:	src/hash.bin
src/i18n.bin-check:	src/i18n.bin
src/lib.bin-check:	src/lib.bin
src/logerr.bin-check:	src/logerr.bin
src/random.bin-check:	src/random.bin
src/testing.bin-check:	src/testing.bin


src/catalog.o	src/catalog.lo	src/catalog.to: src/logerr.h src/testing.h src/../tests/slurp.h
src/hash.o	src/hash.lo	src/hash.to: src/logerr.h src/random.h src/testing.h
src/i18n.o	src/i18n.lo	src/i18n.to: src/logerr.h src/catalog.h
src/lib.o	src/lib.lo	src/lib.to:
src/logerr.o	src/logerr.lo	src/logerr.to: src/testing.h src/../tests/slurp.h
src/random.o	src/random.lo	src/random.to: src/logerr.h src/testing.h
src/testing.o	src/testing.lo	src/testing.to:

src/catalog.xa: src/logerr.o src/testing.o src/../tests/slurp.o
src/hash.xa: src/logerr.o src/random.o src/testing.o
src/i18n.xa: src/logerr.o src/catalog.o
src/lib.xa:
src/logerr.xa: src/testing.o src/../tests/slurp.o
src/random.xa: src/logerr.o src/testing.o
src/testing.xa: