#!perl #
#
# Perl script to compile executables in the directory data/tc by means
# of perl script f.pl.
#
  require 'f.pl';
#
  &COMPILE('greenmul');
  &COMPILE('greentc');
  &COMPILE('tcgreen');
  &COMPILE('tccomp');
  &COMPILE('tcrot');
  &COMPILE('tcfd');
#
1;                                                               #