###################################################
###						###
### RV SIP Stack project: rvsip Makefile	###
###						###
###################################################

# large library
LARGELIB = rvsip
LIBGROUP = authenticator call message parser regClient \
   stackMgr subscription transaction transport

# Subdirectories to run make in for the primary targets.
SRCB_LIBSSUBDIRS = $(addprefix ../,$(LIBGROUP))

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