X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FMakefile.in;h=3b8e5343298a68e111a45541c4c34a8405c2dd4d;hb=27392ed361e1665fe56cdbd64a6d13e187090202;hp=f60c988ccd34c2cd511bd79f3bae2f7f3efeb987;hpb=23776c47694a72b7ae42c3c0f63bd24ab63a3bad;p=xestiaab%2F.git diff --git a/source/Makefile.in b/source/Makefile.in index f60c988..3b8e534 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -2,6 +2,7 @@ CPP=g++ STRIP=strip CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ CPPLIBS=`wx-config --libs` `curl-config --libs` -lsfml-audio -lxml2 +MAKE=make @DBGSTATUS@ XAB_OUT=xestiaab @@ -74,7 +75,11 @@ FORMOBJS=AppXestiaAddrBk.o frmAbout.o frmMain.o \ WIDGETOBJS=widgets/XABAccountView.o widgets/XABContactMenu.o BMCOOBJS=tools/bitmapcode.o -xestiaab: bitmaphelper actmgrobjs formobjs widgetobjs commonobjs vcardobjs \ +default: + $(MAKE) bitmaphelper + $(MAKE) xestiaab + +xestiaab: actmgrobjs formobjs widgetobjs commonobjs vcardobjs \ carddavobjs ceobjs cdoobjs mainobjs searchobjs imexobjs $(CPP) $(CPPFLAGS) $(ACTMGROBJS) $(FORMOBJS) $(WIDGETOBJS) \ $(COMMONOBJS) $(VCARDOBJS) $(CEOBJS) $(CDOOBJS) $(CARDDAVOBJS) \ @@ -109,7 +114,7 @@ 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* + tests/Temp* contacteditor/cdo/*.o distclean: clean rm -f Makefile config.status config.log bitmapsdone \