3 # Author : Chris H. Rycroft (LBL / UC Berkeley)
4 # Email : chr@alum.mit.edu
5 # Date : August 30th 2011
7 # Load the common configuration file
8 include ..
/..
/config.mk
11 EXECUTABLES
=single_cell platonic random_points import convex_test
16 single_cell
: single_cell.
cc
17 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o single_cell single_cell.
cc -lvoro
++
20 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o platonic platonic.
cc -lvoro
++
22 random_points
: random_points.
cc
23 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o random_points random_points.
cc -lvoro
++
26 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o import import.
cc -lvoro
++
28 convex_test
: convex_test.
cc
29 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o convex_test convex_test.
cc -lvoro
++