3 # Author : Chris H. Rycroft (LBL / UC Berkeley)
4 # Email : chr@alum.mit.edu
7 # Load the common configuration file
8 include ..
/..
/config.mk
11 EXECUTABLES
=nonconvex_cell container_bd comb
16 nonconvex_cell
: $(SOURCE
) nonconvex_cell.
cc
17 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o nonconvex_cell nonconvex_cell.
cc -lvoro
++_2d
19 container_bd
: $(SOURCE
) container_bd.
cc
20 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o container_bd container_bd.
cc -lvoro
++_2d
22 comb
: $(SOURCE
) comb.
cc
23 $(CXX
) $(CFLAGS
) $(E_INC
) $(E_LIB
) -o comb comb.
cc -lvoro
++_2d