aboutsummaryrefslogtreecommitdiffstats
path: root/unportable.mk
blob: a7323323365785bf7738eaba6d6dcf93acde4ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
keccak-%sum.c:
	printf '%s\n' '#include "common.h"' 'KECCAK_MAIN($*)' > $@

sha3-%sum.c:
	printf '%s\n' '#include "common.h"' 'SHA3_MAIN($*)' > $@

rawshake%sum.c:
	printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN($*)' > $@

shake%sum.c:
	printf '%s\n' '#include "common.h"' 'SHAKE_MAIN($*)' > $@