9 lines
		
	
	
		
			187 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			187 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/bin/bash
 | ||
|  | 
 | ||
|  | export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` | ||
|  | perl ./parsenames.pl OBJECTS "$a" | ||
|  | 
 | ||
|  | # $Source$ | ||
|  | # $Revision$ | ||
|  | # $Date$ |