File: hg_solaris.cf

package info (click to toggle)
vrweb 1.5-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 14,360 kB
  • ctags: 26,143
  • sloc: cpp: 133,581; ansic: 87,373; sh: 936; makefile: 444; perl: 347; csh: 26
file content (46 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
$Id: hg_solaris.cf,v 1.2 1996/10/17 13:48:11 hleitner Exp $

$Log: hg_solaris.cf,v $
Revision 1.2  1996/10/17 13:48:11  hleitner
Removed all the *SunOSShared* stuff (no more needed with our new
shared library support).

Revision 1.1  1995/11/13 10:44:48  hleitner
Initial revision

*/

XCOMM platform: SUN5

#define OSMajorVersion 5
#define OSMinorVersion 3

/*
 * solaris gpani Feb 11 1994
 */
#ifndef XLibDir
#ifdef LibDir
      TMPLIBDIR = LibDir
#define XLibDir $(TMPLIBDIR)
#undef LibDir
#endif
#endif

#if defined(IncRoot)
#define XIncDir IncRoot
#endif

#define ExtraCCFlags -temp=/usr/tmp

#ifndef ExtraCCDefines
#  define ExtraCCDefines -DSYSV -DSVR4 -DSolaris_2 -DOSMajorVersion=OSMajorVersion -DOSMinorVersion=OSMinorVersion
#endif

#define InstLibFlags -m 0664 -g graphic

#define MakeSpecialShared YES

#define RanlibCmd ar s

#define ExtraCCLdLibs -lnsl -lsocket -R /usr/openwin/lib