File: cray.cf

package info (click to toggle)
casio 2.2-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 700 kB
  • ctags: 418
  • sloc: ansic: 3,452; makefile: 90
file content (39 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (4)
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
XCOMM platform:  $XConsortium: cray.cf,v 1.31 91/07/16 16:24:17 rws Exp $

#define OSName			UNICOS 5.1
XCOMM operating system:  OSName
#define OSMajorVersion		5
#define OSMinorVersion		1

#define SystemV			YES
#define Malloc0ReturnsNull	YES
#define RemoveTargetProgramByMoving YES
#define InstallCmd		sh $(SCRIPTSRC)/install.sh
#define ArCmd			bld cr
#define StandardDefines		-DSYSV -DUSG
#define ExecableScripts		NO
#define CcCmd			scc
#define HasShm			NO

#ifdef CRAY2
#define DefaultCCOptions	-hpagelm -hlimitlm
#endif

#ifndef UseInstalled
#define LoaderLibPrefix -l
#  if CRAY2 && OSMajorVersion < 6
#  undef  LoaderLibPrefix
#  define LoaderLibPrefix -L
#  endif
#endif

#if OSMajorVersion >= 6
#define PreProcessCmd 		/lib/pcpp
#define CppCmd	 		/lib/pcpp
#else
#  if OSMajorVersion == 5
#  define PreProcessCmd 	/lib/cpp
#  define CppCmd	 	/lib/cpp
#  define ExtraLoadFlags        -lnet
#  endif
#endif