mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 19:00:59 +02:00
extended make clean to clean up widgetset dir
git-svn-id: trunk@7299 -
This commit is contained in:
parent
07426d0e62
commit
f3505a348b
2007
lcl/Makefile
2007
lcl/Makefile
File diff suppressed because it is too large
Load Diff
@ -93,10 +93,12 @@ includedir=include
|
|||||||
#buildunit=alllclunits
|
#buildunit=alllclunits
|
||||||
|
|
||||||
[clean]
|
[clean]
|
||||||
|
# clear all .ppu/.o/.rst files in all source and output directories
|
||||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||||
$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) \
|
$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) \
|
||||||
|
$(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))\
|
||||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user