X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..ba57d6526b809146b9c22d8f166b51d22e3bdb68:/symm/modes.am.in diff --git a/symm/modes.am.in b/symm/modes.am.in index 4cbc88f2..73fb6dbd 100644 --- a/symm/modes.am.in +++ b/symm/modes.am.in @@ -1,6 +1,6 @@ %## -*-makefile-*- %# -### -*-makefile-*- GENERATED from modes.make.in +### -*-makefile-*- GENERATED from modes.am.in ### ### Lots of lists of crypto primitives in various modes of operation. @@ -15,14 +15,14 @@ GENMODES_H = %repeat GENMODES_C += modes/@blkc-@blkcmode.c GENMODES_H += modes/@blkc-@blkcmode.h -SYMM_TESTS += @blkc-@blkcmode.$t +SYMM_TESTS += modes/@blkc-@blkcmode.t$(EXEEXT) %end ## Hash function modes. %repeat GENMODES_C += modes/@hash-@hashmode.c GENMODES_H += modes/@hash-@hashmode.h -SYMM_TESTS += @hash-@hashmode.$t +SYMM_TESTS += modes/@hash-@hashmode.t$(EXEEXT) %end ## Interface and implementation headers for the various modes. @@ -40,7 +40,7 @@ BLKC_H = %repeat BLKC_C += @blkc.c BLKC_H += @blkc.h -SYMM_TESTS += @blkc.$t +SYMM_TESTS += @blkc.t$(EXEEXT) %end ## Hash function interfaces and implementations. @@ -49,7 +49,7 @@ HASH_H = %repeat HASH_C += @hash.c HASH_H += @hash.h -SYMM_TESTS += @hash.$t +SYMM_TESTS += @hash.t$(EXEEXT) %end ## Modes for symmetric encryption.