File: cray

package info (click to toggle)
mawk 1.3.3-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,204 kB
  • ctags: 1,530
  • sloc: ansic: 13,023; yacc: 994; awk: 629; sh: 330; makefile: 164
file content (34 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (7)
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
# cray
# $Log: cray,v $
# Revision 1.2  1996/09/04 23:35:33  mike
# fix typo
#
# Revision 1.1  1995/12/17  22:47:43  mike
# initial checkin
#

############

# $uname -a
# sn9069 sn9069 8.0.4 wd4.1 CRAY J90

CC=cc

CFLAGS='-h matherror=errno'
# should -O be added to this ??

# where to put the binary
BINDIR=/usr/local/bin

# where to put the man pages and man page extension
MANDIR=/usr/local/man/man1
MANEXT=1

# this stuff goes in config.h
# autoconfiguration failures are fixed by hand here
USER_DEFINES='
#define NO_MATHERR 1
#define FPE_TRAPS_ON 1
#define NOINFO_SIGFPE 1
'