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 2.4 by greg, Thu Dec 9 17:29:51 1993 UTC vs.
Revision 2.6 by greg, Mon Apr 3 16:46:46 1995 UTC

# Line 20 | Line 20 | INSTDIR = /usr/local/bin
20  
21   all:    oconv getbbox
22  
23 < oconv:  oconv.o sphere.o writeoct.o o_face.o plocate.o \
24 < clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o
23 > oconv:  oconv.o sphere.o writeoct.o o_face.o \
24 > o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o
25          $(CC) $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \
26 < plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \
26 > o_cone.o o_instance.o bbox.o readfargs.o \
27   initotypes.o malloc.o -lrt $(MLIB)
28  
29   getbbox:        getbbox.o readobj2.o bbox.o init2otypes.o
# Line 36 | Line 36 | install:       oconv getbbox
36   clean:
37          set nonomatch; rm -f oconv getbbox *.o core
38  
39 oconv.o:        oconv.c
40        $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c oconv.c
41
39   readfargs.o:    readfargs.c ../common/object.h
40          $(CC) $(CFLAGS) -DMEMHOG -c readfargs.c
41  
# Line 55 | Line 52 | sphere.o writeoct.o:   ../common/object.h
52   bbox.o initotypes.o oconv.o \
53   sphere.o writeoct.o:    ../common/otypes.h
54  
55 + oconv.o:        ../common/paths.h
56 +
57   bbox.o o_cone.o:        ../common/cone.h
58  
59   bbox.o o_face.o:        ../common/face.h
60  
61   bbox.o o_instance.o:    ../common/instance.h ../common/octree.h
62  
63 < clip.o o_face.o plocate.o:      plocate.h
63 > o_face.o:       ../common/plocate.h
64  
65   clip.o plocate.o:       ../common/fvect.h
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines