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.13 by greg, Wed May 29 16:22:34 1991 UTC vs.
Revision 1.14 by greg, Wed May 29 17:33:39 1991 UTC

# Line 18 | Line 18 | INSTDIR = /lumen/lumen/ray/bin.sun3
18  
19   COMPAT = bmalloc.o
20  
21 + all:    oconv getbbox
22 +
23   oconv:  misc.o objset.o oconv.o octree.o readobj.o \
24   readoct.o sphere.o fvect.o otypes.o writeoct.o o_face.o face.o plocate.o xf.o \
25   clip.o cone.o o_cone.o instance.o o_instance.o bbox.o savestr.o header.o \
# Line 27 | Line 29 | readobj.o writeoct.o fvect.o otypes.o sphere.o misc.o
29   face.o plocate.o clip.o cone.o o_cone.o instance.o o_instance.o mat4.o xf.o \
30   bbox.o savestr.o header.o fgetline.o initotypes.o $(COMPAT) -lm
31  
32 < install:        oconv
33 <        cp oconv $(INSTDIR)
32 > getbbox:        getbbox.o objset.o octree.o readobj2.o \
33 > readoct.o fvect.o otypes.o face.o xf.o misc.o \
34 > cone.o instance.o bbox.o savestr.o header.o \
35 > mat4.o fgetline.o initotypes2.o $(COMPAT)
36 >        cc $(CFLAGS) -o getbbox getbbox.o readoct.o octree.o objset.o \
37 > readobj2.o fvect.o otypes.o misc.o \
38 > face.o cone.o instance.o mat4.o xf.o \
39 > bbox.o savestr.o header.o fgetline.o initotypes2.o $(COMPAT) -lm
40 >
41 > install:        oconv getbbox
42 >        cp oconv getbbox $(INSTDIR)
43  
44   clean:
45          set nonomatch; rm -f oconv *.o core

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines