File: LINUXALPHA.def

package info (click to toggle)
pvm 3.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,236 kB
  • sloc: ansic: 72,074; makefile: 1,197; fortran: 631; sh: 512; csh: 74; asm: 37
file content (25 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (11)
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
#
# Notes on readline Usage:
#
#	If your Linux system has readline, then you may append the
#	following flags to the defines below:
#
#		ARCHCFLAGS = . . .  -DHASREADLINE
#		ARCHLIB = . . .  -lreadline
#
#	and recompile PVM.
#
#	On some Linux systems, readline requires ncurses, so you
#	must also add "-lncurses" to the ARCHLIB define.
#
ARCHCFLAGS	=	-DNOWAIT3 -DNOUNIXDOM -DCTIMEISTIMET -DSYSERRISCONST \
				-DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN \
				-DHASSTDLIB -DSYSVSTR -DHASERRORVARS -DFDSETNOTSTRUCT \
				-DSOCKLENISUINT -DNOTMPNAM
ARCHDLIB	=
ARCHDOBJ	=
ARCHLIB		=
HASRANLIB	=	t
AR			=	ar
PVM_ARCH	=	LINUXALPHA
MAKE		=	make