Artifact 9c79822df1c463fc419f6cd2a079fbd18bdb966c78f3ad6bbf581a5a8669efaa:
- File src/Makefile — part of check-in [3b589295f9] at 2011-05-26 20:42:16 on branch trunk — Check for res_ndestroy. (user: js, size: 566) [annotate] [blame] [check-ins using]
include ../extra.mk LIB = ${OBJXMPP_SHARED_LIB} LIB_MAJOR = 0 LIB_MINOR = 0 STATIC_LIB = ${OBJXMPP_STATIC_LIB} SRCS = XMPPAuthenticator.m \ XMPPConnection.m \ XMPPExceptions.m \ XMPPIQ.m \ XMPPJID.m \ XMPPMessage.m \ XMPPPLAINAuth.m \ XMPPPresence.m \ XMPPRoster.m \ XMPPRosterItem.m \ XMPPSCRAMAuth.m \ XMPPSRVLookup.m \ XMPPStanza.m INCLUDES = ${SRCS:.m=.h} \ namespaces.h \ ObjXMPP.h include ../buildsys.mk CPPFLAGS += -I.. -DHAVE_CONFIG_H LD = ${OBJC}