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 2.6 by greg, Mon Apr 3 16:46:46 1995 UTC

# Line 9 | Line 9
9   #
10  
11   OPT = -O
12 < MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il
13 < CFLAGS = -DSTRICT $(OPT) $(MACH)
12 > MACH = -DBSD
13 > CFLAGS = -DSTRICT $(OPT) $(MACH) -I../common -L../lib
14 > CC = cc
15 > MLIB = -lm
16  
17 < INSTDIR = /usr/local/ray
17 > LIBDIR = /usr/local/lib/ray
18  
19 < INSTALL = install
19 > INSTDIR = /usr/local/bin
20  
21 < COMPAT = malloc.o
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 \
26 < mat4.o fgetline.o initotypes.o $(COMPAT)
27 <        cc $(CFLAGS) -o oconv oconv.o readoct.o octree.o objset.o \
26 < readobj.o writeoct.o fvect.o otypes.o sphere.o misc.o o_face.o \
27 < face.o plocate.o clip.o cone.o o_cone.o instance.o o_instance.o mat4.o xf.o \
28 < bbox.o savestr.o header.o fgetline.o initotypes.o $(COMPAT) -lm
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 > o_cone.o o_instance.o bbox.o readfargs.o \
27 > initotypes.o malloc.o -lrt $(MLIB)
28  
29 < install:        oconv
30 <        $(INSTALL) oconv $(INSTDIR)
29 > getbbox:        getbbox.o readobj2.o bbox.o init2otypes.o
30 >        $(CC) $(CFLAGS) -o getbbox getbbox.o readobj2.o \
31 > bbox.o init2otypes.o -lrt $(MLIB)
32  
33 < xf.o:   xf.c
34 <        cc $(CFLAGS) -DINVXF -c xf.c
33 > install:        oconv getbbox
34 >        cp oconv getbbox $(INSTDIR)
35  
36 < bbox.o cone.o face.o initotypes.o misc.o o_cone.o o_face.o \
37 < o_instance.o objset.o oconv.o instance.o octree.o \
38 < otypes.o readobj.o readoct.o sphere.o writeoct.o:       standard.h fvect.h
36 > clean:
37 >        set nonomatch; rm -f oconv getbbox *.o core
38  
39 < initotypes.o o_cone.o o_face.o objset.o oconv.o octree.o \
40 < readoct.o sphere.o writeoct.o:  octree.h
39 > readfargs.o:    readfargs.c ../common/object.h
40 >        $(CC) $(CFLAGS) -DMEMHOG -c readfargs.c
41  
42 < bbox.o cone.o face.o o_cone.o o_face.o o_instance.o objset.o oconv.o \
43 < instance.o otypes.o readobj.o readoct.o sphere.o writeoct.o:    object.h
42 > bbox.o initotypes.o o_cone.o o_face.o \
43 > o_instance.o oconv.o sphere.o \
44 > writeoct.o:     ../common/standard.h ../common/mat4.h ../common/fvect.h
45  
46 < bbox.o cone.o initotypes.o objset.o oconv.o otypes.o \
47 < readobj.o readoct.o sphere.o writeoct.o:        otypes.h
46 > initotypes.o o_cone.o o_face.o oconv.o \
47 > sphere.o writeoct.o:    ../common/octree.h
48  
49 < fvect.o:        fvect.h
49 > bbox.o o_cone.o o_face.o o_instance.o oconv.o \
50 > sphere.o writeoct.o:    ../common/object.h
51  
52 < bbox.o cone.o o_cone.o: cone.h
52 > bbox.o initotypes.o oconv.o \
53 > sphere.o writeoct.o:    ../common/otypes.h
54  
55 < bbox.o face.o o_face.o: face.h
55 > oconv.o:        ../common/paths.h
56  
57 < bbox.o o_instance.o instance.o: instance.h octree.h
57 > bbox.o o_cone.o:        ../common/cone.h
58  
59 < clip.o o_face.o plocate.o:      plocate.h
59 > bbox.o o_face.o:        ../common/face.h
60 >
61 > bbox.o o_instance.o:    ../common/instance.h ../common/octree.h
62 >
63 > o_face.o:       ../common/plocate.h
64 >
65 > clip.o plocate.o:       ../common/fvect.h
66 >
67 > initotypes.o init2otypes.o:     ../common/otypes.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines