Sha256: 78031e5a399d327adc7640e3d4eb9518dc7a3c40667ffe0a440817693e1cb2b5

Contents?: true

Size: 894 Bytes

Versions: 135

Compression:

Stored size: 894 Bytes

Contents

# -*- makefile -*- Time-stamp: <05/12/09 01:46:01 ptr>

INSTALL_TAGS ?= install-shared

PHONY += install $(INSTALL_TAGS)

install: $(INSTALL_TAGS)

install-release-shared:	release-shared $(INSTALL_BIN_DIR) $(INSTALL_LIB_DIR)
	$(INSTALL_SO) ${SO_NAME_OUT} $(INSTALL_BIN_DIR)/
	$(INSTALL_SO) ${LIB_NAME_OUT} $(INSTALL_LIB_DIR)/
#	$(INSTALL_SO) ${EXP_NAME_OUT} $(INSTALL_LIB_DIR)/

install-dbg-shared:	dbg-shared $(INSTALL_BIN_DIR) $(INSTALL_LIB_DIR_DBG)
	$(INSTALL_SO) ${SO_NAME_OUT_DBG} $(INSTALL_BIN_DIR)/
	$(INSTALL_SO) ${LIB_NAME_OUT_DBG} $(INSTALL_LIB_DIR_DBG)/
#	$(INSTALL_SO) ${EXP_NAME_OUT_DBG} $(INSTALL_LIB_DIR_DBG)/

install-stldbg-shared:	stldbg-shared $(INSTALL_BIN_DIR) $(INSTALL_LIB_DIR_DBG)
	$(INSTALL_SO) ${SO_NAME_OUT_STLDBG} $(INSTALL_BIN_DIR)/
	$(INSTALL_SO) ${LIB_NAME_OUT_STLDBG} $(INSTALL_LIB_DIR_STLDBG)/
#	$(INSTALL_SO) ${EXP_NAME_OUT_STLDBG} $(INSTALL_LIB_DIR_STLDBG)/

Version data entries

135 entries across 135 versions & 2 rubygems

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