genlist.sh: update
This commit is contained in:
		
							parent
							
								
									2bdebb3932
								
							
						
					
					
						commit
						a15ea906c1
					
				| @ -1,8 +1,8 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
| # aes_tab.o is a pseudo object as it's made from aes.o and MPI is optional | # aes_tab.o is a pseudo object as it's made from aes.o and MPI is optional | ||||||
| export a=`echo -n "src/ciphers/aes/aes_enc.o " ; find . -type f | sort | grep "[.]/src" | grep "[.]c" | grep -v "sha224" | grep -v "sha384" | grep -v "aes_tab" | grep -v "twofish_tab" | grep -v "whirltab" | grep -v "dh_sys" | grep -v "ecc_sys" | grep -v "mpi[.]c" | grep -v "sober128tab" | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` | export a=`echo -n "src/ciphers/aes/aes_enc.o " ; find ./src -type f -name "*.c" -not -name "*tab.c" | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` | ||||||
| perl ./parsenames.pl OBJECTS "$a" | perl ./parsenames.pl OBJECTS "$a" | ||||||
| export a=`find . -type f | grep [.]/src | grep [.]h | sed -e 'se\./ee' | xargs` | export a=`find src/headers -type f -name "*.h" | xargs` | ||||||
| perl ./parsenames.pl HEADERS "$a" | perl ./parsenames.pl HEADERS "$a" | ||||||
| 
 | 
 | ||||||
| # $Source: /cvs/libtom/libtomcrypt/genlist.sh,v $    | # $Source: /cvs/libtom/libtomcrypt/genlist.sh,v $    | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user