| 9 |
|
CC = cc |
| 10 |
|
SPECIAL = |
| 11 |
|
|
| 12 |
< |
COMPAT = bmalloc.o erf.o strcmp.o # frexp.o fwrite.o random.o |
| 12 |
> |
COMPAT = bmalloc.o erf.o strcmp.o |
| 13 |
|
|
| 14 |
|
LIBDIR = /usr/local/lib/ray |
| 15 |
|
|
| 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 |
| 98 |
> |
rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h tifftypes.h |
| 99 |
|
|
| 100 |
|
image.o: view.h |
| 101 |
|
|
| 129 |
|
|
| 130 |
|
tmesh.o: tmesh.h fvect.h |
| 131 |
|
|
| 132 |
< |
fgetword.o fputword.o fgetval.o fgetline.o fdate.o \ |
| 132 |
> |
fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.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 |
| 137 |
> |
dircode.o xf.o: rtmath.h mat4.h fvect.h tifftypes.h |
| 138 |
|
|
| 139 |
|
error.o: rterror.h |
| 140 |
|
|