@ -21,13 +21,13 @@ static : static_pub static_sub static_rr
# libmosquitto only.
static_pub : pub_client .o pub_shared .o client_props .o client_shared .o ../lib /libmosquitto .a
${ CROSS_COMPILE } ${ CC } $^ -o mosquitto_pub ${ CLIENT_LDFLAGS } ${ STATIC_LIB_DEPS }
${ CROSS_COMPILE } ${ CC } $^ -o mosquitto_pub ${ CLIENT_LDFLAGS } ${ STATIC_LIB_DEPS } ${ CLIENT_STATIC_LDADD }
static_sub : sub_client .o sub_client_output .o client_props .o client_shared .o ../lib /libmosquitto .a
${ CROSS_COMPILE } ${ CC } $^ -o mosquitto_sub ${ CLIENT_LDFLAGS } ${ STATIC_LIB_DEPS }
${ CROSS_COMPILE } ${ CC } $^ -o mosquitto_sub ${ CLIENT_LDFLAGS } ${ STATIC_LIB_DEPS } ${ CLIENT_STATIC_LDADD }
static_rr : rr_client .o client_props .o client_shared .o pub_shared .o sub_client_output .o ../lib /libmosquitto .a
${ CROSS_COMPILE } ${ CC } $^ -o mosquitto_rr ${ CLIENT_LDFLAGS } ${ STATIC_LIB_DEPS }
${ CROSS_COMPILE } ${ CC } $^ -o mosquitto_rr ${ CLIENT_LDFLAGS } ${ STATIC_LIB_DEPS } ${ CLIENT_STATIC_LDADD }
mosquitto_pub : pub_client .o pub_shared .o client_shared .o client_props .o
${ CROSS_COMPILE } ${ CC } $( CLIENT_LDFLAGS) $^ -o $@ $( CLIENT_LDADD)