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.14 by greg, Wed May 29 17:33:39 1991 UTC vs.
Revision 1.15 by greg, Mon Jul 15 11:42:58 1991 UTC

# Line 16 | Line 16 | LIBDIR = /usr/local/lib/ray
16  
17   INSTDIR = /lumen/lumen/ray/bin.sun3
18  
19 COMPAT = bmalloc.o
20
19   all:    oconv getbbox
20  
21 < oconv:  misc.o objset.o oconv.o octree.o readobj.o \
22 < readoct.o sphere.o fvect.o otypes.o writeoct.o o_face.o face.o plocate.o xf.o \
23 < clip.o cone.o o_cone.o instance.o o_instance.o bbox.o savestr.o header.o \
24 < mat4.o fgetline.o initotypes.o $(COMPAT)
25 <        cc $(CFLAGS) -o oconv oconv.o readoct.o octree.o objset.o \
28 < readobj.o writeoct.o fvect.o otypes.o sphere.o misc.o o_face.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
21 > oconv:  oconv.o sphere.o writeoct.o o_face.o plocate.o \
22 > clip.o o_cone.o o_instance.o bbox.o initotypes.o
23 >        cc $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \
24 > plocate.o clip.o o_cone.o o_instance.o bbox.o \
25 > initotypes.o ../common/librt.a -lm
26  
27 < getbbox:        getbbox.o objset.o octree.o readobj2.o \
28 < readoct.o fvect.o otypes.o face.o xf.o misc.o \
29 < 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
27 > getbbox:        getbbox.o readobj2.o bbox.o initotypes2.o
28 >        cc $(CFLAGS) -o getbbox getbbox.o readobj2.o \
29 > bbox.o initotypes2.o ../common/librt.a -lm
30  
31   install:        oconv getbbox
32          cp oconv getbbox $(INSTDIR)
# Line 47 | Line 37 | clean:
37   oconv.o:        oconv.c
38          cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c oconv.c
39  
40 < xf.o:   xf.c
41 <        cc $(CFLAGS) -DINVXF -c xf.c
40 > bbox.o initotypes.o o_cone.o o_face.o \
41 > o_instance.o oconv.o sphere.o writeoct.o:       standard.h mat4.h fvect.h
42  
43 < bbox.o cone.o face.o initotypes.o misc.o o_cone.o o_face.o \
44 < o_instance.o objset.o oconv.o instance.o octree.o otypes.o readobj.o \
55 < readoct.o sphere.o writeoct.o xf.o:     standard.h mat4.h fvect.h
43 > initotypes.o o_cone.o o_face.o oconv.o \
44 > sphere.o writeoct.o:    octree.h
45  
46 < initotypes.o o_cone.o o_face.o objset.o oconv.o octree.o \
47 < readoct.o sphere.o writeoct.o:  octree.h
46 > bbox.o o_cone.o o_face.o o_instance.o oconv.o \
47 > sphere.o writeoct.o:    object.h
48  
49 < bbox.o cone.o face.o o_cone.o o_face.o o_instance.o objset.o oconv.o \
50 < instance.o otypes.o readobj.o readoct.o sphere.o writeoct.o:    object.h
49 > bbox.o initotypes.o oconv.o \
50 > sphere.o writeoct.o:    otypes.h
51  
52 < bbox.o cone.o initotypes.o objset.o oconv.o otypes.o \
64 < readobj.o readoct.o sphere.o writeoct.o:        otypes.h
52 > bbox.o o_cone.o:        cone.h
53  
54 < mat4.o:         mat4.h fvect.h
54 > bbox.o o_face.o:        face.h
55  
56 < fvect.o:        fvect.h
69 <
70 < bbox.o cone.o o_cone.o: cone.h
71 <
72 < bbox.o face.o o_face.o: face.h
73 <
74 < bbox.o o_instance.o instance.o: instance.h octree.h
56 > bbox.o o_instance.o:    instance.h octree.h
57  
58   clip.o o_face.o plocate.o:      plocate.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines