| 25 |
|
plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \ |
| 26 |
|
initotypes.o malloc.o -lrt -lm |
| 27 |
|
|
| 28 |
< |
getbbox: getbbox.o readobj2.o bbox.o initotypes2.o |
| 28 |
> |
getbbox: getbbox.o readobj2.o bbox.o init2otypes.o |
| 29 |
|
$(CC) $(CFLAGS) -o getbbox getbbox.o readobj2.o \ |
| 30 |
< |
bbox.o initotypes2.o -lrt -lm |
| 30 |
> |
bbox.o init2otypes.o -lrt -lm |
| 31 |
|
|
| 32 |
|
install: oconv getbbox |
| 33 |
|
cp oconv getbbox $(INSTDIR) |
| 64 |
|
|
| 65 |
|
clip.o plocate.o: ../common/fvect.h |
| 66 |
|
|
| 67 |
< |
initotypes.o initotypes2.o: ../common/otypes.h |
| 67 |
> |
initotypes.o init2otypes.o: ../common/otypes.h |