mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:49:18 +02:00
* clean removes also *.o, *.so, *.ppu
This commit is contained in:
parent
36427d3ba6
commit
88e68acd03
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/11/24]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/12/15]
|
||||
#
|
||||
default: allexectests
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
|
||||
@ -1139,14 +1139,12 @@ ifdef INUNIX
|
||||
else
|
||||
-rm -f $(addsuffix /*$(EXEEXT),$(DIRS))
|
||||
endif
|
||||
-rm -f *.tmp core
|
||||
-rm -f test*.txt *.tmp *$(SHAREDLIBEXT) *$(OEXT) *$(PPUEXT) core
|
||||
-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
|
||||
-rm -f ppas.sh ppas.bat gmon.out allpreps-stamp.$(OS_TARGET)
|
||||
-rm -f test*.txt
|
||||
-rm -f ptest.* ppas.sh ppas.bat gmon.out allpreps-stamp.$(OS_TARGET)
|
||||
$(MAKE) -C units clean
|
||||
distclean: clean
|
||||
-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
|
||||
-rm -f teststr$(PPUEXT) teststr$(OEXT) digest$(EXEEXT) digest$(OEXT)
|
||||
-rm -f dotest$(EXEEXT) digest$(EXEEXT)
|
||||
.PHONY: all full rundigest dailytest onlyknown onlygraph onlyinteractive
|
||||
rundigest : $(DIGEST)
|
||||
-$(DIGEST)
|
||||
|
@ -174,15 +174,13 @@ ifdef INUNIX
|
||||
else
|
||||
-rm -f $(addsuffix /*$(EXEEXT),$(DIRS))
|
||||
endif
|
||||
-rm -f *.tmp core
|
||||
-rm -f test*.txt *.tmp *$(SHAREDLIBEXT) *$(OEXT) *$(PPUEXT) core
|
||||
-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
|
||||
-rm -f ppas.sh ppas.bat gmon.out allpreps-stamp.$(OS_TARGET)
|
||||
-rm -f test*.txt
|
||||
-rm -f ptest.* ppas.sh ppas.bat gmon.out allpreps-stamp.$(OS_TARGET)
|
||||
$(MAKE) -C units clean
|
||||
|
||||
distclean: clean
|
||||
-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
|
||||
-rm -f teststr$(PPUEXT) teststr$(OEXT) digest$(EXEEXT) digest$(OEXT)
|
||||
-rm -f dotest$(EXEEXT) digest$(EXEEXT)
|
||||
|
||||
#
|
||||
# Main rules
|
||||
|
Loading…
Reference in New Issue
Block a user