| 18 |  | addobjnotify.o zeroes.o mesh.o readmesh.o tmesh.o sceneio.o | 
| 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 | 
| 21 | > | colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \ | 
| 22 | > | tmap16bit.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 \ | 
| 26 | < | multisamp.o process.o getpath.o error.o savestr.o savqstr.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 \ | 
| 28 |  | clip.o plocate.o eputs.o wputs.o quit.o lookup.o \ | 
| 29 | < | loadvars.o tcos.o fputword.o chanvalue.o dircode.o | 
| 29 | > | loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o | 
| 30 |  |  | 
| 31 |  | SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) | 
| 32 |  |  | 
| 39 |  | librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) | 
| 40 |  | ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) | 
| 41 |  | -ranlib librt.a | 
| 42 | + | mv librt.a ../lib/librt.a | 
| 43 |  |  | 
| 44 |  | install:        all | 
| 43 | – | mv librt.a ../lib/librt.a | 
| 45 |  | cd $(LIBDIR) ; rm -f $(LIBFILES) | 
| 46 |  | cp $(LIBFILES) $(LIBDIR) | 
| 47 |  |  | 
| 92 |  |  | 
| 93 |  | multisamp.o urand.o:    random.h | 
| 94 |  |  | 
| 95 | < | cone.o face.o free_os.o image.o instance.o error.o objset.o \ | 
| 96 | < | octree.o modobject.o readfargs.o otypes.o dircode.o mesh.o \ | 
| 97 | < | readmesh.o readobj.o readoct.o sceneio.o xf.o:  standard.h mat4.h fvect.h | 
| 95 | > | cone.o face.o free_os.o image.o instance.o objset.o \ | 
| 96 | > | octree.o modobject.o readfargs.o otypes.o mesh.o \ | 
| 97 | > | readmesh.o readobj.o readoct.o sceneio.o:       standard.h \ | 
| 98 | > | rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h | 
| 99 |  |  | 
| 100 |  | image.o:        view.h | 
| 101 |  |  | 
| 115 |  |  | 
| 116 |  | mesh.o readmesh.o:      mesh.h lookup.h | 
| 117 |  |  | 
| 118 | < | tonemap.o tmapcolrs.o tmapluv.o:        tmprivat.h tonemap.h color.h | 
| 118 | > | tonemap.o tmapcolrs.o tmapluv.o tmap16bit.o:    tmprivat.h tonemap.h \ | 
| 119 | > | tifftypes.h color.h | 
| 120 |  |  | 
| 121 |  | tmapluv.o:      uvcode.h tiffio.h tmaptiff.h tiff.h | 
| 122 |  |  | 
| 123 |  | tonemap.o:      tmerrmsg.h | 
| 124 |  |  | 
| 125 | < | tmaptiff.o:     tmprivat.h tmaptiff.h color.h tonemap.h | 
| 125 | > | tmaptiff.o:     tmprivat.h tmaptiff.h color.h tonemap.h tifftypes.h | 
| 126 |  |  | 
| 127 |  | rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o:     radogl.h \ | 
| 128 |  | standard.h mat4.h fvect.h color.h object.h otypes.h lookup.h | 
| 130 |  | free_os.o:      octree.h object.h otypes.h face.h cone.h instance.h | 
| 131 |  |  | 
| 132 |  | tmesh.o:        tmesh.h fvect.h | 
| 133 | + |  | 
| 134 | + | fgetword.o fputword.o fgetval.o fgetline.o fdate.o \ | 
| 135 | + | expandarg.o badarg.o xf.o:      rtio.h | 
| 136 | + |  | 
| 137 | + | expandarg.o:    rtmisc.h | 
| 138 | + |  | 
| 139 | + | dircode.o xf.o: rtmath.h mat4.h fvect.h | 
| 140 | + |  | 
| 141 | + | error.o:        rterror.h |