Sha256: 88d708edaea8ddaf733645e49129c61de62ee3e3252a4722a2e4d5d2453434b3

Contents?: true

Size: 1.28 KB

Versions: 135

Compression:

Stored size: 1.28 KB

Contents

# -*- Makefile -*- Time-stamp: <03/07/15 12:19:04 ptr>
# $Id: clean.mak 1914 2005-12-04 20:25:55Z dums $

PHONY += clean clobber distclean

ifneq (${OSNAME}, windows)
clean::	
	@-rm -f core core.*
	@-rm -f $(OBJ) $(DEP)
	@-rm -f $(OBJ_DBG) $(DEP_DBG)
	@-rm -f $(OBJ_STLDBG) $(DEP_STLDBG)
	@-rm -f $(OBJ_A) $(DEP_A)
	@-rm -f $(OBJ_A_DBG) $(DEP_A_DBG)
	@-rm -f $(OBJ_A_STLDBG) $(DEP_A_STLDBG)

clobber::	clean
	@-rm -f $(DEPENDS_COLLECTION)
else
clean::	
	@if exist core del /f /q core
	@if exist core.* del /f /q core.*
	@if exist $(subst /,\,$(OUTPUT_DIR)/*.$(OBJ_EXT)) del /f /q $(subst /,\,$(OUTPUT_DIR)/*.$(OBJ_EXT))
	@if exist $(subst /,\,$(OUTPUT_DIR_DBG)/*.$(OBJ_EXT)) del /f /q $(subst /,\,$(OUTPUT_DIR_DBG)/*.$(OBJ_EXT))
	@if exist $(subst /,\,$(OUTPUT_DIR_STLDBG)/*.$(OBJ_EXT)) del /f /q $(subst /,\,$(OUTPUT_DIR_STLDBG)/*.$(OBJ_EXT))
	@if exist $(subst /,\,$(OUTPUT_DIR_A)/*.$(OBJ_EXT)) del /f /q $(subst /,\,$(OUTPUT_DIR_A)/*.$(OBJ_EXT))
	@if exist $(subst /,\,$(OUTPUT_DIR_A_DBG)/*.$(OBJ_EXT)) del /f /q $(subst /,\,$(OUTPUT_DIR_A_DBG)/*.$(OBJ_EXT))
	@if exist $(subst /,\,$(OUTPUT_DIR_A_STLDBG)/*.$(OBJ_EXT)) del /f /q $(subst /,\,$(OUTPUT_DIR_A_STLDBG)/*.$(OBJ_EXT))

clobber::	clean
	@if exist $(subst /,\,$(PRE_OUTPUT_DIR)) rd /s /q $(subst /,\,$(PRE_OUTPUT_DIR))
endif

distclean::	clobber

Version data entries

135 entries across 135 versions & 2 rubygems

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