macro will expand to -j2 on a dual processor system.
Not for Kadu software
in Kadu this is work
make -jx + number cores , where x=1 and one core = 1, two cores=2 , tree cores =3 , etc.
so 1+1= 2 ,
so
make -j2 and this is for only one processor system - this is from manual Kadu
I don't know why this is work , I do not know if this is correct.
But thanks, now I know for what
%{?_smp_mflags} this is and how to put.