# With g77 as Fortran compiler use the following two definitions: F77=g77 LD77_CMD=g77 # With Slackware 2.4 use the following definitions: #C_OPT=-O -ansi #F_OPT=-O C_OPT=-O F_OPT=-O # With RedHat 5.1, and fort77 (f2c) use the following definitions: #F77=fort77 #LD77_CMD=$(CC) -lf2c 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 -ltermcap # With SuSE Linux 6.0 the termcap is located in /usr/lib/termcap directory so: #EDITLIBS=-lreadline -L/usr/lib/termcap -ltermcap # # MEM_OPT=-DFASTMEM_SET # use fast memory option MEM_OPT= #