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

« back to all changes in this revision

Viewing changes to install/unix/systems/opensolaris/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
# SunOS opensolaris 5.11
 
2
# With GNU C compiler use next SLIB definition:
 
3
#SLIB=-lsocket -lnsl -lgcc -R$(MIDASHOME)/$(MIDVERS)/lib
 
4
#
 
5
# With SCO 2.0.1 C compiler use next SLIB definition:
 
6
SLIB=-lsocket -lnsl -R$(MIDASHOME)/$(MIDVERS)/lib
 
7
LD77_CMD = f77
 
8
#
 
9
# -fast option does not work with g77. If you use g77 just remove next two
 
10
# entries.
 
11
#
 
12
#F_OPT=-fast                     # Fast performance
 
13
#LD77_OPT=-fast                  # has to be the same as above
 
14
F_OPT=
 
15
LD77_OPT=
 
16
#
 
17
C_OPT=-O
 
18
SH_CMD=ld -G                    # Shared library linker command.
 
19
SH_EXT=so                       # Shared extension for Solaris.
 
20
EDITLIBS=-lreadline -ltermcap
 
21
#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 -DHAVE_UNISTD_H -DHAVE_STDLIB_H
 
22
EDITFLAGS=-DVOID_SIGHANDLER -DHAVE_ALLOCA -DHAVE_ALLOCA_H -DUSG -DSolaris -DHAVE_DIRENT_H -DHAVE_STRING_H -DHAVE_SYS_PTEM_H -DHAVE_SYS_STREAM_H -DHAVE_UNISTD_H -DHAVE_STDLIB_H
 
23
GUI_OPT=-DBSD_COMP -Dmagnum -DSYSV -DSOLARIS
 
24
X_LIBS=-lXm -lXt -lX11 -lform
 
25
#
 
26
# To create statically linked GUIs set the following:
 
27
#X11_LIBPATH=-Bstatic
 
28
#XOPEN_LIBS=-Bdynamic