# Copyright (C) 1996,1997 Robert Hhne, see COPYING.RH for details 
# This file is part of RHIDE. 
ifeq ($(strip $(RHIDESRC)),)
error You must set the environment variable RHIDESRC
endif

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

project=

src_files=\
	  ide21.h ideapp.h ideconst.h rhide.h \
	  makefile rhidehis.h
po_files=
cfg_files=
update_files=

subdirs=flags
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
