source: trunk/src2/voronoi/Makefile @ 829

Last change on this file since 829 was 666, checked in by mmc, 17 years ago

Added voronoi code, which is currently used by the nanovis server
to generate triangular meshes for point clouds.

File size: 406 bytes
Line 
1C=edgelist.c geometry.c heap.c main.c memory.c output.c voronoi.c
2O=edgelist.o geometry.o heap.o main.o memory.o output.o voronoi.o
3
4tt: voronoi t
5        ./voronoi -t <t >tt
6voronoi: $O
7        cc -o voronoi $O -lm
8$O:vdefs.h
9
10voronoi.tar : $C vdefs.h Makefile Doc t
11        tar -cf voronoi.tar $C vdefs.h Makefile Doc t
12
13mailable:       $C vdefs.h Makefile t
14        bundle $C vdefs.h Makefile t > mailable
15
16clean:
17        rm -f *.o voronoi tt
Note: See TracBrowser for help on using the repository browser.