ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/Rmakefile
(Generate patch)

Comparing ray/src/cv/Rmakefile (file contents):
Revision 2.6 by greg, Wed Apr 13 14:08:53 1994 UTC vs.
Revision 2.8 by greg, Wed Jun 22 15:39:49 1994 UTC

# Line 1 | Line 1
1 # SCCSid "$SunId$ LBL"
2
1   #
2 + # SCCSid "$SunId$ LBL"
3   # Makefile for conversion programs
4   #
5  
# Line 18 | Line 17 | INSTDIR = /usr/local/bin
17  
18   LIBDIR = /usr/local/lib/ray
19  
20 < PROGS = thf2rad ies2rad arch2rad nff2rad lampcolor tmesh2rad obj2rad
20 > PROGS = thf2rad ies2rad arch2rad nff2rad lampcolor tmesh2rad obj2rad mgf2rad
21  
22   LIBFILES = source.cal tilt.cal lamp.tab tmesh.cal
23  
# Line 47 | Line 46 | nff2rad:       nff2rad.o
46   lampcolor:      lampcolor.o
47          $(CC) $(CFLAGS) -o lampcolor lampcolor.o -lrt
48  
49 < tmesh2rad:      tmesh2rad.o
50 <        $(CC) $(CFLAGS) -o tmesh2rad tmesh2rad.o -lrt $(MLIB)
49 > tmesh2rad:      tmesh2rad.o tmesh.o
50 >        $(CC) $(CFLAGS) -o tmesh2rad tmesh2rad.o tmesh.o -lrt $(MLIB)
51  
52 < obj2rad:        obj2rad.o trans.o
53 <        $(CC) $(CFLAGS) -o obj2rad obj2rad.o trans.o -lrt $(MLIB)
52 > obj2rad:        obj2rad.o trans.o tmesh.o
53 >        $(CC) $(CFLAGS) -o obj2rad obj2rad.o trans.o tmesh.o -lrt $(MLIB)
54  
55 + mgf2rad:        MGF_LIB mgf2rad.o tmesh.o
56 +        $(CC) $(CFLAGS) -o mgf2rad mgf2rad.o tmesh.o -lmgf -lrt $(MLIB)
57 +
58 + MGF_LIB:
59 +        cd mgflib ; \
60 +        make libmgf.a CFLAGS="$(OPT) $(MACH) '-DMEM_PTR=char *' -DNOPROTO" ; \
61 +        cp libmgf.a ../../lib
62 +
63 + mgf2rad.o:      mgflib/parser.h tmesh.h
64 +        $(CC) $(CFLAGS) '-DMEM_PTR=char *' -DNOPROTO -c mgf2rad.c
65 +
66   arch2rad.o trans.o:     trans.h
67  
68   ies2rad.o lampcolor.o:  ../common/color.h
69  
70   ies2rad.o:      ../common/paths.h
71  
72 < tmesh2rad.o:    ../common/standard.h ../common/mat4.h ../common/fvect.h
72 > obj2rad.o tmesh2rad.o:  tmesh.h \
73 > ../common/standard.h ../common/mat4.h ../common/fvect.h
74 >
75 > obj2rad.o:      trans.h
76 >
77 > tmesh.o:        tmesh.h ../common/fvect.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines