aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r--gnu-taler-error-codes/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile
index b7885f5..194868d 100644
--- a/gnu-taler-error-codes/Makefile
+++ b/gnu-taler-error-codes/Makefile
@@ -2,7 +2,8 @@ FILES=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.py \ 4 taler_error_codes.py \
5 taler_error_codes.kt 5 taler_error_codes.kt \
6 taler_error_codes.go
6 7
7all: check $(FILES) 8all: check $(FILES)
8 9
@@ -65,5 +66,10 @@ taler_error_codes.py.tmp: combined.tmp py.template
65taler_error_codes.py: py.header taler_error_codes.py.tmp 66taler_error_codes.py: py.header taler_error_codes.py.tmp
66 cat $^ > $@ 67 cat $^ > $@
67 68
69taler_error_codes.go.tmp: combined.tmp go.template
70 ../format.sh go.template < combined.tmp > $@
71
72taler_error_codes.go: go.header taler_error_codes.go.tmp go.footer
73 cat $^ > $@
68 74
69.PHONY: check clean distclean prep 75.PHONY: check clean distclean prep