summaryrefslogtreecommitdiff
path: root/libtommath/genlist.sh
blob: 22048cc138c1590ec64d33c5acdb070992d388b8 (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"

# ref:         $Format:%D$
# git commit:  $Format:%H$
# commit time: $Format:%ai$