X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FMakefile.in;h=272370e3ec811d8ec371b40cc89ca2f6792ce032;hb=3bd48376ad42f7f992078041895a3a32d37a5909;hp=17383a6392b620000dc020fca932a37001d40f30;hpb=5ee17950e2c44804fbaf660837f88d725136b978;p=xestiaab%2F.git diff --git a/source/Makefile.in b/source/Makefile.in index 17383a6..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@ +CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags --libs` `curl-config --libs` -lmagic -lsfml-audio -lxml2 -std=c++11 @DBGOUT@ @DBGSTATUS@ XAB_OUT=xestiaab @@ -92,3 +92,12 @@ bitmaphelperobjs: $(BMCOOBJS) bitmaphelper: bitmaphelperobjs $(CPP) $(CPPFLAGS) $(BMCOOBJS) -o $(BMCO_HELP) $(BMCO_HELP) bitmaps/ + +install: + cp $(XAB_OUT) @BINDIR@/$(XAB_OUT) + +uninstall: + rm @BINDIR@/$(XAB_OUT) + +docs: + @SOFFICEOUT@