1# Time-stamp: <07/05/31 10:14:29 ptr> 2# 3# Copyright (c) 1997-1999, 2002, 2003, 2005, 2006 4# Petr Ovtchenkov 5# 6# Portion Copyright (c) 1999-2001 7# Parallel Graphics Ltd. 8# 9# Licensed under the Academic Free License version 3.0 10# 11 12# boost (http://www.boost.org, http://boost.sourceforge.net) 13 14# ifdef BOOST_DIR 15# BOOST_INCLUDE_DIR ?= ${BOOST_DIR} 16# endif 17 18ifdef STLP_BUILD_BOOST_PATH 19BOOST_INCLUDE_DIR ?= ${STLP_BUILD_BOOST_PATH} 20endif 21 22# STLport library 23 24ifndef WITHOUT_STLPORT 25STLPORT_DIR ?= ${SRCROOT}/.. 26endif 27 28ifdef STLPORT_DIR 29STLPORT_LIB_DIR ?= $(STLPORT_DIR)/${TARGET_NAME}lib 30STLPORT_INCLUDE_DIR ?= $(STLPORT_DIR)/stlport 31endif 32