Sha256: b7e85ea36665e32beb224ed1097521ed82a8ecdf0399cd47c06210c541bae5b7

Contents?: true

Size: 1.97 KB

Versions: 135

Compression:

Stored size: 1.97 KB

Contents

# Time-stamp: <03/09/28 13:44:57 ptr>
# $Id: extern.mak 2092 2006-01-13 20:19:56Z dums $

#!ifndef MSVC_LIB_DIR
#MSVC_LIB_DIR = $(MSVC_DIR)\Lib
#!endif

!ifndef SOAP_DIR
SOAP_DIR = /opt/gSOAP-2.2.3
!endif
!ifndef BOOST_DIR
BOOST_DIR = $(SRCROOT)/../extern/boost
!endif
!ifndef STLPORT_DIR
STLPORT_DIR = ../../stlport
!endif
!ifndef CoMT_DIR
CoMT_DIR = $(SRCROOT)
!endif

# This is Complement project (really not extern):

!ifndef CoMT_LIB_DIR
CoMT_LIB_DIR        = $(INSTALL_LIB_DIR)
!endif
!ifndef CoMT_LIB_DIR_DBG
CoMT_LIB_DIR_DBG    = $(INSTALL_LIB_DIR_DBG)
!endif
!ifndef CoMT_LIB_DIR_STLDBG
CoMT_LIB_DIR_STLDBG = $(INSTALL_LIB_DIR_STLDBG)
!endif
!ifndef CoMT_BIN_DIR
CoMT_BIN_DIR        = $(INSTALL_BIN_DIR)
!endif
!ifndef CoMT_BIN_DIR_DBG
CoMT_BIN_DIR_DBG    = $(INSTALL_BIN_DIR_DBG)
!endif
!ifndef CoMT_BIN_DIR_STLDBG
CoMT_BIN_DIR_STLDBG = $(INSTALL_BIN_DIR_STLDBG)
!endif

!ifndef CoMT_INCLUDE_DIR
CoMT_INCLUDE_DIR = $(CoMT_DIR)/include
!endif

# This file reflect versions of third-party libraries that
# used in projects

# STLport library
!ifndef STLPORT_LIB_DIR
!ifdef CROSS_COMPILING
STLPORT_LIB_DIR = $(STLPORT_DIR)\lib\$(TARGET_NAME)
!else
STLPORT_LIB_DIR = $(STLPORT_DIR)\lib
!endif
!endif
!ifndef STLPORT_INCLUDE_DIR
STLPORT_INCLUDE_DIR = $(STLPORT_DIR)/stlport
!endif
!ifndef STLPORT_VER
STLPORT_VER = 4.5.5
!endif

# PostgreSQL library version:

#PG_INCLUDE ?= $(PG_DIR)/include
#PG_LIB ?= $(PG_DIR)/lib
#PG_LIB_VER_MAJOR = 2
#PG_LIB_VER_MINOR = 1

# Readline libraries version:

#RL_INCLUDE ?= /usr/local/include/readline
#RL_LIB ?= /usr/local/lib
#RL_LIB_VER_MAJOR = 4
#RL_LIB_VER_MINOR = 2

# gSOAP (http://gsoap2.sourceforge.net)

#gSOAP_INCLUDE_DIR ?= ${gSOAP_DIR}/include
#gSOAP_LIB_DIR ?= ${gSOAP_DIR}/lib
#gSOAP_BIN_DIR ?= ${gSOAP_DIR}/bin

# boost (http://www.boost.org, http://boost.sourceforge.net)
!ifdef STLP_BUILD_BOOST_PATH
INCLUDES=$(INCLUDES) /I$(STLP_BUILD_BOOST_PATH)
!endif

# This file reflect versions of third-party libraries that
# used in projects, with make-depend style

Version data entries

135 entries across 135 versions & 2 rubygems

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