C Defines the name of the message file
WDNAME = '/usr/opt/wrdapp/libanne4.0/lib_data/message.wdm'
WDNAME = '/usr/share/libanne/message.wdm'
ObjVrsn = $(ObjUnix) # source Obj[Unix, Vax]
FFVrsn = $(FFUnix) # Version FF[Unix, AIX]
FFLAGS = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
FC = f77 # Compiler name
FC = g77 # Compiler name
SymTbl = $(BSD) # symbol table (BSD or SYS_V)
#*******************************************************************
F77 = f77 # Compiler name
F77 = g77 # Compiler name
ObjVrsn = $(ObjUnix) # source Obj[Unix, DG, Lh]
ObjVrsn = $(ObjSun) # source Obj[Sun, SGI, DG, AIX, Dec, HP, or 90]
CFLAGS = $(OptC) # C compile options (OptC or DbgC)
CC = gcc # C compiler
C write (99,*) '**** fout = ', fout
IF (INQERR .EQ. 0) THEN
C no error condition, what about the file
IF (OD .EQ. .TRUE.) THEN
IF (OD .EQV. .TRUE.) THEN
C file is open
OPNFLG = 0
IF (NEWF .NE. FOUT) THEN
LdA = $(LdSunA) # Ld[Unix, Sun]A
LdA = $(LdUnixA) # Ld[Unix, Sun]A
LdB = $(LdSunB) # Ld[Unix, Sun]B
LdB = $(LdUnixB) # Ld[Unix, Sun]B
Strip = $(Strip_Y) # strip (Strip_Y or Strip_N)