# 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)/libide/include
VPATH=$(srcdir)

project=

po_files=

src_files=$(po_files)\
	libide.h rawkeys.h tdepende.h tflagcol.h tflagent.h tflaglis.h \
	thintsta.h tideedit.h tidefile.h tmsgcoll.h tmsglist.h toptions.h \
	tprjlist.h tprjwind.h tproject.h idecomma.h idefunct.h ideenums.h \
	makefile
cfg_files=
update_files=

subdirs=
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
