| 21 |
|
colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o |
| 22 |
|
|
| 23 |
|
STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ |
| 24 |
< |
urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o \ |
| 25 |
< |
multisamp.o process.o getpath.o error.o savestr.o savqstr.o \ |
| 24 |
> |
urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ |
| 25 |
> |
unix_process.o process.o getpath.o error.o savestr.o savqstr.o \ |
| 26 |
|
badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ |
| 27 |
|
clip.o plocate.o eputs.o wputs.o quit.o lookup.o \ |
| 28 |
< |
loadvars.o tcos.o fputword.o chanvalue.o dircode.o |
| 28 |
> |
loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o |
| 29 |
|
|
| 30 |
|
SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) |
| 31 |
|
|
| 91 |
|
|
| 92 |
|
multisamp.o urand.o: random.h |
| 93 |
|
|
| 94 |
< |
cone.o face.o free_os.o image.o instance.o error.o objset.o \ |
| 95 |
< |
octree.o modobject.o readfargs.o otypes.o dircode.o mesh.o \ |
| 96 |
< |
readmesh.o readobj.o readoct.o sceneio.o xf.o: standard.h mat4.h fvect.h |
| 94 |
> |
cone.o face.o free_os.o image.o instance.o objset.o \ |
| 95 |
> |
octree.o modobject.o readfargs.o otypes.o mesh.o \ |
| 96 |
> |
readmesh.o readobj.o readoct.o sceneio.o: standard.h \ |
| 97 |
> |
rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h |
| 98 |
|
|
| 99 |
|
image.o: view.h |
| 100 |
|
|
| 101 |
< |
calprnt.o: calcomp.h |
| 101 |
> |
caldefn.o calexpr.o calfunc.o calprnt.o: calcomp.h |
| 102 |
|
|
| 103 |
|
process.o: vfork.h |
| 104 |
|
|
| 128 |
|
free_os.o: octree.h object.h otypes.h face.h cone.h instance.h |
| 129 |
|
|
| 130 |
|
tmesh.o: tmesh.h fvect.h |
| 131 |
+ |
|
| 132 |
+ |
fgetword.o fputword.o fgetval.o fgetline.o fdate.o \ |
| 133 |
+ |
expandarg.o badarg.o xf.o: rtio.h |
| 134 |
+ |
|
| 135 |
+ |
expandarg.o: rtmisc.h |
| 136 |
+ |
|
| 137 |
+ |
dircode.o xf.o: rtmath.h mat4.h fvect.h |
| 138 |
+ |
|
| 139 |
+ |
error.o: rterror.h |