###################################################
###						###
### RV SIP Stack project: core Makefile		###
###						###
###################################################

# Subdirectories to run make in for the primary targets.
SRCB_LIBSSUBDIRS = ads common log unix 

# large library
LARGELIB = rvcore
LIBGROUP = ads common log unix

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