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

Comparing ray/src/common/Rmakefile (file contents):
Revision 2.44 by schorsch, Wed Aug 20 09:35:56 2003 UTC vs.
Revision 2.49 by greg, Fri Mar 26 03:11:50 2004 UTC

# Line 19 | Line 19 | RTOBJ = cone.o face.o free_os.o instance.o readobj.o r
19  
20   PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
21          colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \
22 <        tmap16bit.o
22 >        tmap16bit.o bmpfile.o
23  
24   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
25          urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \
26 <        unix_process.o process.o getpath.o error.o savestr.o savqstr.o \
27 <        badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \
26 >        unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \
27 >        savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \
28          clip.o plocate.o eputs.o wputs.o quit.o lookup.o \
29          loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o
30  
# Line 42 | Line 42 | librt.a:       $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
42          mv librt.a ../lib/librt.a
43  
44   install:        all
45 <        cd $(LIBDIR) ; rm -f $(LIBFILES)
45 >        cd $(LIBDIR) && rm -f $(LIBFILES)
46          cp $(LIBFILES) $(LIBDIR)
47  
48   clean:
# Line 101 | Line 101 | image.o:       view.h
101  
102   caldefn.o calexpr.o calfunc.o calprnt.o:        calcomp.h
103  
104 process.o:      vfork.h
105
104   clip.o plocate.o:       plocate.h
105  
106   font.o: font.h
# Line 139 | Line 137 | expandarg.o:   rtmisc.h
137   dircode.o xf.o: rtmath.h mat4.h fvect.h
138  
139   error.o:        rterror.h
140 +
141 + bmpfile.o:      bmpfile.h tifftypes.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines