Strip extra spaces from code.
[voro++.git] / branches / 2d_boundary / config.mk
blobae1d27b2538557a41ca20076b23ec2079a8e86e3
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 CC=g++
13 # C++ compiler flags
14 #CFLAGS=-Wall -ansi -pedantic -O3
15 CFLAGS=-Wall -ansi -pedantic
17 # Include and library mat
18 E_INC=-I../src
19 E_LIB=-L../src