#
# Targets
#
DEST	= $(MAG_ROOT)/lib
SRCS	= \
	ContextMsg.cpp \
	McsIdleSmsT.cpp \
	McsIdleSmsO.cpp \
	McsGetDeviceStatusT.cpp \
	WaitAckResponse.cpp \
	WaitSipAckResponse.cpp \
	WaitSipNotifyAckResponse.cpp \
	WaitSipEstablishCallResponse.cpp \
	DeviceIdMatchingPredicate.cpp
	
#	SmsInformation.cpp \
#	ContextSms.cpp
		
OBJS          = $(SRCS:%.cpp=%.o)

INCL	= \
	-I. \
	-I../incSrvMcs
	
#INCL	= -I. -I$(INTERFACE_ROOT)/src/include -I$(UTL_ROOT)/src/include \
#      -I$(UTL_ROOT)/src/libSMSMessaging \
#	  -I$(UTL_ROOT)/src/libeICC \
#	  -I$(CSN_ROOT)/infrastructure/failover/status/c++/src $(ASNINCL) \
#	  -I$(UTL_ROOT)/src/libSubscriber \
#	  -I$(MAG_ROOT)/src/incSrvMcs \
#	  -I$(MAG_ROOT)/src/include \
#	  -I$(UTL_ROOT)/src/libOam

LIBNAME	= libMCSServiceSms


include $(UTL_ROOT)/MakeIncl/Makeflags.$(PNX_OS)
include $(UTL_ROOT)/MakeIncl/MakeLib

###

include ../include/Makefile.PublicIncludes

$(OBJS): %.o: %.cpp

