Sha256: b6c60bf70aa89ee5e61be9414841b1740abd67392389dcf1e3dc666765f0e4ef

Contents?: true

Size: 984 Bytes

Versions: 135

Compression:

Stored size: 984 Bytes

Contents

# Time-stamp: <03/10/26 16:42:14 ptr>
# $Id: rules-install-so.mak 2057 2005-12-29 20:43:09Z dums $

!ifndef INSTALL_TAGS
INSTALL_TAGS= install-shared install-static
!endif

install:	$(INSTALL_TAGS)

install-release-shared: release-shared $(INSTALL_BIN_DIR)
	$(INSTALL_SO) $(PRG) $(INSTALL_BIN_DIR)
	$(INSTALL_SO) $(PDB_NAME_OUT) $(INSTALL_BIN_DIR)
	@if exist $(MANIFEST_NAME_OUT) $(INSTALL_SO) $(MANIFEST_NAME_OUT) $(INSTALL_BIN_DIR)

install-dbg-shared: dbg-shared $(INSTALL_BIN_DIR_DBG)
	$(INSTALL_SO) $(PRG_DBG) $(INSTALL_BIN_DIR_DBG)
	$(INSTALL_SO) $(PDB_NAME_OUT_DBG) $(INSTALL_BIN_DIR_DBG)
	@if exist $(MANIFEST_NAME_OUT_DBG) $(INSTALL_SO) $(MANIFEST_NAME_OUT_DBG) $(INSTALL_BIN_DIR_DBG)

install-stldbg-shared: stldbg-shared $(INSTALL_BIN_DIR_STLDBG)
	$(INSTALL_SO) $(PRG_STLDBG) $(INSTALL_BIN_DIR_STLDBG)
	$(INSTALL_SO) $(PDB_NAME_OUT_STLDBG) $(INSTALL_BIN_DIR_STLDBG)
	@if exist $(MANIFEST_NAME_OUT_STLDBG) $(INSTALL_SO) $(MANIFEST_NAME_OUT_STLDBG) $(INSTALL_BIN_DIR_STLDBG)

Version data entries

135 entries across 135 versions & 2 rubygems

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