blob: c7cb34ecddc7e9523568cd6c46be31943487b27c [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=icc
CFLAGSREL=-O3 -static
CFLAGSDBG=-O0 -static
INCLUDE=-I../../../../../boost -I../../../..
-include Makefile-Common