~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to install/unix/systems/SunOS_5.3/make_options

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# With GNU C compiler use next SLIB definition:
 
2
#SLIB=-lsocket -lnsl -lgcc -R$(MIDASHOME)/$(MIDVERS)/lib
 
3
#
 
4
# With SCO 2.0.1 C compiler use next SLIB definition:
 
5
SLIB=-lsocket -lnsl -R$(MIDASHOME)/$(MIDVERS)/lib
 
6
F_OPT=-fast                     # Fast performance
 
7
C_OPT=-O
 
8
SH_CMD=ld -G                    # Shared library linker command.
 
9
SH_EXT=so                       # Shared extension for Solaris.
 
10
EDITLIBS=-lreadline -ltermcap
 
11
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
 
12
GUI_OPT=-DBSD_COMP -Dmagnum -DSYSV -DSOLARIS
 
13
X_LIBS=-lXm -lXt -lX11 -lform
 
14
#
 
15
# To create statically linked GUIs set the following:
 
16
#X11_LIBPATH=-Bstatic
 
17
#XOPEN_LIBS=-Bdynamic