1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include ../extra.mk
LIB = ${OBJXMPP_SHARED_LIB}
LIB_MAJOR = 0
LIB_MINOR = 0
STATIC_LIB = ${OBJXMPP_STATIC_LIB}
SRCS = XMPPAuthenticator.m \
XMPPCallback.m \
XMPPConnection.m \
XMPPExceptions.m \
XMPPIQ.m \
XMPPJID.m \
XMPPMessage.m \
XMPPPLAINAuth.m \
XMPPPresence.m \
XMPPRoster.m \
XMPPRosterItem.m \
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include ../extra.mk
LIB = ${OBJXMPP_SHARED_LIB}
LIB_MAJOR = 0
LIB_MINOR = 0
STATIC_LIB = ${OBJXMPP_STATIC_LIB}
SRCS = XMPPAuthenticator.m \
XMPPCallback.m \
XMPPConnection.m \
XMPPExceptions.m \
XMPPEXTERNALAuth.m \
XMPPIQ.m \
XMPPJID.m \
XMPPMessage.m \
XMPPPLAINAuth.m \
XMPPPresence.m \
XMPPRoster.m \
XMPPRosterItem.m \
|