X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2FMakefile.in;h=9b22cf2e642bdd135ca474f14593a94f35b5254a;hp=a326eebdb9ab192714bf483e2b6d46bdebe33598;hb=988509a40f943f941ec7a0d7c87b87d655ded51f;hpb=616ddd1b189837e5a7d1d6953534115be44f477b diff --git a/source/Makefile.in b/source/Makefile.in index a326eeb..9b22cf2 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1,7 +1,7 @@ CPP=g++ STRIP=strip -BMCO_CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common -ggdb -CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common -ggdb +BMCO_CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common +CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common BMCO_CPPLIBS=`wx-config --libs` `curl-config --libs` -lxml2 CPPLIBS=`wx-config --libs` `curl-config --libs` -lxml2 -Llibraries -lCalendarDataStorage -lsqlite3 CDSLIBS=-lsqlite3 @@ -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)