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

Comparing ray/src/px/Rmakefile (file contents):
Revision 1.53 by greg, Thu Nov 7 11:06:03 1991 UTC vs.
Revision 1.54 by greg, Thu Nov 7 16:36:21 1991 UTC

# Line 1 | Line 1
1 #
2 # SCCSid "$SunId$ LBL"
1   #  Compiles for image processing and display programs
2 + # SCCSid "$SunId$ LBL"
3   #
4  
5   ARCH = sun
# Line 29 | Line 28 | x10:   x10image
28   aed:    aedimage
29          cp aedimage $(INSTDIR)
30  
31 + sgi:    glimage
32 +        cp glimage $(INSTDIR)
33 +
34   tiff:   ra_tiff
35          cp ra_tiff $(INSTDIR)
36  
# Line 41 | Line 43 | install:       $(PROGS) $(SPECIAL) normpat.csh falsecolor.cs
43          chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor
44  
45   clean:
46 <        set nonomatch; rm -f $(PROGS) *.o core
46 >        set nonomatch; rm -f x10image aedimage glimage ra_tiff \
47 > $(PROGS) *.o core
48  
49   pfilt:  pfilt.o pf2.o pf3.o
50          cc $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines