# -*- Makefile -*- Time-stamp: <05/12/27 10:54:25 ptr> SRCROOT := .. COMPILER_NAME := gcc STLPORT_INCLUDE_DIR = ../../stlport include Makefile.inc include ${SRCROOT}/Makefiles/top.mak ifeq ($(OSNAME),linux) DEFS += -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE endif # options for build with boost support ifdef STLP_BUILD_BOOST_PATH INCLUDES += -I$(STLP_BUILD_BOOST_PATH) endif