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.3 by greg, Thu Mar 27 04:16:33 2003 UTC vs.
Revision 1.28 by greg, Fri Jun 29 16:18:02 2012 UTC

# Line 1 | Line 1
1   #!/bin/csh -f
2   # RCSid $Id$
3   #
4 #Added macosX 2001-04-11 by Jean Brange
5 #Deleted obsolete systems 2001-04-18 by Greg Ward
6 #
4   # Make all the Radiance programs
5   #
6   if ( $#argv < 1 ) then
# Line 14 | Line 11 | if ( $#argv < 1 ) then
11   endif
12   if ( "$1" == library ) then
13          source installib
14 +        cp -f src/*/*.{cal,tab,hex,dat} $ldir
15          echo ""
16          echo "Set the environment variable RAYPATH=.:$ldir"
17          echo 'For C-shell users, put the following into ~/.cshrc'
18          echo "  setenv RAYPATH .:$ldir"
19 <        echo 'For Bourne shell users, put the following into $HOME/profile'
19 >        echo 'For Bourne shell users, put the following into $HOME/.profile'
20          echo "  RAYPATH=.:$ldir"
21          echo "  export RAYPATH"
22          echo ""
23          exit 0
24   endif
25 < set srcdirs=( common meta cv gen ot rt px hd util cal )
25 > set srcdirs=( common rt meta cv gen ot px hd util cal )
26   if ( "$1" == install ) then
27          cat << _EOF_
28  
# Line 50 | Line 48 | again1:
48   echo -n "Where do you want the executables [/usr/local/bin]? "
49   set idir=$<
50   (echo $idir) >/dev/null
51 < if ( $status ) goto again1
51 > if ( $status ) then
52 >        goto again1
53 > endif
54   set idir=$idir
55   if ( "$idir" == "" ) then
56          set idir=/usr/local/bin
# Line 65 | Line 65 | if ( ! -d $idir ) then
65                  goto again1
66          endif
67   endif
68 < if ( ! -d $idir/dev ) then
69 <        mkdir $idir/dev
70 <        if ( $status ) then
71 <                echo "Cannot create subdirectory, please reenter"
72 <                goto again1
68 > set inpath=0
69 > foreach i ( $path )
70 >        if ( "$i" == "$idir" ) then
71 >                set inpath=1
72 >                break
73          endif
74 < endif
74 > end
75   set rmake=$idir/rmake
76 < if ( "`ls -tL $rmake $0 |& head -1`" == $rmake ) goto gotrmake
76 > if ( "`ls -tL $rmake $0 |& head -1`" == $rmake ) then
77 >        goto gotrmake
78 > endif
79   set newrmake
80 < goto skiplicense
79 < cat << _EOF_
80 <
81 <                     RADIANCE LICENSE AGREEMENT
82 <
83 < Radiance is a registered copyright of The Regents of the University of
84 < California ("The Regents"). The Regents grant to you a nonexclusive,
85 < nontransferable license ("License") to use Radiance source code without
86 < fee.  You may not sell or distribute Radiance to others without the
87 < prior express written permission of The Regents.  You may compile and
88 < use this software on any machines to which you have personal access,
89 < and may share its use with others who have access to the same machines.
90 <
91 < NEITHER THE UNITED STATES NOR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY
92 < OF THEIR EMPLOYEES, MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY
93 < LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS
94 < OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS
95 < THAT ITS USE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS.  By downloading, using
96 < or copying this software, you agree to abide by the intellectual property laws
97 < and all other applicable laws of the United States, and by the terms of this
98 < License Agreement. Ownership of the software shall remain solely in The
99 < Regents.  The Regents shall have the right to terminate this License
100 < immediately by written notice upon your breach of, or noncompliance with, any
101 < of its terms.  You shall be liable for any infringement or damages resulting
102 < from your failure to abide by the terms of this License Agreement.
103 <
104 < _EOF_
80 > more License.txt
81   echo -n "Do you understand and accept the terms of this agreement [n]? "
82   set ans="$<"
83   if ( "$ans" !~ [yY]* ) exit
108 echo -n "Are you a new Radiance user or with a new address [y]? "
109 set ans="$<"
110 if ( "$ans" !~ [nN]* ) then
111        csh -f newuser
112 else
113        echo `cat src/rt/VERSION` compiled by `whoami` | mail [email protected]
114 endif
115 skiplicense:
84   set special=
85   set arch=
86   set opt=
87   set mach=
88   set compat=
89   set extras=
90 + set esuffix=
91   cat << _EOF_
92  
93   Please select your system type from the following list:
94  
95          1)      Sun Solaris
96 <        2)      HP workstation
97 <        3)      Silicon Graphics
98 <        4)      AIX (RS/6000)
99 <        5)      BSDI BSD/386
100 <        6)      Linux
132 <        7)      MacOS X
133 <        8)      FreeBSD
134 <        9)      Other
96 >        2)      Linux
97 >        3)      MacOS X
98 >        4)      FreeBSD
99 >        5)      Cygwin
100 >        6)      Other
101  
102   _EOF_
103   echo -n "Choice? "
# Line 139 | Line 105 | set arch="$<"
105   switch ("$arch")
106   case 1:                 # SPARC Station
107          set arch=sun
108 <        if ( `uname -r` =~ 4.* ) then
109 <                set mach="-fsingle -DBSD /usr/lib/libm.il -I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO"
110 <                set opt="-O -pipe -DSPEED=12"
145 <                set special="sun"
146 <                set compat="bmalloc.o strcmp.o"
147 <        else
148 <                set mach="-I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO"
149 <                set opt="-O -DSPEED=80"
150 <                set special="ogl"
151 <                set compat="bmalloc.o strcmp.o getpagesize.o"
152 <        endif
108 >        set mach="-I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO"
109 >        set opt="-O"
110 >        set compat="strcmp.o timegm.o"
111          breaksw
112 < case 2:                 # HP workstation
113 <        set mach=""
114 <        set opt="-O -DSPEED=80 -Aa -D_HPUX_SOURCE"
115 <        set compat="bmalloc.o getpagesize.o strcmp.o"
116 <        set arch=hpux
112 > case 2:                 # Linux
113 >        set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
114 >        set opt="-O2"
115 >        set arch=IBMPC
116 >        set compat="erf.o"
117 >        set extras=CC=gcc
118          breaksw
119 < case 3:                 # Silicon Graphics
120 <        set arch=sgi
121 <        switch (`uname -r`)
122 <        case 3.*:
123 <                set mach="-noprototypes"
124 <                set opt="-O -DSPEED=80"
166 <                set special="sgi"
167 <                set compat="malloc.o strcmp.o"
168 <                breaksw
169 <        case 4.*:
170 <                set mach=""
171 <                set opt="-O2 -DSPEED=100"
172 <                set compat="malloc.o strcmp.o"
173 <                set extras='"MLIB=-lfastm -lm"'
174 <                breaksw
175 <        default:        # 5.x or later
176 <                ln -s `which wish` $idir/wish4.0
177 <                set path=($idir $path)
178 <                set mach="-w"
179 <                set opt="-O2 -DSPEED=200"
180 <                set special="ogl"
181 <                set compat="bmalloc.o strcmp.o"
182 <                breaksw
183 <        endsw
119 > case 3:                 # MacOS X
120 >        set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
121 >        set opt="-O2"
122 >        set arch=Intel
123 >        set extras="CC=cc CONFIGURE_ARCH=i386"
124 >        set special="ogl"
125          breaksw
126 < case 4:                 # AIX
127 <        set mach="-Dvoid=char -D_NO_PROTO -DINCL_SEL_H"
126 > case 4:                 # FreeBSD
127 >        set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
128          set opt="-O"
129 <        set compat="bmalloc.o erf.o"
130 <        breaksw
190 < case 5:                 # BSDI BSD/386
191 <        set mach="-DBSD -L/usr/X11/lib -I/usr/X11/include"
192 <        set opt="-O -DSPEED=100"
129 >        set compat="erf.o"
130 >        set extras='CC=cc MLIB="-lcompat -lm"'
131          set arch=IBMPC
194        set compat="malloc.o erf.o strcmp.o"
132          breaksw
133 < case 6:                 # Linux
134 <        set mach="-Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
135 <        set opt="-O2 -DSPEED=200"
133 > case 5:                 # Cygwin
134 >        set mach="-Dfreebsd -L/usr/lib -L/usr/X11R6/lib -I/usr/include/X11 -I/usr/X11R6/include -DNOSTEREO"
135 >        set opt="-O2"
136          set arch=IBMPC
137 <        set compat="bmalloc.o erf.o getpagesize.o"
138 <        set extras=CC=gcc
202 <        breaksw
203 < case 7:                # MacOS X
204 <        set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
205 <        set opt="-O2 -DSPEED=200"
206 <        set arch=PowerPC
207 <        set compat="bmalloc.o"
208 <        set extras="CC=cc CONFIGURE_ARCH=powerpc"
137 >        set compat="erf.o"
138 >        set extras="CC=gcc"
139          set special="ogl"
140 <        breaksw
141 < case 8:                 # FreeBSD
142 <        set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib"
213 <        set opt="-O -DSPEED=200"
214 <        set compat="bmalloc.o erf.o"
215 <        set extras="CC=cc"
216 <        set arch=IBMPC
217 <        breaksw
218 < case 9:                 # Other
140 >        set esuffix=".exe"
141 >        breaksw
142 > case 6:                 # Other
143          set opt="-O"
144 <        set compat="bmalloc.o erf.o strcmp.o"
144 >        set compat="erf.o strcmp.o"
145          echo -n "Are you using the GNU C compiler [n]? "
146          if ( "$<" =~ [yY]* ) then
147                  set extras="CC=gcc"
148 +        else
149 +                set compat="$compat timegm.o"
150          endif
151 +        set arch=other
152          breaksw
153   default:
154          echo "Illegal choice\!"
# Line 229 | Line 156 | default:
156          exit 1
157          breaksw
158   endsw
232 # We don't seem to have any more cramped machines out there, so...
233 set mem="-DBIGMEM"
234 if ( $?mem ) then
235        set mach="$mach $mem"
236 else
237        echo -n "Does the target machine have more than 24 Mbytes of RAM? "
238        set ans="$<"
239        if ( "$ans" =~ [yY]* ) then
240                echo -n "More than 96 Mbytes? "
241                set ans="$<"
242                if ( "$ans" =~ [yY]* ) then
243                        set mach="$mach -DBIGMEM"
244                        set sizemod="huge models (100,000+ surfaces)"
245                else
246                        set sizemod="very large models (30,000+ surfaces)"
247                endif
248        else
249                set sizemod="large models (10,000+ surfaces)"
250        endif
251 endif
252 # echo "Do you expect to be rendering $sizemod?"
253 # echo -n '(Answering "yes" may adversly affect rendering time and geometric accuracy) '
254 # set ans="$<"
255 # if ( "$ans" =~ [yY]* ) then
256 #       set opt="$opt -DSMLFLT"
257 # endif
258 # echo -n "Do you have X10 support [n]? "
259 # if ( "$<" =~ [yY]* ) then
260 #       set special="$special x10"
261 # endif
159   source installib
160   sed 's/[        ]*$//' > $rmake << _EOF_
161   #!/bin/sh
# Line 268 | Line 165 | exec make "SPECIAL=$special" \
165          ARCH=$arch "COMPAT=$compat" \
166          INSTDIR=$idir \
167          LIBDIR=$ldir \
168 +        ESUFFIX=$esuffix \
169          $extras "\$@" -f Rmakefile
170   _EOF_
171   chmod 755 $rmake
# Line 306 | Line 204 | else
204          echo "Done."
205   endif
206   cd ..
207 < if (! -d /usr/tmp) then
208 <        ln -s /tmp /usr/tmp
209 <        if ($status) then
210 <                echo ""
211 <                echo "IMPORTANT: Execute 'sudo ln -s /tmp /usr/tmp'"
212 <                echo ""
213 <        endif
207 > if (! $inpath ) then
208 >        echo ""
209 >        echo "Add $idir to the beginning of your execution path:"
210 >        echo 'For C-shell users, put the following into ~/.cshrc'
211 >        echo "  set path=( $idir "'$path )'
212 >        echo 'For Bourne shell users, put the following into $HOME/.profile'
213 >        echo "  PATH=$idir"':$PATH'
214 >        echo "  export PATH"
215   endif
216   else
217   cd src
# Line 322 | Line 221 | foreach i ( $srcdirs )
221          make -f Rmakefile $*
222          popd
223   end
325 echo "Done."
224   cd ..
327 endif
225   foreach i ( $* )
226          if ( "$i" == clean ) then
227                  echo "Removing library archives..."
228 <                rm -f src/lib/*.[ao]
228 >                rm -f src/lib/*.{a,o,la}
229          endif
230   end
231 + echo "Done."
232 + endif
233   exit 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines