blob: a0492651ef82f99b311e79c578e721faae6baf80 (
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
|
libs.go = \
src/hsts.go \
tests/hsts.go \
mains.go = \
src/main.go \
tests/main.go \
manpages.en.N.adoc = \
doc/hsts.en.0.adoc \
manpages.XX.N.adoc = \
doc/hsts.de.0.adoc \
doc/hsts.eo.0.adoc \
doc/hsts.es.0.adoc \
doc/hsts.fr.0.adoc \
doc/hsts.pt.0.adoc \
sources.po = \
po/hsts/de.po \
po/hsts/eo.po \
po/hsts/es.po \
po/hsts/fr.po \
po/hsts/pt.po \
functional/lib.go = \
functional/main.go = \
fuzz/lib.go = \
fuzz/main.go = \
benchmarks/lib.go = \
benchmarks/main.go = \
src/hsts.a: src/hsts.go
src/main.a: src/main.go
tests/hsts.a: tests/hsts.go
tests/main.a: tests/main.go
src/main.bin: src/main.a
tests/main.bin: tests/main.a
src/main.bin-check: src/main.bin
tests/main.bin-check: tests/main.bin
src/main.a: src/$(NAME).a
tests/main.a: tests/$(NAME).a
|