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

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.25 by gregl, Fri Jan 23 15:20:42 1998 UTC vs.
Revision 2.28 by gwlarson, Tue Jun 9 16:19:02 1998 UTC

# Line 1 | Line 1
1   #
2 < # SCCSid "$SunId$ LBL"
2 > # SCCSid "$SunId$ SGI"
3   # Radiance makefile for utility programs
4   #
5  
# Line 11 | Line 11 | CFLAGS = $(MACH) $(OPT) -I../common -L../lib
11  
12   CC = cc
13  
14 + SPECIAL =
15 +
16   INSTDIR = /usr/local/bin
17  
18   LIBDIR = /usr/local/lib/ray
19  
20   PROGS = findglare xglaresrc glarendx rpiece rad ranimate vwright getinfo vwrays
21  
22 < all:    $(PROGS)
22 > all:    $(PROGS) $(SPECIAL)
23  
24   install:        all objview.csh objpict.csh glare.csh dayfact.csh rlux.csh \
25   raddepend.csh trad.wsh objline.csh compamb.csh
# Line 40 | Line 42 | raddepend.csh trad.wsh objline.csh compamb.csh
42   clean:
43          set nonomatch; rm -f *.o $(PROGS) core
44  
45 + ogl:    glrad
46 +        cp glrad $(INSTDIR)
47 +
48 + x10:
49 +
50 + aed:
51 +
52 + sgi:
53 +
54 + sun:
55 +
56   scanner:        scanner.o
57          $(CC) $(CFLAGS) -o scanner scanner.o -lm
58  
# Line 75 | Line 88 | vwrays:                vwrays.o
88   getinfo:        getinfo.o
89          $(CC) $(CFLAGS) -o getinfo getinfo.o -lrt
90  
91 + glrad:  glrad.o
92 +        $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrt -lGLU -lGL -lX11 -lm
93 +
94   contour:        contour.o
95          $(CC) $(CFLAGS) -o contour contour.o -lm
96  
# Line 117 | Line 133 | ranimate.o netproc.o:  netproc.h
133  
134   netproc.o:      ../common/paths.h
135  
136 < ranimate.o:     ../common/view.h
136 > rad.o ranimate.o:       ../common/view.h
137 >
138 > glrad.o:        ../common/radogl.h \
139 > ../common/standard.h ../common/mat4.h ../common/fvect.h \
140 > ../common/color.h ../common/object.h ../common/otypes.h ../common/lookup.h
141 >
142 > glrad.o:        glradicon.h ../common/view.h ../common/paths.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines