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.27 by gwlarson, Tue Jun 9 11:43:09 1998 UTC vs.
Revision 2.28 by gwlarson, Tue Jun 9 16:19:02 1998 UTC

# 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 42 | Line 44 | clean:
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines