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

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

project=

po_files=

src_files=$(po_files) \
	app.h colorsel.h dialogs.h drawbuf.h editors.h \
	fileview.h help.h helpbase.h intl.h menus.h msgbox.h nointl.h \
	objects.h resource.h stddlg.h system.h textview.h tkeys.h tobjstrm.h \
	ttypes.h tv.h tvconfig.h tvedcons.h tvedit.h tvedmac.h tvobjs.h \
	tvutil.h validate.h views.h yesintl.h makefile \
	ceditint.h ceditor.h findrepl.h indicato.h memo.h \
	viewplus.h tvedit2.h
cfg_files=
update_files=

subdirs=class
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
