Sha256: 3677dbc2e3f42fefd1c8338843943670002d6efbcd0fc97d1c89898c39af2a48

Contents?: true

Size: 1.78 KB

Versions: 135

Compression:

Stored size: 1.78 KB

Contents

# -*- Makefile -*- Time-stamp: <03/10/27 17:19:13 ptr>
# $Id: rules-o.mak 1871 2005-11-26 20:55:00Z dums $

# Rules for release output:

$(OUTPUT_DIR)/%.$(OBJ_EXT):	$(WORD1)%.cpp
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR)/%.$(OBJ_EXT):	$(WORD1)%.cc
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR)/%.$(OBJ_EXT):	$(WORD1)%.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

ifneq ($(OUTPUT_DIR),$(OUTPUT_DIR_A))

$(OUTPUT_DIR_A)/%.$(OBJ_EXT):	$(WORD1)%.cpp
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_A)/%.$(OBJ_EXT):	$(WORD1)%.cc
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_A)/%.$(OBJ_EXT):	$(WORD1)%.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

endif

# Rules for debug output:

$(OUTPUT_DIR_DBG)/%.$(OBJ_EXT):	$(WORD1)%.cpp
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_DBG)/%.$(OBJ_EXT):	$(WORD1)%.cc
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_DBG)/%.$(OBJ_EXT):	$(WORD1)%.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

ifneq ($(OUTPUT_DIR_DBG),$(OUTPUT_DIR_A_DBG))

$(OUTPUT_DIR_A_DBG)/%.$(OBJ_EXT):	$(WORD1)%.cpp
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_A_DBG)/%.$(OBJ_EXT):	$(WORD1)%.cc
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_A_DBG)/%.$(OBJ_EXT):	$(WORD1)%.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

endif

# Rules for STLport debug output:

$(OUTPUT_DIR_STLDBG)/%.$(OBJ_EXT):	$(WORD1)%.cpp
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_STLDBG)/%.$(OBJ_EXT):	$(WORD1)%.cc
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_STLDBG)/%.$(OBJ_EXT):	$(WORD1)%.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

ifneq ($(OUTPUT_DIR_STLDBG),$(OUTPUT_DIR_A_STLDBG))

$(OUTPUT_DIR_A_STLDBG)/%.$(OBJ_EXT):	$(WORD1)%.cpp
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_A_STLDBG)/%.$(OBJ_EXT):	$(WORD1)%.cc
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

$(OUTPUT_DIR_A_STLDBG)/%.$(OBJ_EXT):	$(WORD1)%.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

endif

Version data entries

135 entries across 135 versions & 2 rubygems

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