ifeq ($(strip $(RHIDESRC)),)
error!! You have to set the variable RHIDESRC
endif

_srcdir=$(RHIDESRC)/librhgdb
include $(_srcdir)/makefile.src

test_:
	echo $(top_obj_dir)
