X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FMakefile.in;h=9ec3eb4a29e72239bc66dc728e700f1825f80d52;hp=3b8e5343298a68e111a45541c4c34a8405c2dd4d;hb=0a572071e9c08cfaa3e5d4f1beec9241d03d36a0;hpb=3344ded94813be90d2181ab0c1fe69bb2352c05b diff --git a/source/Makefile.in b/source/Makefile.in index 3b8e534..9ec3eb4 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -113,11 +113,12 @@ imexobjs: $(IMEXOBJS) clean: rm -f $(XAB_OUT) $(BMCO_HELP) tools/bitmapcode.o *.o \ vcard/*.o common/*.o carddav/*.o contacteditor/*.o search/*.o \ - widgets/*.o export/*.o import/*.o actmgr/*.o tests/$(XAB_OUT)_test \ - tests/Temp* contacteditor/cdo/*.o + widgets/*.o export/*.o import/*.o actmgr/*.o contacteditor/cdo/*.o \ + tests/Temp* tests/*.o tests/$(XAB_OUT)_test distclean: clean - rm -f Makefile config.status config.log bitmapsdone \ + rm -f Makefile tests/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 @@ -136,4 +137,4 @@ uninstall: rm @BINDIR@/$(XAB_OUT) test: -@GTEST@ + @echo "To build and run the unit tests, run 'make' from the tests directory."