home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / assembler / thesource / volume4 / source / vectors / voronoi.lha / Makefile < prev    next >
Encoding:
Makefile  |  1993-03-19  |  211 b   |  9 lines

  1. C=edgelist.c geometry.c heap.c main.c memory.c output.c voronoi.c 
  2. O=edgelist.o geometry.o heap.o main.o memory.o output.o voronoi.o
  3.  
  4. tt: voronoi t
  5.     voronoi -t <t >tt
  6. voronoi: $O
  7.     cc -o voronoi $O -lm
  8. $O:defs.h
  9.