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-3.2.2 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.2.beta platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.9 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.8 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.7 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.6 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.5 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.4 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.2 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.2.0.beta.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.1.beta platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.0 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.0.beta.5 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.0.beta.4 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.0.beta.3 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.0.beta.2 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak
rhodes-3.1.0.beta.1 platform/shared/stlport/build/Makefiles/nmake/lib/rules-install-so.mak