~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to pvm3/conf/BEOSCYLD.def

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Notes on readline Usage:
 
3
#
 
4
#       If your Linux system has readline, then you may append the
 
5
#       following flags to the defines below:
 
6
#
 
7
#               ARCHCFLAGS = . . .  -DHASREADLINE
 
8
#               ARCHLIB = . . .  -lreadline
 
9
#
 
10
#       and recompile PVM.
 
11
#
 
12
#       On some Linux systems, readline requires ncurses, so you
 
13
#       must also add "-lncurses" to the ARCHLIB define.
 
14
#
 
15
ARCHCFLAGS      =       -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/bpsh\" \
 
16
                                -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS \
 
17
                                -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM
 
18
ARCHDLIB        =       /usr/lib/libbproc.a
 
19
ARCHDOBJ        =
 
20
ARCHLIB         =       /usr/lib/libbproc.a
 
21
HASRANLIB       =       t
 
22
AR                      =       ar
 
23
PVM_ARCH        =       BEOSCYLD
 
24
MAKE            =       make