2
# With GNU C compiler use next SLIB definition:
3
#SLIB=-lsocket -lnsl -lgcc -R$(MIDASHOME)/$(MIDVERS)/lib
5
# With SCO 2.0.1 C compiler use next SLIB definition:
6
SLIB=-lsocket -lnsl -R$(MIDASHOME)/$(MIDVERS)/lib
9
# -fast option does not work with g77. If you use g77 just remove next two
12
F_OPT=-fast # Fast performance
13
LD77_OPT=-fast # has to be the same as above
17
SH_CMD=ld -G # Shared library linker command.
18
SH_EXT=so # Shared extension for Solaris.
19
EDITLIBS=-lreadline -ltermcap
20
EDITFLAGS=-DVOID_SIGHANDLER -DHAVE_ALLOCA -DHAVE_ALLOCA_H -DUSG -DSolaris -DHAVE_DIRENT_H -DHAVE_STRING_H -DHAVE_VARARGS_H -DHAVE_SYS_PTEM_H -DHAVE_SYS_STREAM_H -D"sparc" -DHAVE_UNISTD_H -DHAVE_STDLIB_H
21
GUI_OPT=-DBSD_COMP -Dmagnum -DSYSV -DSOLARIS
22
X_LIBS=-lXm -lXt -lX11 -lform
24
# To create statically linked GUIs set the following: