Sha256: 027218b0a3bccd04d1ec3a9b6e255c9b8f1183bdea55ea8a2d3ce1e78ec7e9c2

Contents?: true

Size: 1.6 KB

Versions: 270

Compression:

Stored size: 1.6 KB

Contents

# Time-stamp: <03/07/15 17:46:28 ptr>
# $Id: extern.mak 1459 2005-04-18 21:25:32Z ptr $


# This is Complement project (really not extern):

CoMT_LIB_DIR        ?= ${INSTALL_LIB_DIR}
CoMT_LIB_DIR_DBG    ?= ${INSTALL_LIB_DIR_DBG}
CoMT_LIB_DIR_STLDBG ?= ${INSTALL_LIB_DIR_STLDBG}
CoMT_BIN_DIR        ?= ${INSTALL_BIN_DIR}
CoMT_BIN_DIR_DBG    ?= ${INSTALL_BIN_DIR_DBG}
CoMT_BIN_DIR_STLDBG ?= ${INSTALL_BIN_DIR_STLDBG}

CoMT_INCLUDE_DIR ?= ${CoMT_DIR}/include

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

# STLport library
#STLPORT_LIB_DIR ?= /usr/local/lib
#STLPORT_INCLUDE_DIR ?= /usr/local/include/stlport
#STLPORT_VER ?= 4.5
STLPORT_LIB_DIR ?= $(STLPORT_DIR)/${TARGET_NAME}lib
STLPORT_INCLUDE_DIR ?= $(STLPORT_DIR)/stlport
STLPORT_VER ?= 4.5.5

# 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)
BOOST_INCLUDE_DIR ?= ${BOOST_DIR}

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

ifeq ($(OSNAME),sunos)
PG_DIR ?= /opt/PGpgsql
endif
ifeq ($(OSNAME),linux)
PG_DIR ?= /usr/local/pgsql
endif

gSOAP_DIR ?= /opt/gSOAP-2.2.3
BOOST_DIR ?= ${SRCROOT}/../extern/boost
STLPORT_DIR ?= /mnt/STLport-R451_dev
CoMT_DIR ?= ${SRCROOT}

Version data entries

270 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-7.6.0 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-7.5.1 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-7.5.1 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-7.4.1 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-7.4.1 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-7.1.17 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-7.1.17 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-6.2.0 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-6.2.0 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-6.0.11 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-6.0.11 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-5.5.18 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-5.5.18 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-5.5.17 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-5.5.17 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-5.5.15 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-5.5.15 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak
rhodes-5.5.0.22 platform/shared/stlport/build/Makefiles/gmake/darwin/extern.mak
rhodes-5.5.0.22 platform/shared/stlport/build/Makefiles/gmake/freebsd/extern.mak