File: osf.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 (26 lines) | stat: -rw-r--r-- 475 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
#
# OSF.CONFIG - OSF configuration
#

CFLAGS = -w1 -std1 -ieee_with_inexact
FFLAGS =
MachDepLib = -ldnet_stub
ArcInstOpt = rc

.c.o:
	${CC} -c $< -o $*.o
	@ar ${AROpt} ${TGTLib} $*.o 2> /dev/null
	@${RM} $*.o 2> /dev/null

.l.o:
	lex $< 2> /dev/null
	@mv lex.yy.c $*.c
	@( echo 'e $*.c' ; echo '1,$$s/yy/$*_/g' ; echo '1,$$w $*.c' ; echo 'q' ) | ed > /dev/null
	${LX} -c $*.c
	@ar ${AROpt} ${TGTLib} $*.o 2> /dev/null
	@${RM} $*.c $*.o

CEnvironment
   OSF
   FIXNUM int
end