tommath/genlist.sh

9 lines
187 B
Bash
Executable File

#!/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$