# 
# 010104  KBanse
# 

E_OPT=-Z
 
# With g77 as Fortran compiler use the following two definitions:
F77=g77
LD77_CMD=g77

# With fort77 (f2c) use the following definitions:
# C_OPT=-O
# F_OPT=-O
# F77=fort77
# LD77_CMD=$(MIDASHOME)/$(MIDVERS)/system/unix/ld77


SLIB=-Wl,-rpath $(MIDASHOME)/$(MIDVERS)/lib
SH_OPT=-fPIC
SH_CMD=$(MIDASHOME)/$(MIDVERS)/local/make_shared
GUI_OPT=-DPATH_MAX=1024 -Ddg88
EDITFLAGS=-DVOID_SIGHANDLER -DHAVE_ALLOCA -DHAVE_ALLOCA_H -DUSG -DUSGr3 -DHAVE_GETPW_DECLS -DHAVE_DIRENT_H -DHAVE_STRING_H -DHAVE_VARARGS_H -DLinux -DHAVE_UNISTD_H -DHAVE_STDLIB_H

EDITLIBS=-lreadline -lncurses

# To link with static Motif libraries
X_LIBS=-Wl,-Bstatic -lXm -lXext -lXp -Wl,-Bdynamic -lXt -lX11

#
# MEM_OPT=-DFASTMEM_SET           # use fast memory option
MEM_OPT= 
