#
# .VERSION
# 060418	last update
# 
# For DEC Fortran 90 Compiler Driver X3.2-36
#F77=f90
#LD77_CMD=f90
#F_OPT=-fpe3
#
# For DEC Fortran 77 Compiler Driver V3.3-35, and Fortran libraries 3.11-4
# LD77_OPT=-taso
# LDCC=cc -taso

LD77_OPT=
LDCC=cc 
E_OPT=-Z
F_OPT=-fpe3 -O1
#
# For the DEC C V5.2-030 on Digital UNIX V4.0 (Rev. 464)
#C_OPT=-oldc -std -O -ieee_with_no_inexact
#
# For the Compaq OSF/1 AXP Compiler Driver 3.11 (default)
#C_OPT=-std1 -O -ieee_with_no_inexact
#
# For the HP OSF/1 AXP Compiler Driver V6.4-215 (sys) cc Driver
C_OPT=-std1 -O1 -ieee_with_no_inexact
#
EDITLIBS=-lreadline -lcurses
EDITFLAGS=-DVOID_SIGHANDLER -DHAVE_ALLOCA_H -D_BSD -DHAVE_DIRENT_H -DHAVE_STRING_H -DHAVE_VARARGS_H -DHAVE_SYS_STREAM_H -D"OSF1" -DHAVE_UNISTD_H -DHAVE_STDLIB_H
#
# To creates shared libraries.
SH_CMD=ld -shared -rpath $(MIDASHOME)/$(MIDVERS)/lib
SH_EXT=so
