#!perl #
#
# Perl script to compile package FORMS by means of Perl script 'f.pl'
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @OPTIONS=@ARGV;
  @ARGV=();
  require 'f.pl';
#
  &COMPILE('gse2segy',@OPTIONS);
  &COMPILE('iniwrl'  ,@OPTIONS);
  &COMPILE('ptswrl'  ,@OPTIONS);
  &COMPILE('linwrl'  ,@OPTIONS);
  &COMPILE('srfwrl'  ,@OPTIONS);
  &COMPILE('grdwrl'  ,@OPTIONS);
  &COMPILE('plgn'    ,@OPTIONS);
  &COMPILE('trgl'    ,@OPTIONS);
  &COMPILE('trglsort',@OPTIONS);
  &COMPILE('trglnorm',@OPTIONS);
  &COMPILE('trglps'  ,@OPTIONS);
  &COMPILE('tsurf'   ,@OPTIONS);
  &COMPILE('pictures',@OPTIONS);
  &COMPILE('pallet'  ,@OPTIONS);
  &COMPILE('ss'      ,@OPTIONS);
  &COMPILE('sp'      ,@OPTIONS);
  &COMPILE('gsecal'  ,@OPTIONS);
  &COMPILE('srp'     ,@OPTIONS);
  &COMPILE('linden'  ,@OPTIONS);
  &COMPILE('sgfhom'  ,@OPTIONS);
  &COMPILE('sgfgrd'  ,@OPTIONS);
  &COMPILE('sgfmat'  ,@OPTIONS);
  &COMPILE('anirot'  ,@OPTIONS);
  &COMPILE('anisrf'  ,@OPTIONS);
  &COMPILE('tiaxis'  ,@OPTIONS);
  &COMPILE('mgrd'    ,@OPTIONS);
  &COMPILE('grdpts'  ,@OPTIONS);
  &COMPILE('grdtrans',@OPTIONS);
  &COMPILE('grdnew'  ,@OPTIONS);
  &COMPILE('grdmerge',@OPTIONS);
  &COMPILE('grdcal'  ,@OPTIONS);
  &COMPILE('grdnorm' ,@OPTIONS);
  &COMPILE('grdfft'  ,@OPTIONS);
  &COMPILE('grdfd'   ,@OPTIONS);
  &COMPILE('grd2d3d' ,@OPTIONS);
  &COMPILE('grdiso'  ,@OPTIONS);
  &COMPILE('grdgse'  ,@OPTIONS);
  &COMPILE('grdran2d',@OPTIONS);
  &COMPILE('grdran'  ,@OPTIONS);
  &COMPILE('grdcor'  ,@OPTIONS);
  &COMPILE('grdstat' ,@OPTIONS);
  &COMPILE('grdckn'  ,@OPTIONS);
  &COMPILE('grdcros' ,@OPTIONS);
  &COMPILE('grdte'   ,@OPTIONS);
  &COMPILE('grdborn' ,@OPTIONS);
  &COMPILE('binasc'  ,@OPTIONS);
  &COMPILE('ascbin'  ,@OPTIONS);
  &COMPILE('swap'    ,@OPTIONS);
  &COMPILE('ptsgrd'  ,@OPTIONS);
  &COMPILE('grdps'   ,@OPTIONS);
  &COMPILE('matmul'  ,@OPTIONS);
  &COMPILE('matlin'  ,@OPTIONS);
  &COMPILE('matfun'  ,@OPTIONS);
  &COMPILE('matinv'  ,@OPTIONS);
  &COMPILE('smpower' ,@OPTIONS);
  &COMPILE('smeigen' ,@OPTIONS);
  &COMPILE('trsmsm'  ,@OPTIONS);
  &COMPILE('rtcoef'  ,@OPTIONS);
  &COMPILE('cremove' ,@OPTIONS);
  &COMPILE('do-test' ,@OPTIONS);
1;                                                               #