#!perl #
#
# Perl script to compile executables in the directory data/mar by means
# of perl script f.pl.
#
  require 'f.pl';
#
  &COMPILE('gbopt');
  &COMPILE('gpanal');
  &COMPILE('gpsynt');
  &COMPILE('gpmig');
  &COMPILE('gpstep');
  &COMPILE('gprpar');
  &COMPILE('ptsps');
#
1;                                                               #