OSE -- I EAT Penguins !!!!

General Information

Project Resources

User Documentation

Developer Resources

For a printable version of this page, go here.

Copyright © 2001-2002
Dumpleton Software Consulting.
http://www.dscpl.com.au
http://ose.sourceforge.net

SourceForge Logo

ifeq "$(STLPORT_ROOTDIR)" ""
override STLPORT_ROOTDIR := /usr/local/stlport/$(OSE_TARGET)
endif

ifeq "$(STLPORT_INCDIR)" ""
override STLPORT_INCDIR := $(STLPORT_ROOTDIR)/include/stlport
endif

ifeq "$(STLPORT_LIBDIR)" ""
override STLPORT_LIBDIR := $(STLPORT_ROOTDIR)/lib
endif

ifeq "$(STLPORT_LDLIBS)" ""
ifeq "$(VARIANT)" "dbg"
override STLPORT_LDLIBS := -lstlport_debug
else
override STLPORT_LDLIBS := -lstlport
endif
endif

override CPPFLAGS += -I$(STLPORT_INCDIR)

override LD_RUN_PATH := $LD_RUN_PATH:$(STLPORT_LIBDIR)

override LDFLAGS += $(LOPT)$(STLPORT_LIBDIR)
override LDLIBS += $(STLPORT_LDLIBS)