make clean: clean the nogui widgetset

git-svn-id: trunk@29235 -
This commit is contained in:
mattias 2011-01-28 09:35:55 +00:00
parent 37d6328b27
commit 15f6afd299
2 changed files with 9 additions and 6 deletions

View File

@ -3607,7 +3607,7 @@ makefiles: fpc_makefiles
ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
.PHONY: lcl components packager/registration ideintf packager bigidecomponents ide idepkg idebig bigide starter lazbuilder tools all clean cleanide purge examples install lazbuild
.PHONY: lcl components packager/registration ideintf packager bigidecomponents ide idepkg idebig bigide starter lazbuilder tools all clean cleanide cleannogui purge examples install lazbuild
ide:
$(MAKE) -C ide ide
idepkg:
@ -3629,9 +3629,11 @@ tools: lcl
$(MAKE) -C tools
examples: lcl components
all: packager/registration lcl ideintf packager components ide starter lazbuilder
cleannogui:
$(MAKE) -C lcl/interfaces/nogui clean LCL_PLATFORM=nogui
cleanide:
$(MAKE) -C ide cleanide
cleanlaz: cleanide
cleanlaz: cleanide cleannogui
$(MAKE) -C lcl clean
$(MAKE) -C components clean
$(MAKE) -C packager clean
@ -3639,7 +3641,6 @@ cleanlaz: cleanide
purge: cleanlaz
$(MAKE) -C examples clean
$(MAKE) -C tools clean
$(MAKE) -C tools clean
clean: cleanlaz
cleanall: purge
installbase:

View File

@ -45,7 +45,7 @@ endif
#-----------------------------------------------------------------------------
[rules]
.PHONY: lcl components packager/registration ideintf packager bigidecomponents ide idepkg idebig bigide starter lazbuilder tools all clean cleanide purge examples install lazbuild
.PHONY: lcl components packager/registration ideintf packager bigidecomponents ide idepkg idebig bigide starter lazbuilder tools all clean cleanide cleannogui purge examples install lazbuild
#-----------------------------------------------------------------------------
ide:
@ -91,10 +91,13 @@ examples: lcl components
all: packager/registration lcl ideintf packager components ide starter lazbuilder
#-----------------------------------------------------------------------------
cleannogui:
$(MAKE) -C lcl/interfaces/nogui clean LCL_PLATFORM=nogui
cleanide:
$(MAKE) -C ide cleanide
cleanlaz: cleanide
cleanlaz: cleanide cleannogui
$(MAKE) -C lcl clean
$(MAKE) -C components clean
$(MAKE) -C packager clean
@ -102,7 +105,6 @@ cleanlaz: cleanide
purge: cleanlaz
$(MAKE) -C examples clean
$(MAKE) -C tools clean
# $(MAKE) -C doceditor clean
$(MAKE) -C tools clean