Sha256: 5b17b294090a4dc49785c6898f9ba8698fad1978cdec1017921b552dd4573e76

Contents?: true

Size: 873 Bytes

Versions: 135

Compression:

Stored size: 873 Bytes

Contents

# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr>
# $Id: Makefile-gcc-lib 1459 2005-04-18 21:25:32Z ptr $

SRCROOT := ../..
COMPILER_NAME := gcc

STLPORT_LIB_DIR = /export/home/ptr/STLport.lab/STLport/lib
STLPORT_INCLUDE_DIR = /export/home/ptr/STLport.lab/STLport/stlport
include Makefile.inc
include ${SRCROOT}/Makefiles/top.mak


INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR)

ifeq ($(OSNAME),linux)
release-shared:	LDSEARCH = -L${STLPORT_LIB_DIR}
stldbg-shared:	LDSEARCH = -L${STLPORT_LIB_DIR}
dbg-shared:	LDSEARCH = -L${STLPORT_LIB_DIR}
endif

ifeq ($(OSNAME),sunos)
release-shared : LDLIBS = -lstlport_gcc -lrt
stldbg-shared  : LDLIBS = -lstlport_gcc_stldebug -lrt
dbg-shared     : LDLIBS = -lstlport_gcc -lrt
else
release-shared : LDLIBS = -lstlport_gcc
stldbg-shared  : LDLIBS = -lstlport_gcc_stldebug
dbg-shared     : LDLIBS = -lstlport_gcc
endif

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-7.5.1 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-7.4.1 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-7.1.17 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-6.2.0 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-6.0.11 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.18 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.17 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.15 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.0.22 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.2 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.0.7 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.0.3 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-5.5.0 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
tauplatform-1.0.3 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
tauplatform-1.0.2 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
tauplatform-1.0.1 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-3.5.1.12 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-3.3.5 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib
rhodes-3.4.2 platform/shared/stlport/build/Makefiles/templates/Makefile-gcc-lib