remove unused files

This commit is contained in:
SUZUKI Tetsuya
2012-10-07 16:45:43 +09:00
parent e20d5d08c4
commit 9bd9083370
23 changed files with 2 additions and 9746 deletions
+2 -12
View File
@@ -9,21 +9,11 @@
{port_env, [{"CFLAGS", "$CFLAGS -O2 -finline-functions -fomit-frame-pointer -fno-strict-aliasing -Wmissing-prototypes -Wall -std=c99"}]}.
{port_specs, [
% TODO: support optimization
% {"i386", "priv/sha3_nif.so", ["c_src/sha3_nif.c",
% "c_src/KeccakNISTInterface.c",
% "c_src/KeccakSponge.c",
% "c_src/KeccakF-1600-opt32.c",
% "c_src/displayIntermediateValues.c"]},
% {"x86_64", "priv/sha3_nif.so", ["c_src/sha3_nif.c",
% "c_src/KeccakNISTInterface.c",
% "c_src/KeccakSponge.c",
% "c_src/KeccakF-1600-opt64.c",
% "c_src/displayIntermediateValues.c"]},
% 64 bit only
{"priv/sha3_nif.so", ["c_src/sha3_nif.c",
"c_src/KeccakNISTInterface.c",
"c_src/KeccakSponge.c",
"c_src/KeccakF-1600-reference.c",
"c_src/KeccakF-1600-opt64.c",
"c_src/displayIntermediateValues.c"]}
]}.