X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FMakefile.in;h=272370e3ec811d8ec371b40cc89ca2f6792ce032;hb=8f9ee6da0f290bb201962732d7567257e6f6f072;hp=ab9c9e2c7fc8ed4a2aa075e93ed76f5f006fbe32;hpb=dae89fcb9baf7117917f808904005fd05e41a253;p=xestiaab%2F.git diff --git a/source/Makefile.in b/source/Makefile.in index ab9c9e2..272370e 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` -lmagic -lsfml-audio -lxml2 -std=c++11 @DBGOUT@ @DBGSTATUS@ XAB_OUT=xestiaab @@ -82,10 +82,22 @@ 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/ + +install: + cp $(XAB_OUT) @BINDIR@/$(XAB_OUT) + +uninstall: + rm @BINDIR@/$(XAB_OUT) + +docs: + @SOFFICEOUT@