1# -*- Makefile -*- Time-stamp: <03/10/12 20:35:49 ptr>
2# $Id$
3
4SRCROOT := ../..
5COMPILER_NAME := gcc
6
7include Makefile.inc
8include ${SRCROOT}/Makefiles/top.mak
9
10INCLUDES += -I$(STLPORT_INCLUDE_DIR)
11
12ifeq ($(OSNAME),linux)
13DEFS += -D_GNU_SOURCE
14endif
15