#
# Makefile pour sip
#
#

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

ifndef GOLINUX
include $(TOPDIR)/Rules.make
else
include $(TOPDIR)/Rules_GoLinux.make
endif

export 

# rpertoires obligatoires
#include $(TOPDIR)/Vars.make
subdir-y  += src

SUBDIRS := $(subdir-y)


all:
	rm -f include/bluetooth
	ln -sf . include/bluetooth
	@$(make_subdirs)

release: 
	@$(make_subdirs)

clean: 
	@$(make_subdirs)
