#!perl #
#
# Perl script to compile package ANRAY by means of Perl script 'f.pl'
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  require 'f.pl';
#
  &COMPILE('anray');
  &COMPILE('anraypl');
  &COMPILE('weakan');
  &COMPILE('fresan');
  &COMPILE('synfan');
  &COMPILE('bplot');
  &COMPILE('syntan');
  &COMPILE('seispl');
  &COMPILE('polar');
  &COMPILE('velpl');
  &COMPILE('anrayvrm');
#
1;                                                               #