Sha256: 5392dec09fa871f391f7811279f2aa5ca270b1ced0ec7ea79bc9556b005a38bb

Contents?: true

Size: 1.18 KB

Versions: 135

Compression:

Stored size: 1.18 KB

Contents

# -*- Makefile -*- Time-stamp: <05/12/27 10:55:26 ptr>

SRCROOT := ../..
COMPILER_NAME := gcc
#NOT_USE_NOSTDLIB := 1
#WITHOUT_STLPORT := 1
ALL_TAGS := release-shared stldbg-shared
STLPORT_DIR := ../../..
include Makefile.inc
include ${SRCROOT}/Makefiles/top.mak

dbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED 
stldbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED 

ifdef STLP_BUILD_BOOST_PATH
INCLUDES += -I${STLP_BUILD_BOOST_PATH}
endif

ifndef TARGET_OS
ifeq ($(OSNAME), sunos)
release-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
dbg-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
stldbg-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
endif
ifeq ($(OSNAME), freebsd)
release-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
dbg-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
stldbg-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
endif
ifeq ($(OSNAME), openbsd)
release-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
dbg-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
stldbg-shared:	LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}
endif
ifeq ($(OSNAME), linux)
release-shared:	LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
dbg-shared:	LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
stldbg-shared:	LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
endif
endif



Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-7.5.1 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-7.4.1 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-7.1.17 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-6.2.0 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-6.0.11 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.18 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.17 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.15 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.0.22 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.2 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.0.7 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.0.3 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-5.5.0 platform/shared/stlport/build/test/unit/gcc.mak
tauplatform-1.0.3 platform/shared/stlport/build/test/unit/gcc.mak
tauplatform-1.0.2 platform/shared/stlport/build/test/unit/gcc.mak
tauplatform-1.0.1 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-3.5.1.12 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-3.3.5 platform/shared/stlport/build/test/unit/gcc.mak
rhodes-3.4.2 platform/shared/stlport/build/test/unit/gcc.mak