#!/bin/csh
foreach i (cfgetispeed.s cfgetospeed.s cfsetispeed.s cfsetospeed.s getpgrp.s setsid.s tcdrain.s tcflow.s tcflush.s tcgetattr.s tcsendbreak.s tcsetattr.s)
    set dest = `basename $i .s`
#        echo '$(LIBRARY)('$dest'.o):	'$dest'.s'
#	echo '	$(CC1) '$dest'.s'
#	echo ''
	echo '	$(LIBRARY)('$dest'.o) \'
    endif
end
exit 0
