aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 10:59:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 10:59:45 +0200
commitdd8c83b719c52dbc9659bc818872d68296f5f5d3 (patch)
treed422a6b450ad20179b8b2d5e64257204dd1fdb39 /gnu-taler-error-codes/Makefile
parent007b2a19f8d9bdf926aa584d85beb5bdac32bf9d (diff)
downloadgana-dd8c83b719c52dbc9659bc818872d68296f5f5d3.tar.gz
gana-dd8c83b719c52dbc9659bc818872d68296f5f5d3.zip
use underscores
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r--gnu-taler-error-codes/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile
index 2837753..6f3fbf7 100644
--- a/gnu-taler-error-codes/Makefile
+++ b/gnu-taler-error-codes/Makefile
@@ -1,7 +1,7 @@
1FILES=taler-error-codes.h \ 1FILES=taler_error_codes.h \
2 taler-error-codes.c \ 2 taler_error_codes.c \
3 taler-error-codes.ts \ 3 taler_error_codes.ts \
4 taler-error-codes.kt 4 taler_error_codes.kt
5all: check $(FILES) 5all: check $(FILES)
6check: registry.rec 6check: registry.rec
7 recfix --check registry.rec 7 recfix --check registry.rec
@@ -24,31 +24,31 @@ combined-escaped.tmp: combined.tmp
24length.tmp: combined.tmp 24length.tmp: combined.tmp
25 recsel -p "Count(Description):ECS_LENGTH" combined.tmp > $@ 25 recsel -p "Count(Description):ECS_LENGTH" combined.tmp > $@
26 26
27taler-error-codes.h.tmp: combined.tmp h.template 27taler_error_codes.h.tmp: combined.tmp h.template
28 ../format.sh h.template < combined.tmp > $@ 28 ../format.sh h.template < combined.tmp > $@
29 29
30taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer 30taler_error_codes.h: h.header taler_error_codes.h.tmp h.footer
31 cat $^ > $@ 31 cat $^ > $@
32 32
33taler-error-codes.c.tmp: combined-escaped.tmp c.template 33taler_error_codes.c.tmp: combined-escaped.tmp c.template
34 ../format.sh c.template < combined-escaped.tmp > $@ 34 ../format.sh c.template < combined-escaped.tmp > $@
35 35
36taler-error-codes-length.c.tmp: length.tmp c-length.template 36taler_error_codes-length.c.tmp: length.tmp c-length.template
37 ../format.sh c-length.template < length.tmp > $@ 37 ../format.sh c-length.template < length.tmp > $@
38 38
39taler-error-codes.c: c.header taler-error-codes.c.tmp taler-error-codes-length.c.tmp c.footer 39taler_error_codes.c: c.header taler_error_codes.c.tmp taler_error_codes-length.c.tmp c.footer
40 cat $^ > $@ 40 cat $^ > $@
41 41
42taler-error-codes.ts.tmp: combined.tmp ts.template 42taler_error_codes.ts.tmp: combined.tmp ts.template
43 ../format.sh ts.template < combined.tmp > $@ 43 ../format.sh ts.template < combined.tmp > $@
44 44
45taler-error-codes.ts: ts.header taler-error-codes.ts.tmp ts.footer 45taler_error_codes.ts: ts.header taler_error_codes.ts.tmp ts.footer
46 cat $^ > $@ 46 cat $^ > $@
47 47
48taler-error-codes.kt.tmp: combined.tmp kt.template 48taler_error_codes.kt.tmp: combined.tmp kt.template
49 ../format.sh kt.template < combined.tmp > $@ 49 ../format.sh kt.template < combined.tmp > $@
50 50
51taler-error-codes.kt: kt.header taler-error-codes.kt.tmp kt.footer 51taler_error_codes.kt: kt.header taler_error_codes.kt.tmp kt.footer
52 cat $^ > $@ 52 cat $^ > $@
53 53
54 54