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-3.0.2 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.2.beta.1 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.8 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.7 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.6 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.5 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.4 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.3 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.1.beta.2 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.7 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.6 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.5 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.4 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.3 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.2 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-3.0.0.beta.1 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-2.4.1 platform/shared/stlport/build/Makefiles/rules-o.mak
rhodes-2.4.1.beta.1 platform/shared/stlport/build/Makefiles/rules-o.mak