##############################################################################
#
# This Makefile relies on the environment variable HOSTTYPE or script 
# hosttype to select the proper compiler and compiler flags.
#
##############################################################################
#
# The only Installation definitions:
#
# The directory where the binary will be installed (to be put on your path):
BINDIR=$${INSTALLDIR}
#
# The directory where the libraires for running the program will be installed
LIBDIR=$${INSTALLDIR}
#
# The name of the script for running this program:
EXECSCRIPT=psa
#
# Files to be installed into the LIB directory:
LIBFILES=psa.dat
#
# Files to be installed into the BIN directory:
BINFILES=
#
# The directory where the include files for compilation are:
INCLUDE=-I./ -I../include
#
# The hosttype script:
HOSTTYPEPROG=../scripts/hosttype
#
# A modified fmakedepend that understands CPP-style #include directives:
FMAKEDEPEND=../scripts/fmakedepend -I ./ -I ../include
#
#
# Program name:
PROGRAM=psa
#
# Source files for the program:
FILES=chkatm.F cntacc.F cnctarea2.F sortag.F getrad.F imnch.F \
	ipolsdch.F percen.F psa.F rdlist.F rdvdw.F rdbrk.F rdsteer.F \
	resarea.F wrbrk.F wrpsa.F version.F \
	joylib.F ../lib/string.F ../lib/degrad.F

include ../scripts/Makefile.include1

# DO NOT DELETE THIS LINE - used by make depend
../lib/degrad.OBJEXT: ../include/numbers.cst ../include/numbers_double.cst ../include/numbers_single.cst 
getrad.OBJEXT: ./psa.h 
psa.OBJEXT: ./psa.h ../include/numbers.cst ./files.h ../include/numbers_double.cst ../include/numbers_single.cst 
wrpsa.OBJEXT: ./psa.h 
