Artifact a2d4863fd2dd0d09139e16d3b722f60dc0180375e42bb23d1c4965fddfe61137:
- File src/Makefile — part of check-in [12e4f83535] at 2011-05-12 20:51:55 on branch trunk — Move namespaces to namespaces.h and add missing files to Xcode project. (user: js, size: 507) [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 \ XMPPStanza.m INCLUDES = ${SRCS:.m=.h} \ namespaces.h \ ObjXMPP.h include ../buildsys.mk LD = ${OBJC}