| 35 |
|
|
| 36 |
|
MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o |
| 37 |
|
|
| 38 |
+ |
REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o |
| 39 |
+ |
|
| 40 |
|
OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o |
| 41 |
|
|
| 42 |
|
LIBFILES = tmesh.cal |
| 51 |
|
ar rc libmgf.a $(MGFOBJ) |
| 52 |
|
-ranlib libmgf.a |
| 53 |
|
|
| 54 |
+ |
libreetz.a: $(REETZOBJ) |
| 55 |
+ |
rm -f libreetz.a |
| 56 |
+ |
ar rc libreetz.a $(REETZOBJ) |
| 57 |
+ |
-ranlib libreetz.a |
| 58 |
+ |
|
| 59 |
|
install: all |
| 60 |
< |
mv -f librtrad.a libmgf.a ../lib |
| 60 |
> |
mv -f librtrad.a libmgf.a libreetz.a ../lib |
| 61 |
|
cd $(LIBDIR) && rm -f $(LIBFILES) |
| 62 |
|
cp -f $(LIBFILES) $(LIBDIR) |
| 63 |
|
|
| 64 |
< |
all: librtrad.a libmgf.a $(SPECIAL) |
| 64 |
> |
all: librtrad.a libmgf.a libreetz.a $(SPECIAL) |
| 65 |
|
|
| 66 |
|
clean: |
| 67 |
|
rm -f *.o librtrad.a libmgf.a |
| 92 |
|
|
| 93 |
|
face.o: face.h |
| 94 |
|
|
| 95 |
< |
fvect.o: fvect.h |
| 95 |
> |
fvect.o: fvect.h random.h |
| 96 |
|
|
| 97 |
|
instance.o: instance.h |
| 98 |
|
|
| 188 |
|
loadbsdf.o: bsdf.h rtio.h rterror.h paths.h |
| 189 |
|
|
| 190 |
|
interp2d.o: interp2d.h |
| 191 |
+ |
|
| 192 |
+ |
triangulate.o: triangulate.h |
| 193 |
+ |
|
| 194 |
+ |
process.o readobj.o readoct.o rglfile.o \ |
| 195 |
+ |
tmapcolrs.o unix_process.o win_process.o: rtprocess.h |
| 196 |
+ |
|
| 197 |
+ |
gbasic.o: gbasic.h |
| 198 |
+ |
|
| 199 |
+ |
g3flist.o g3affine.o g3sphere.o g3vector.o: g3vector.h gbasic.h fvect.h |
| 200 |
+ |
|
| 201 |
+ |
g3affine.o: g3affine.h |
| 202 |
+ |
|
| 203 |
+ |
g3affine.o g3sphere.o: g3sphere.h |
| 204 |
+ |
|
| 205 |
+ |
g3flist.o: g3flist.h |
| 206 |
+ |
|
| 207 |
+ |
maxheap.o: maxheap.h |