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