###################################################
###					                        	###
### SIP project: samples Makefile               ###
###					                         	###
###################################################

# Subdirectories to run make in for the primary targets.

SRCB_APPSSUBDIRS =  simpleSession simpleRegistration simpleInfo simpleTransaction simpleRFC2833
                   

ifneq ($(extra_lean),on)
SRCB_APPSSUBDIRS += 	simpleAuthentication	\
			simpleParserControl	\
			simplePersistentConnection \
			simpleProxy		\
			simpleSIPT		\
			simpleServerAuth	\
			simpleSubscription	\
			simpleTransfer \
                        simpleSessionSDP \
                        simpleUpdate
endif

ifeq ($(srv),on)
	SRCB_APPSSUBDIRS += advancedDNSSession
endif

ifeq ($(tls),on)
	SRCB_APPSSUBDIRS += advancedTlsSession simpleTlsSession
endif

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

