blob: d967fba0416d84d2b7cfcf21eca5ac11bae93606 (
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
|
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 \
manpages.in = $(manpages.en.in)
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.xa: tests/fuzz/another.o
tests/fuzz/hello.xa: 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 \
src/catalog.o src/catalog.to: src/catalog.h
src/i18n.o src/i18n.to: src/i18n.h
src/lib.o src/lib.to: src/lib.h
src/logerr.o src/logerr.to: src/logerr.h
src/random.o src/random.to: src/random.h
src/testing.o src/testing.to: src/testing.h
src/catalog.xa: src/catalog.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/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.to: src/logerr.h src/testing.h src/../tests/slurp.h
src/i18n.o src/i18n.to: src/logerr.h src/catalog.h
src/lib.o src/lib.to:
src/logerr.o src/logerr.to: src/testing.h src/../tests/slurp.h
src/random.o src/random.to: src/logerr.h src/testing.h
src/testing.o src/testing.to:
src/catalog.xa: src/logerr.o src/testing.o src/../tests/slurp.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:
|