ifeq ($(strip $(RHIDESRC)),)
error You must set the environment variable RHIDESRC
endif

srcdir=$(RHIDESRC)/nodebobj
VPATH=$(srcdir)

project=

src_files=makefile
po_files=
cfg_files=
update_files=

subdirs=
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
