File: opennt.config

package info (click to toggle)
pact 980714-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 13,096 kB
  • ctags: 26,034
  • sloc: ansic: 109,076; lisp: 9,645; csh: 7,147; fortran: 1,050; makefile: 136; lex: 95; sh: 32
file content (50 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download | duplicates (2)
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
47
48
49
50
#
# OPENNT.CONFIG - OPENNT configuration
#

# This file may require some modification, depending upon the layout of 
# your system.  In particular, MachDepGraphicsLib and MachDepGraphicsInc
# may need to have the paths altered to reflect locations on your system.
#
# The build process for PACT on OPENNT is also a bit more cumbersome than
# on UNIX systems.  You will probably have to do the following:
#
# 1.  Start up the C shell
# csh
#
# 2.  In the pact/manager directory
# pact-config -i none opennt
#
# 3.  After pact-config, in the pact/manager directory
# source env*
#
# 4.  In the pact/manager directory
# pact update >& ../Build.log (to save the output)
#
# 5.  In the pact/pdb directory
# pact install
#
# 6.  In the pact/manager directory
# pact build
# pact build  (That's right, twice)
#
# Due to some minor differences in the way the printf and sprintf
# formatting works on OPENNT, several of the tests will not pass.
# Also, no process control is available in PPC, and terminal handling
# is different under OPENNT, so PPC tests will all fail.

CCompiler = cc
CFLAGS = -DOPENNT
FFLAGS =
MachDepLib =
ArcInstOpt = rc
MachDepGraphicsLib = //C/OpenNT/usr/X11R5/lib/libX11.a
MachDepGraphicsInc = -I//C/OpenNT/usr/X11R5/include

IPCSupport = NOIPC
COptimize = 

CEnvironment
   FIXNUM int
   HAVE_NO_RUSAGE
end