Sha256: 0854a274d4cc9c1171a99dcdd673d1c85f07653bc708ec32c1eaa3502ba1a124

Contents?: true

Size: 950 Bytes

Versions: 135

Compression:

Stored size: 950 Bytes

Contents

# -*- makefile -*- Time-stamp: <04/03/16 17:23:52 ptr>
# $Id: rules-install-a.mak 1952 2005-12-09 21:46:16Z dums $

PHONY += install-release-static install-dbg-static install-stldbg-static

ifneq (windows, $(OSNAME))
install-release-static: release-static $(INSTALL_LIB_DIR)
	$(INSTALL_A) ${A_NAME_OUT} $(INSTALL_LIB_DIR)

install-dbg-static: dbg-static $(INSTALL_LIB_DIR_DBG)
	$(INSTALL_A) ${A_NAME_OUT_DBG} $(INSTALL_LIB_DIR_DBG)

install-stldbg-static: stldbg-static $(INSTALL_LIB_DIR_STLDBG)
	$(INSTALL_A) ${A_NAME_OUT_STLDBG} $(INSTALL_LIB_DIR_STLDBG)
else
install-release-static: release-static $(INSTALL_LIB_DIR)
	$(INSTALL_A) $(subst /,\,$(A_NAME_OUT) $(INSTALL_LIB_DIR)/)

install-dbg-static: dbg-static $(INSTALL_LIB_DIR_DBG)
	$(INSTALL_A) $(subst /,\,$(A_NAME_OUT_DBG) $(INSTALL_LIB_DIR_DBG)/)

install-stldbg-static: stldbg-static $(INSTALL_LIB_DIR_STLDBG)
	$(INSTALL_A) $(subst /,\,$(A_NAME_OUT_STLDBG) $(INSTALL_LIB_DIR_STLDBG)/)
endif

Version data entries

135 entries across 135 versions & 2 rubygems

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