X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FMakefile.in;h=17383a6392b620000dc020fca932a37001d40f30;hb=5ee17950e2c44804fbaf660837f88d725136b978;hp=ab9c9e2c7fc8ed4a2aa075e93ed76f5f006fbe32;hpb=dae89fcb9baf7117917f808904005fd05e41a253;p=xestiaab%2F.git diff --git a/source/Makefile.in b/source/Makefile.in index ab9c9e2..17383a6 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1,6 +1,6 @@ CPP=g++ STRIP=strip -CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags --libs` `curl-config --libs` -lossp-uuid++ -lmagic -lsfml-audio -lxml2 -std=c++11 @DBGOUT@ -ggdb +CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags --libs` `curl-config --libs` -lossp-uuid++ -lmagic -lsfml-audio -lxml2 -std=c++11 @DBGOUT@ @DBGSTATUS@ XAB_OUT=xestiaab @@ -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/