#!/bin/bash
#  ( Last modified on 23 Dec 2000 at 17:29:56 )
#
#{version}
#version for Intel-like-PC under Linux with gfo (Tue Sep 22 06:19:52 UTC 2009)

#  Probes the classification file using slct.  By default,
#  the classification file is assumed to be $MYSIFDEC/CLASSF.DB,
#  but the slct program allows the user to give a full path name
#  for the classification file, thereby allowing both the filename
#  and the directory to be changed.
#
#
#  A.R. Conn, October 1992, for CGT Productions.
#  modified by I. Bongartz, May 1994.
#
MYSIFDEC=/usr
MASTSIF=/usr/share/sifdec/sif

#{cmds}
#
#  System specifications
#

SYSTEM="Linux"
KEYSYS="CUNIX"

#
#  Directory for temporary files
#

TMP="/tmp"


#
#  basic system commands
#

MKDIR="/bin/mkdir"
CP="/bin/cp"
RM="/bin/rm -f"
MV="/bin/mv"
CAT="/bin/cat"
CHMOD="/bin/chmod"
SED="/bin/sed"
LN="/bin/ln"
LS="/bin/ls"
AR="/usr/bin/ar"
RMDIR="/bin/rmdir"
GREP="/bin/grep"
AWK="/usr/bin/gawk"
HEAD="/usr/bin/head"
TAIL="/usr/bin/tail"
WC="/usr/bin/wc"
MAKE="/usr/bin/make"

#
#  Fortran compilation and loading
#

CPP="${CPP}"
COMPILE="gfortran -c -ffixed-form"
LOAD="gfortran -ffixed-form"
ISF9095="yes"
COMPILE9095="gfortran -c"
LOAD9095="gfortran"
FFLAGS="-g"
FDEBUGFLAGS="-g"
FPROFILEFLAGS="-pg"

echo $MASTSIF > SLCT.DAT
$MYSIFDEC/bin/slct
$RM SLCT.DAT
