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.7 by greg, Wed Jun 22 12:35:56 1994 UTC vs.
Revision 2.9 by greg, Thu Jun 23 10:27:54 1994 UTC

# Line 1 | Line 1
1 # SCCSid "$SunId$ LBL"
2
1   #
2 + # SCCSid "$SunId$ LBL"
3   # Makefile for conversion programs
4   #
5  
# Line 31 | Line 30 | install:       $(PROGS) $(LIBFILES)
30  
31   clean:
32          set nonomatch; rm -f $(PROGS) *.o core
33 +        cd mgflib ; make clean
34  
35   thf2rad:        thf2rad.o
36          $(CC) $(CFLAGS) -o thf2rad thf2rad.o
# Line 53 | Line 53 | tmesh2rad:     tmesh2rad.o tmesh.o
53   obj2rad:        obj2rad.o trans.o tmesh.o
54          $(CC) $(CFLAGS) -o obj2rad obj2rad.o trans.o tmesh.o -lrt $(MLIB)
55  
56 < mgf2rad:        mgf2rad.o ../lib/libmgf.a
56 > mgf2rad:        MGF_LIB mgf2rad.o tmesh.o
57          $(CC) $(CFLAGS) -o mgf2rad mgf2rad.o tmesh.o -lmgf -lrt $(MLIB)
58  
59 < ../lib/libmgf.a:
59 > MGF_LIB:
60          cd mgflib ; \
61          make libmgf.a CFLAGS="$(OPT) $(MACH) '-DMEM_PTR=char *' -DNOPROTO" ; \
62 <        mv libmgf.a ../../lib
62 >        cp libmgf.a ../../lib
63  
64   mgf2rad.o:      mgflib/parser.h tmesh.h
65 +        $(CC) $(CFLAGS) '-DMEM_PTR=char *' -DNOPROTO -c mgf2rad.c
66  
67   arch2rad.o trans.o:     trans.h
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines