3 # Author : Chris H. Rycroft (LBL / UC Berkeley)
4 # Email : chr@alum.mit.edu
7 # Load the common configuration file
11 EXECUTABLES
= test_ctr test_import test_lloyd test_bdry simple_nonconvex
19 $(CC
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o test_ctr test_ctr.
cc -lvoro
++_2d
21 test_bdry
: test_bdry.
cc
22 $(CC
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o test_bdry test_bdry.
cc -lvoro
++_2d
24 test_import
: test_import.
cc
25 $(CC
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o test_import test_import.
cc -lvoro
++_2d
27 test_lloyd
: test_lloyd.
cc
28 $(CC
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o test_lloyd test_lloyd.
cc -lvoro
++_2d
30 simple_nonconvex
: simple_nonconvex.
cc
31 $(CC
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o simple_nonconvex simple_nonconvex.
cc -lvoro
++_2d