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
=rad_test finite_sys cylinder_inv single_cell_2d period sphere_mesh lloyd_box import_rahman import_nguyen polycrystal_rahman random_points_10 random_points_200 import_freeman voro_lf
17 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o rad_test rad_test.
cc -lvoro
++
19 finite_sys
: finite_sys.
cc
20 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o finite_sys finite_sys.
cc -lvoro
++
22 cylinder_inv
: cylinder_inv.
cc
23 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o cylinder_inv cylinder_inv.
cc -lvoro
++
25 single_cell_2d
: single_cell_2d.
cc
26 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o single_cell_2d single_cell_2d.
cc -lvoro
++
29 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o period period.
cc -lvoro
++
31 sphere_mesh
: sphere_mesh.
cc
32 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o sphere_mesh sphere_mesh.
cc -lvoro
++
34 lloyd_box
: lloyd_box.
cc
35 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o lloyd_box lloyd_box.
cc -lvoro
++
37 import_rahman
: import_rahman.
cc
38 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o import_rahman import_rahman.
cc -lvoro
++
40 import_nguyen
: import_nguyen.
cc
41 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o import_nguyen import_nguyen.
cc -lvoro
++
43 import_freeman
: import_freeman.
cc
44 $(CXX
) $(E_INC
) $(E_LIB
) -o import_freeman import_freeman.
cc
46 polycrystal_rahman
: polycrystal_rahman.
cc
47 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o polycrystal_rahman polycrystal_rahman.
cc -lvoro
++
49 random_points_10
: random_points_10.
cc
50 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o random_points_10 random_points_10.
cc -lvoro
++
52 random_points_200
: random_points_200.
cc
53 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o random_points_200 random_points_200.
cc -lvoro
++
56 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o voro_lf voro_lf.
cc -lvoro
++