#!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('mttgrd');
&COMPILE('crt2p');
&COMPILE('crtcart');
&COMPILE('crtray');
&COMPILE('crtpts');
&COMPILE('wfsrf');
&COMPILE('green');
&COMPILE('greenss');
&COMPILE('invtt');
#
1; #