| 118 |
|
set arch=sun |
| 119 |
|
set mach="-I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO" |
| 120 |
|
set opt="-O -DSPEED=80" |
| 121 |
< |
set compat="bmalloc.o strcmp.o getpagesize.o" |
| 121 |
> |
set compat="bmalloc.o strcmp.o" |
| 122 |
|
breaksw |
| 123 |
|
case 2: # HP workstation |
| 124 |
|
set mach="" |
| 125 |
|
set opt="-O -DSPEED=80 -Aa -D_HPUX_SOURCE" |
| 126 |
< |
set compat="bmalloc.o getpagesize.o strcmp.o" |
| 126 |
> |
set compat="bmalloc.o strcmp.o" |
| 127 |
|
set arch=hpux |
| 128 |
|
breaksw |
| 129 |
|
case 3: # Silicon Graphics |
| 133 |
|
set mach="-noprototypes" |
| 134 |
|
set opt="-O -DSPEED=80" |
| 135 |
|
set special="sgi" |
| 136 |
< |
set compat="malloc.o strcmp.o" |
| 136 |
> |
set compat="bmalloc.o strcmp.o" |
| 137 |
|
breaksw |
| 138 |
|
case 4.*: |
| 139 |
|
set mach="" |
| 140 |
|
set opt="-O2 -DSPEED=100" |
| 141 |
< |
set compat="malloc.o strcmp.o" |
| 141 |
> |
set compat="bmalloc.o strcmp.o" |
| 142 |
|
set extras='"MLIB=-lfastm -lm"' |
| 143 |
|
breaksw |
| 144 |
|
default: # 5.x or later |
| 160 |
|
set mach="-DBSD -L/usr/X11/lib -I/usr/X11/include" |
| 161 |
|
set opt="-O -DSPEED=100" |
| 162 |
|
set arch=IBMPC |
| 163 |
< |
set compat="malloc.o erf.o strcmp.o" |
| 163 |
> |
set compat="bmalloc.o erf.o strcmp.o" |
| 164 |
|
breaksw |
| 165 |
|
case 6: # Linux |
| 166 |
|
set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO" |
| 167 |
|
set opt="-O2 -DSPEED=200" |
| 168 |
|
set arch=IBMPC |
| 169 |
< |
set compat="bmalloc.o erf.o getpagesize.o" |
| 169 |
> |
set compat="bmalloc.o erf.o" |
| 170 |
|
set extras=CC=gcc |
| 171 |
|
breaksw |
| 172 |
|
case 7: # MacOS X |
| 188 |
|
set mach="-Dfreebsd -L/usr/lib -L/usr/X11R6/lib -I/usr/include/X11 -I/usr/X11R6/include -DNOSTEREO" |
| 189 |
|
set opt="-O2 -DSPEED=200" |
| 190 |
|
set arch=IBMPC |
| 191 |
< |
set compat="bmalloc.o erf.o getpagesize.o" |
| 191 |
> |
set compat="bmalloc.o erf.o" |
| 192 |
|
set extras="CC=gcc" |
| 193 |
|
set special="ogl" |
| 194 |
|
set esuffix=".exe" |
| 264 |
|
echo 'For Bourne shell users, put the following into $HOME/profile' |
| 265 |
|
echo " PATH=$idir"':$PATH' |
| 266 |
|
echo " export PATH" |
| 267 |
– |
endif |
| 268 |
– |
if (! -d /usr/tmp) then |
| 269 |
– |
ln -s /tmp /usr/tmp |
| 270 |
– |
if ($status) then |
| 271 |
– |
echo "" |
| 272 |
– |
echo "IMPORTANT: Execute 'sudo ln -s /tmp /usr/tmp'" |
| 273 |
– |
endif |
| 267 |
|
endif |
| 268 |
|
else |
| 269 |
|
cd src |