view libtommath/genlist.sh @ 1448:7dddc4dd7063

EXEEXT for a few more targets, dropbearmulti in particular for Cygwin From William K. Foster.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 27 Jun 2017 23:02:05 +0800
parents 60fc6476e044
children 8bba51a55704
line wrap: on
line source

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