##############################################################
#### 		stackMgr builder Makefile
##############################################################

OBJECTS = \
	RvSipStack.o 

API_FILES = 		\
	RvSipStack.h	\
	RvSipStackTypes.h  

API_DIR = sipAPI

PROGFLAGS = -I../call -I../regClient -I../common -I../core/unix -I../core/ads -I../core/log -I../core/common \
            -I../transaction -I../msgBuilder -I../message -I../transport -I../parser -I../requestCtrl \
            -I../authenticator -I../subscription
DISTFILES =
PROGS =
PROGLIBS =
PROGDEFS = 


include ../make/project.mk
include $(PROJECT_BASE)/SipTK/make/common.mk

OUTPUTLIB = $(libsubdir)
LIBTARGET = $(OUTPUTLIB)/libstackMgr.a

all: $(LIBTARGET)
include $(PROJECT_BASE)/SipTK/make/lib.mk
