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.17 by greg, Thu Jul 18 10:47:59 1991 UTC vs.
Revision 1.21 by greg, Thu Sep 5 11:17:38 1991 UTC

# Line 10 | Line 10
10  
11   OPT = -O
12   MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/libm.il
13 < CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common
13 > CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common -L../lib
14  
15 + COMPAT = malloc.o
16 +
17   LIBDIR = /usr/local/lib/ray
18  
19   INSTDIR = /lumen/lumen/ray/bin.sun3
# Line 19 | Line 21 | INSTDIR = /lumen/lumen/ray/bin.sun3
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
24 > clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o $(COMPAT)
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 \
27 < initotypes.o ../common/librt.a -lm
26 > plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \
27 > initotypes.o $(COMPAT) -lrt -lm
28  
29   getbbox:        getbbox.o readobj2.o bbox.o initotypes2.o
30          cc $(CFLAGS) -o getbbox getbbox.o readobj2.o \
31 < bbox.o initotypes2.o ../common/librt.a -lm
31 > bbox.o initotypes2.o -lrt -lm
32  
33   install:        oconv getbbox
34          cp oconv getbbox $(INSTDIR)
# Line 37 | Line 39 | clean:
39   oconv.o:        oconv.c
40          cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c oconv.c
41  
42 + readfargs.o:    readfargs.c ../common/object.h
43 +        cc $(CFLAGS) -DMEMHOG -c readfargs.c
44 +
45   bbox.o initotypes.o o_cone.o o_face.o \
46   o_instance.o oconv.o sphere.o \
47   writeoct.o:     ../common/standard.h ../common/mat4.h ../common/fvect.h
# Line 57 | Line 62 | bbox.o o_face.o:       ../common/face.h
62   bbox.o o_instance.o:    ../common/instance.h ../common/octree.h
63  
64   clip.o o_face.o plocate.o:      plocate.h
65 +
66 + initotypes.o initotypes2.o:     ../common/otypes.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines