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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.66 by greg, Wed Oct 23 10:47:31 1991 UTC vs.
Revision 1.67 by greg, Mon Oct 28 09:42:31 1991 UTC

# Line 6 | Line 6
6   OPT = -O
7   MACH = -DSTRUCTASSIGN -DBSD
8   CFLAGS = $(MACH) $(OPT) -I../common -L../lib
9 + SPECIAL = aed
10   CC = cc
11   LINT = lint
12   LINTFLAGS = -DSTRUCTASSIGN -DBSD -DIEEE -DVARIABLE -DFUNCTION \
# Line 85 | Line 86 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
86  
87   PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rview $(DESTDIR)/lookamb
88  
89 < all:    $(PROGS)
89 > all:    $(PROGS) $(SPECIAL)
90  
91 < install:        $(PROGS) rayinit.cal
91 > install:        $(PROGS) $(SPECIAL) rayinit.cal
92          $(INSTALL) $(PROGS) $(INSTDIR)
93          rm -f $(LIBDIR)/rayinit.cal
94          cp rayinit.cal $(LIBDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines