Add reallyclean target.
[openssl.git] / util / fipsdist.pl
index 5e511f7916d5bd871dab6f56c7bd5612b30bd139..b191fbe41e0b0d6abb85777c80ec0e2bb5790bc3 100644 (file)
@@ -20,6 +20,8 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/};
 $tarobjs{"ncbc_enc.c"} = 1;
 $tarobjs{"mem_clr.c"} = 1;
 $tarobjs{"ppccap.c"} = 1;
+$tarobjs{"sparcv9cap.c"} = 1;
+$tarobjs{"armcap.c"} = 1;
 
 foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };
 
@@ -39,6 +41,7 @@ my %keep =
        "Makefile.fips" => 1,
        "Makefile.shared" => 1,
        "README.FIPS" => 1,
+       "README.ECC" => 1,
        "e_os.h" => 1,
        "e_os2.h" => 1,
        "Configure" => 1,
@@ -63,6 +66,7 @@ while (<STDIN>)
                next if -d "crypto/$1" && !exists $cdirs{$1};
                # Skip GF2m assembly language perl scripts
                next if $noec2m && /gf2m\.pl/;
+               next if /vpaes-\w*\.pl/;
                # Keep assembly language dir, Makefile or certain extensions
                if (!/\/asm\// && !/\/Makefile$/ && !/\.(in|pl|h|S)$/)
                        {