summaryrefslogtreecommitdiffstats
path: root/libtommath/genlist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/genlist.sh')
-rwxr-xr-xlibtommath/genlist.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/libtommath/genlist.sh b/libtommath/genlist.sh
new file mode 100755
index 0000000..1f53b66
--- /dev/null
+++ b/libtommath/genlist.sh
@@ -0,0 +1,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$