#
# Makefile pour sip
#
#

ifndef COMPILING_WHOLE_TREE
TOPDIR=$(shell pwd)/../../../..
endif

include $(TOPDIR)/Rules.make

export 

# rpertoires obligatoires
#include $(TOPDIR)/Vars.make
subdir-y  += hcid rfcomm test tools

SUBDIRS := $(subdir-y)


all:
	@$(make_subdirs)

release: 
	@$(make_subdirs)

clean: 
	@$(make_subdirs)
