Strip extra spaces from code.
[voro++.git] / branches / 2d / config.mk
blobab7c43d7cff342c1ad79045f63a5622ed59d6ada
1 # Voro++, a 3D cell-based Voronoi library
3 # Author : Chris H. Rycroft (LBL / UC Berkeley)
4 # Email : chr@alum.mit.edu
5 # Date : July 1st 2008
7 # This a common configuration file that includes definitions used by all
8 # the Makefiles.
10 # C++ compiler
11 CXX=g++-mp-4.8
13 # C++ compiler flags
14 CFLAGS=-Wall -ansi -pedantic -O3
16 # Include and library mat
17 E_INC=-I../../src
18 E_LIB=-L../../src