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($*)' > $@