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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.55 by greg, Wed Jul 17 12:15:29 1991 UTC vs.
Revision 1.57 by greg, Fri Aug 16 12:54:48 1991 UTC

# Line 1 | Line 1
1 # SCCSid "$SunId$ LBL"
2
1   #
2 + # SCCSid "$SunId$ LBL"
3   #  Compiles for ray tracing programs.
4   #
5  
# Line 73 | Line 72 | MATSRC = normal.c dielectric.c m_clip.c glass.c m_brdf
72   MODOBJS = p_func.o t_func.o p_data.o t_data.o text.o mx_func.o mx_data.o
73   MODSRC = p_func.c t_func.c p_data.c t_data.c text.c mx_func.c mx_data.c
74  
75 < SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o data.o
76 < SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c
75 > SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o data.o readfargs.o
76 > SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c readfargs.c
77  
78   #
79   # What this makefile produces:
# Line 93 | Line 92 | x10:   $(DEVDIR)/x10
92  
93   aed:    $(DEVDIR)/aed
94  
95 + tiff:  
96 +
97   clean:
98          set nonomatch; rm -f $(PROGS) *.o core
99  
# Line 103 | Line 104 | lint:  $(RVSRC)
104   # Links:
105   #
106  
107 < $(DESTDIR)/rtrace:      $(RTOBJS)
107 > $(DESTDIR)/rtrace:      $(RTOBJS) ../common/librt.a
108          $(CC) $(CFLAGS) -o $(DESTDIR)/rtrace $(RTOBJS) $(LIBS)
109  
110 < $(DESTDIR)/rpict:       $(RPOBJS)
110 > $(DESTDIR)/rpict:       $(RPOBJS) ../common/librt.a
111          $(CC) $(CFLAGS) -o $(DESTDIR)/rpict $(RPOBJS) $(LIBS)
112  
113 < $(DESTDIR)/rview:       $(RVOBJS)
113 > $(DESTDIR)/rview:       $(RVOBJS) ../common/librt.a
114          $(CC) $(CFLAGS) -o $(DESTDIR)/rview $(RVOBJS) $(DLIBS) $(LIBS)
115  
115 $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rview:    ../common/librt.a
116
116   $(DESTDIR)/lookamb:     lookamb.o
117          $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o
118  
# Line 147 | Line 146 | rpmain.o:      rmain.c
146   rvmain.o:       rmain.c
147          $(CC) $(CFLAGS) -DRVIEW -DDEFPATH=\":$(LIBDIR)\" -c rmain.c
148          mv rmain.o rvmain.o
149 +
150 + readfargs.o:    readfargs.c ../common/object.h
151 +        $(CC) $(CFLAGS) -DMEMHOG -c readfargs.c
152  
153   #
154   # Uncomment the following to model dispersion:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines