3 # Splits the list of files and outputs for makefile type files
7 @a = split(" ", $ARGV[1]);
11 foreach my $obj (@a) {
12 $len = $len + length($obj);
20 if ($ARGV[0] eq "HEADERS") { print "testprof/tomcrypt_test.h"; }
24 # $Source: /cvs/libtom/libtomcrypt/parsenames.pl,v $
26 # $Date: 2005/05/05 14:49:27 $