summaryrefslogtreecommitdiffstats
path: root/libtommath/genlist.sh
blob: 1f53b669a9da46bdbe6e46128af224e05d1c5a8b (plain)
1
2
3
4
5
6
7
8
#!/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$