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

Comparing ray/src/ot/Rmakefile (file contents):
Revision 1.7 by greg, Thu Dec 13 10:52:49 1990 UTC vs.
Revision 1.9 by greg, Wed Mar 6 09:56:04 1991 UTC

# Line 12 | Line 12 | OPT = -O
12   MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il
13   CFLAGS = -DSTRICT $(OPT) $(MACH)
14  
15 < INSTDIR = /usr/local/ray
15 > INSTDIR = ../../bin
16  
17 INSTALL = install
18
17   COMPAT = malloc.o
18  
19   oconv:  misc.o objset.o oconv.o octree.o readobj.o \
# Line 28 | Line 26 | face.o plocate.o clip.o cone.o o_cone.o instance.o o_i
26   bbox.o savestr.o header.o fgetline.o initotypes.o $(COMPAT) -lm
27  
28   install:        oconv
29 <        $(INSTALL) oconv $(INSTDIR)
29 >        cp oconv $(INSTDIR)
30  
31 + clean:
32 +        rm -f oconv *.o core
33 +
34   xf.o:   xf.c
35          cc $(CFLAGS) -DINVXF -c xf.c
36  
37   bbox.o cone.o face.o initotypes.o misc.o o_cone.o o_face.o \
38 < o_instance.o objset.o oconv.o instance.o octree.o \
39 < otypes.o readobj.o readoct.o sphere.o writeoct.o:       standard.h fvect.h
38 > o_instance.o objset.o oconv.o instance.o octree.o otypes.o readobj.o \
39 > readoct.o sphere.o writeoct.o xf.o:     standard.h mat4.h fvect.h
40  
41   initotypes.o o_cone.o o_face.o objset.o oconv.o octree.o \
42   readoct.o sphere.o writeoct.o:  octree.h
# Line 45 | Line 46 | instance.o otypes.o readobj.o readoct.o sphere.o write
46  
47   bbox.o cone.o initotypes.o objset.o oconv.o otypes.o \
48   readobj.o readoct.o sphere.o writeoct.o:        otypes.h
49 +
50 + mat4.o:         mat4.h fvect.h
51  
52   fvect.o:        fvect.h
53  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines