blob: c488d2c71447304a090f91b7f5b2203b69244593 [file] [log] [blame]
# Boost.PropertyTree
#
# Copyright (c) 2009 Sebastian Redl
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
CC=g++
CFLAGSREL=-Wall -pedantic -ftemplate-depth-255 -O3
CFLAGSDBG=-Wall -pedantic -ftemplate-depth-255 -O0
INCLUDE=-I../../../../../boost -I../../../..
-include Makefile-Common