From: Steve Brokenshire Date: Thu, 24 Sep 2015 18:14:33 +0000 (+0100) Subject: Modified the build system to ensure proper cleanout when using distclean. X-Git-Tag: release-0.05~64 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=34fa97b95a58f99ee51775bafcab7322935f058d Modified the build system to ensure proper cleanout when using distclean. --- diff --git a/source/Makefile.in b/source/Makefile.in index ab9c9e2..b27ce6a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -82,10 +82,13 @@ clean: widgets/*.o export/*.o import/*.o distclean: clean - rm -f Makefile config.status config.log + rm -f Makefile config.status config.log bitmapsdone \ + tools/bitmapcode.helper bitmaps.h + find bitmaps -name "*.cpp" -type f -delete + find bitmaps -name "*.h" -type f -delete bitmaphelperobjs: $(BMCOOBJS) bitmaphelper: bitmaphelperobjs - $(CPP) $(CPPFLAGS) -lboost_filesystem -lboost_system $(BMCOOBJS) -o $(BMCO_HELP) + $(CPP) $(CPPFLAGS) $(BMCOOBJS) -o $(BMCO_HELP) $(BMCO_HELP) bitmaps/