#!perl #
#
# Perl script to compile package CRT by means of perl script f.pl.
#
  require 'f.pl';
#
  &COMPILE('crt');
  &COMPILE('rpplot');
  &COMPILE('crt2d3d');
  &COMPILE('mtt');
  &COMPILE('wfsrf');
  &COMPILE('mttgrd');
  &COMPILE('crt2p');
  &COMPILE('crtcart');
  &COMPILE('crtray');
  &COMPILE('crtpts');
  &COMPILE('crtlew');
  &COMPILE('green');
  &COMPILE('watable');
  &COMPILE('greenss');
  &COMPILE('invtt');
#
1;                                                               #