Sha256: e0ad4ac15a47c5d7b6d7534059eb9250f9fe92e462772a6eddf77b9a12b76fcb

Contents?: true

Size: 1.94 KB

Versions: 135

Compression:

Stored size: 1.94 KB

Contents

# -*- Makefile -*- Time-stamp: <03/10/27 17:20:22 ptr>
# $Id: rules-d.mak 1459 2005-04-18 21:25:32Z ptr $

# Rules for release output:

$(OUTPUT_DIR)/%.d:	$(WORD1)%.cpp
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR)

$(OUTPUT_DIR)/%.d:	$(WORD1)%.cc
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR)

$(OUTPUT_DIR)/%.d:	$(WORD1)%.c
	@$(COMPILE.c) $(CDEPFLAGS) $< $(DP_OUTPUT_DIR)

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

$(OUTPUT_DIR_A)/%.d:	$(WORD1)%.cpp
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR)

$(OUTPUT_DIR_A)/%.d:	$(WORD1)%.cc
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR)

$(OUTPUT_DIR_A)/%.d:	$(WORD1)%.c
	@$(COMPILE.c) $(CDEPFLAGS) $< $(DP_OUTPUT_DIR)

endif

# Rules for debug output:

$(OUTPUT_DIR_DBG)/%.d:	$(WORD1)%.cpp
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_DBG)

$(OUTPUT_DIR_DBG)/%.d:	$(WORD1)%.cc
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_DBG)

$(OUTPUT_DIR_DBG)/%.d:	$(WORD1)%.c
	@$(COMPILE.c) $(CDEPFLAGS) $< $(DP_OUTPUT_DIR_DBG)

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

$(OUTPUT_DIR_A_DBG)/%.d:	$(WORD1)%.cpp
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_DBG)

$(OUTPUT_DIR_A_DBG)/%.d:	$(WORD1)%.cc
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_DBG)

$(OUTPUT_DIR_A_DBG)/%.d:	$(WORD1)%.c
	@$(COMPILE.c) $(CDEPFLAGS) $< $(DP_OUTPUT_DIR_DBG)

endif

# Rules for STLport debug output:

$(OUTPUT_DIR_STLDBG)/%.d:	$(WORD1)%.cpp
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_STLDBG)

$(OUTPUT_DIR_STLDBG)/%.d:	$(WORD1)%.cc
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_STLDBG)

$(OUTPUT_DIR_STLDBG)/%.d:	$(WORD1)%.c
	@$(COMPILE.c) $(CDEPFLAGS) $< $(DP_OUTPUT_DIR_STLDBG)

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

$(OUTPUT_DIR_A_STLDBG)/%.d:	$(WORD1)%.cpp
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_STLDBG)

$(OUTPUT_DIR_A_STLDBG)/%.d:	$(WORD1)%.cc
	@$(COMPILE.cc) $(CCDEPFLAGS) $< $(DP_OUTPUT_DIR_STLDBG)

$(OUTPUT_DIR_A_STLDBG)/%.d:	$(WORD1)%.c
	@$(COMPILE.c) $(CDEPFLAGS) $< $(DP_OUTPUT_DIR_STLDBG)

endif

Version data entries

135 entries across 135 versions & 2 rubygems

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