From: Steve Brokenshire Date: Sun, 21 Jan 2018 21:19:51 +0000 (+0000) Subject: Makefile: Enhanced clean option and added distclean option X-Git-Tag: release-0.06~9 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=988509a40f943f941ec7a0d7c87b87d655ded51f;hp=4a54004087031fdd538d761ed5df6d6ed82b730e Makefile: Enhanced clean option and added distclean option --- diff --git a/source/.gitignore b/source/.gitignore index 475f253..6c60d10 100644 --- a/source/.gitignore +++ b/source/.gitignore @@ -18,3 +18,4 @@ autom4te.cache/* config.log config.status Makefile +tests/Makefile diff --git a/source/Makefile.in b/source/Makefile.in index a154fc6..9b22cf2 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -71,7 +71,15 @@ bitmaphelper: bitmaphelperobjs clean: find . -name "*.o" -type f -delete find . -name "*.a" -type f -delete - $(RM) -f ./xestiacal + $(RM) -f xestiacal + $(RM) -f tools/bitmapcode.helper + $(RM) -f bitmapsdone + +distclean: clean + find bitmaps -name "*.cpp" -type f -delete + find bitmaps -name "*.h" -type f -delete + $(RM) -f Makefile + $(RM) -f tests/Makefile mainobjs: $(MAINOBJS)