# Modify these paths for other locations BOOST_GEOMETRY = /c/svn/boost-sandbox/geometry SRC = .. CXX = gcc -O3 FLAGS = -I$(SRC)/common -I$(BOOST_GEOMETRY) RELEASE = ../release $(RELEASE)/ggl_starcomb: $(SRC)/ggl/ggl_starcomb.cpp $(SRC)/common/starcomb.hpp $(CXX) $(FLAGS) $(SRC)/ggl/ggl_starcomb.cpp -o $(RELEASE)/ggl_starcomb -lstdc++