Sha256: 3321ba5a24b9dda61a343110201d809735a5a81c4fefff33ffa258385341b272

Contents?: true

Size: 1.1 KB

Versions: 135

Compression:

Stored size: 1.1 KB

Contents

# Time-stamp: <03/10/26 16:42:14 ptr>
# $Id: rules-install-so.mak 2278 2006-04-22 19:31:27Z dums $

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

install:	$(INSTALL_TAGS)

install-release-shared: release-shared $(INSTALL_BIN_DIR) $(INSTALL_LIB_DIR)
	$(INSTALL_SO) $(SO_NAME_OUT) $(INSTALL_BIN_DIR)
	$(INSTALL_SO) $(PDB_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_DBG) $(INSTALL_LIB_DIR_DBG)
	$(INSTALL_SO) $(SO_NAME_OUT_DBG) $(INSTALL_BIN_DIR_DBG)
	$(INSTALL_SO) $(PDB_NAME_OUT_DBG) $(INSTALL_BIN_DIR_DBG)
	$(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_STLDBG) $(INSTALL_LIB_DIR_STLDBG)
	$(INSTALL_SO) $(SO_NAME_OUT_STLDBG) $(INSTALL_BIN_DIR_STLDBG)
	$(INSTALL_SO) $(PDB_NAME_OUT_STLDBG) $(INSTALL_BIN_DIR_STLDBG)
	$(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/nmake/lib/rules-install-so.mak
rhodes-7.5.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-7.4.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-7.1.17 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-6.2.0 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-6.0.11 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.18 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.17 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.15 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.0.22 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.2 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.0.7 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.0.3 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-5.5.0 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
tauplatform-1.0.3 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
tauplatform-1.0.2 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
tauplatform-1.0.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.5.1.12 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.3.5 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.4.2 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak