File: make_options

package info (click to toggle)
eso-midas 23.02pl1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 146,968 kB
  • sloc: ansic: 360,674; makefile: 6,231; sh: 6,003; pascal: 535; perl: 40; awk: 36; sed: 14
file content (17 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# With GNU C compiler use next SLIB definition:
#SLIB=-lsocket -lnsl -lgcc -R$(MIDASHOME)/$(MIDVERS)/lib
#
# With SCO 2.0.1 C compiler use next SLIB definition:
SLIB=-lsocket -lnsl -R$(MIDASHOME)/$(MIDVERS)/lib
F_OPT=-fast                     # Fast performance
C_OPT=-O
SH_CMD=ld -G			# Shared library linker command.
SH_EXT=so			# Shared extension for Solaris.
EDITLIBS=-lreadline -ltermcap
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
GUI_OPT=-DBSD_COMP -Dmagnum -DSYSV -DSOLARIS
X_LIBS=-lXm -lXt -lX11 -lform
#
# To create statically linked GUIs set the following:
#X11_LIBPATH=-Bstatic
#XOPEN_LIBS=-Bdynamic