# Voro++, a 3D cell-based Voronoi library
#
# Author : Chris H. Rycroft (LBL / UC Berkeley)
# Email : chr@alum.mit.edu
# Date : August 28th 2011
# This a common configuration file that includes definitions used by all
# the Makefiles.
# C++ compiler
CXX=
# Flags for the C++ compiler
CFLAGS=
# Relative include and library paths for compilation of the examples
E_INC=
E_LIB=
# Installation directory
PREFIX=
# Install command
INSTALL=
# Flags for install command for executable
IFLAGS_EXEC=
# Flags for install command for non-executable files
IFLAGS=