| 22 |
|
tmap16bit.o bmpfile.o falsecolor.o |
| 23 |
|
|
| 24 |
|
UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \ |
| 25 |
< |
disk2square.o hilbert.o |
| 25 |
> |
disk2square.o hilbert.o interp2d.o triangulate.o |
| 26 |
|
|
| 27 |
|
STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ |
| 28 |
|
urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ |
| 29 |
|
unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \ |
| 30 |
|
savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ |
| 31 |
|
clip.o plocate.o eputs.o wputs.o quit.o lookup.o bmalloc.o \ |
| 32 |
< |
loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o |
| 32 |
> |
loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o \ |
| 33 |
> |
cvtcmd.o |
| 34 |
|
|
| 35 |
|
SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) |
| 36 |
|
|
| 37 |
|
MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o |
| 38 |
|
|
| 39 |
+ |
REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o |
| 40 |
+ |
|
| 41 |
|
OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o |
| 42 |
|
|
| 43 |
|
LIBFILES = tmesh.cal |
| 52 |
|
ar rc libmgf.a $(MGFOBJ) |
| 53 |
|
-ranlib libmgf.a |
| 54 |
|
|
| 55 |
+ |
libreetz.a: $(REETZOBJ) |
| 56 |
+ |
rm -f libreetz.a |
| 57 |
+ |
ar rc libreetz.a $(REETZOBJ) |
| 58 |
+ |
-ranlib libreetz.a |
| 59 |
+ |
|
| 60 |
|
install: all |
| 61 |
< |
mv -f librtrad.a libmgf.a ../lib |
| 61 |
> |
mv -f librtrad.a libmgf.a libreetz.a ../lib |
| 62 |
|
cd $(LIBDIR) && rm -f $(LIBFILES) |
| 63 |
|
cp -f $(LIBFILES) $(LIBDIR) |
| 64 |
|
|
| 65 |
< |
all: librtrad.a libmgf.a $(SPECIAL) |
| 65 |
> |
all: librtrad.a libmgf.a libreetz.a $(SPECIAL) |
| 66 |
|
|
| 67 |
|
clean: |
| 68 |
|
rm -f *.o librtrad.a libmgf.a |
| 93 |
|
|
| 94 |
|
face.o: face.h |
| 95 |
|
|
| 96 |
< |
fvect.o: fvect.h |
| 96 |
> |
fvect.o: fvect.h random.h |
| 97 |
|
|
| 98 |
|
instance.o: instance.h |
| 99 |
|
|
| 125 |
|
|
| 126 |
|
font.o: font.h |
| 127 |
|
|
| 128 |
< |
fropen.o getpath.o image.o: paths.h |
| 128 |
> |
cvtcmd.o fropen.o getpath.o image.o: paths.h |
| 129 |
|
|
| 130 |
|
lookup.o: lookup.h |
| 131 |
|
|
| 156 |
|
|
| 157 |
|
expandarg.o: rtmisc.h |
| 158 |
|
|
| 159 |
< |
dircode.o xf.o: rtmath.h mat4.h fvect.h tiff.h |
| 159 |
> |
dircode.o interp2d.o xf.o: rtmath.h mat4.h fvect.h tiff.h |
| 160 |
|
|
| 161 |
|
error.o: rterror.h |
| 162 |
|
|
| 168 |
|
|
| 169 |
|
bsdf_m.o bsdf_t.o: rtio.h |
| 170 |
|
|
| 171 |
< |
bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h fvect.h |
| 171 |
> |
bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h |
| 172 |
|
|
| 173 |
|
bsdf.o bsdf_m.o bsdf_t.o ccolor.o: ccolor.h |
| 174 |
|
|
| 187 |
|
hilbert.o: hilbert.h |
| 188 |
|
|
| 189 |
|
loadbsdf.o: bsdf.h rtio.h rterror.h paths.h |
| 190 |
+ |
|
| 191 |
+ |
interp2d.o: interp2d.h |
| 192 |
+ |
|
| 193 |
+ |
triangulate.o: triangulate.h |
| 194 |
+ |
|
| 195 |
+ |
process.o readobj.o readoct.o rglfile.o \ |
| 196 |
+ |
tmapcolrs.o unix_process.o win_process.o: rtprocess.h |
| 197 |
+ |
|
| 198 |
+ |
gbasic.o: gbasic.h |
| 199 |
+ |
|
| 200 |
+ |
g3flist.o g3affine.o g3sphere.o g3vector.o: g3vector.h gbasic.h fvect.h |
| 201 |
+ |
|
| 202 |
+ |
g3affine.o: g3affine.h |
| 203 |
+ |
|
| 204 |
+ |
g3affine.o g3sphere.o: g3sphere.h |
| 205 |
+ |
|
| 206 |
+ |
g3flist.o: g3flist.h |
| 207 |
+ |
|
| 208 |
+ |
maxheap.o: maxheap.h |