1# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr>
2
3SRCROOT := ../../../build
4COMPILER_NAME := gcc
5
6# WITHOUT_STLPORT = 1
7# STLPORT_DIR := ../../..
8include Makefile.inc
9include ${SRCROOT}/Makefiles/top.mak
10
11#CXXFLAGS += -fuse-cxa-atexit
12LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
13