ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/makeall
(Generate patch)

Comparing ray/makeall (file contents):
Revision 1.19 by greg, Tue Aug 9 21:21:14 2005 UTC vs.
Revision 1.20 by greg, Mon Sep 19 02:23:58 2005 UTC

# Line 117 | Line 117 | switch ("$arch")
117   case 1:                 # SPARC Station
118          set arch=sun
119          set mach="-I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO"
120 <        set opt="-O -DSPEED=80"
120 >        set opt="-O"
121          set compat="strcmp.o"
122          breaksw
123   case 2:                 # HP workstation
124          set mach=""
125 <        set opt="-O -DSPEED=80 -Aa -D_HPUX_SOURCE"
125 >        set opt="-O -Aa -D_HPUX_SOURCE"
126          set compat="strcmp.o"
127          set arch=hpux
128          breaksw
# Line 131 | Line 131 | case 3:                        # Silicon Graphics
131          switch (`uname -r`)
132          case 3.*:
133                  set mach="-noprototypes"
134 <                set opt="-O -DSPEED=80"
134 >                set opt="-O"
135                  set special="sgi"
136                  set compat="strcmp.o"
137                  breaksw
138          case 4.*:
139                  set mach=""
140 <                set opt="-O2 -DSPEED=100"
140 >                set opt="-O2"
141                  set compat="strcmp.o"
142                  set extras='"MLIB=-lfastm -lm"'
143                  breaksw
# Line 145 | Line 145 | case 3:                        # Silicon Graphics
145                  ln -s `which wish` $idir/wish4.0
146                  set path=($idir $path)
147                  set mach="-w"
148 <                set opt="-O2 -DSPEED=200"
148 >                set opt="-O2"
149                  set special="ogl"
150                  set compat="strcmp.o"
151                  breaksw
# Line 158 | Line 158 | case 4:                        # AIX
158          breaksw
159   case 5:                 # BSDI BSD/386
160          set mach="-DBSD -L/usr/X11/lib -I/usr/X11/include"
161 <        set opt="-O -DSPEED=100"
161 >        set opt="-O"
162          set arch=IBMPC
163          set compat="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"
167 >        set opt="-O2"
168          set arch=IBMPC
169          set compat="erf.o"
170          set extras=CC=gcc
171          breaksw
172   case 7:                 # MacOS X
173          set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
174 <        set opt="-O2 -DSPEED=200"
174 >        set opt="-O2"
175          set arch=PowerPC
176          set extras="CC=cc CONFIGURE_ARCH=powerpc"
177          set special="ogl"
178          breaksw
179   case 8:                 # FreeBSD
180          set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
181 <        set opt="-O -DSPEED=200"
181 >        set opt="-O"
182          set compat="erf.o"
183          set extras='CC=cc MLIB="-lcompat -lm"'
184          set arch=IBMPC
185          breaksw
186   case 9:                 # Cygwin
187          set mach="-Dfreebsd -L/usr/lib -L/usr/X11R6/lib -I/usr/include/X11 -I/usr/X11R6/include -DNOSTEREO"
188 <        set opt="-O2 -DSPEED=200"
188 >        set opt="-O2"
189          set arch=IBMPC
190          set compat="erf.o"
191          set extras="CC=gcc"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines