| 15 | 
  | 
 | 
| 16 | 
  | 
RTOBJ = cone.o face.o free_os.o instance.o readobj.o readoct.o otypes.o \ | 
| 17 | 
  | 
        objset.o octree.o readfargs.o modobject.o getlibpath.o \ | 
| 18 | 
< | 
        addobjnotify.o zeroes.o | 
| 18 | 
> | 
        addobjnotify.o zeroes.o mesh.o readmesh.o tmesh.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 | 
| 31 | 
  | 
 | 
| 32 | 
  | 
OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o | 
| 33 | 
  | 
 | 
| 34 | 
+ | 
LIBFILES = tmesh.cal | 
| 35 | 
+ | 
 | 
| 36 | 
  | 
all:    librt.a $(SPECIAL) | 
| 37 | 
  | 
 | 
| 38 | 
  | 
librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) | 
| 41 | 
  | 
 | 
| 42 | 
  | 
install:        all | 
| 43 | 
  | 
        mv librt.a ../lib/librt.a | 
| 44 | 
+ | 
        cd $(LIBDIR) ; rm -f $(LIBFILES) | 
| 45 | 
+ | 
        cp $(LIBFILES) $(LIBDIR) | 
| 46 | 
  | 
 | 
| 47 | 
  | 
clean: | 
| 48 | 
  | 
        rm -f *.o librt.a | 
| 81 | 
  | 
mat4.o invmat4.o:               mat4.h fvect.h | 
| 82 | 
  | 
 | 
| 83 | 
  | 
cone.o face.o instance.o objset.o otypes.o \ | 
| 84 | 
< | 
modobject.o readfargs.o readobj.o readoct.o:    object.h | 
| 84 | 
> | 
mesh.o modobject.o readfargs.o readmesh.o \ | 
| 85 | 
> | 
readobj.o readoct.o:    object.h | 
| 86 | 
  | 
 | 
| 87 | 
< | 
objset.o octree.o readoct.o:    octree.h | 
| 87 | 
> | 
mesh.o objset.o octree.o readmesh.o readoct.o:  octree.h | 
| 88 | 
  | 
 | 
| 89 | 
  | 
cone.o modobject.o otypes.o readobj.o readoct.o:        otypes.h | 
| 90 | 
  | 
 | 
| 91 | 
  | 
multisamp.o urand.o:    random.h | 
| 92 | 
  | 
 | 
| 93 | 
  | 
cone.o face.o free_os.o image.o instance.o error.o objset.o \ | 
| 94 | 
< | 
octree.o modobject.o readfargs.o otypes.o dircode.o \ | 
| 95 | 
< | 
readobj.o readoct.o xf.o:       standard.h mat4.h fvect.h | 
| 94 | 
> | 
octree.o modobject.o readfargs.o otypes.o dircode.o mesh.o \ | 
| 95 | 
> | 
readmesh.o readobj.o readoct.o xf.o:    standard.h mat4.h fvect.h | 
| 96 | 
  | 
 | 
| 97 | 
  | 
image.o:        view.h | 
| 98 | 
  | 
 | 
| 106 | 
  | 
 | 
| 107 | 
  | 
fropen.o getpath.o image.o:     paths.h | 
| 108 | 
  | 
 | 
| 109 | 
< | 
lookup.o:       lookup.h | 
| 109 | 
> | 
lookup.o mesh.o:        lookup.h | 
| 110 | 
  | 
 | 
| 111 | 
  | 
loadvars.o:     vars.h | 
| 112 | 
  | 
 | 
| 113 | 
+ | 
mesh.o readmesh.o:      mesh.h | 
| 114 | 
+ | 
 | 
| 115 | 
  | 
tonemap.o tmapcolrs.o tmapluv.o:        tmprivat.h tonemap.h color.h | 
| 116 | 
  | 
 | 
| 117 | 
  | 
tmapluv.o:      uvcode.h tiffio.h tmaptiff.h tiff.h | 
| 124 | 
  | 
standard.h mat4.h fvect.h color.h object.h otypes.h lookup.h | 
| 125 | 
  | 
 | 
| 126 | 
  | 
free_os.o:      octree.h object.h otypes.h face.h cone.h instance.h | 
| 127 | 
+ | 
 | 
| 128 | 
+ | 
tmesh.o:        tmesh.h fvect.h |