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

project=

po_files=
src_files=$(po_files) makefile \
	libtvgdb.h tbreakli.h tfuncinp.h tfunctio.h tgdbwind.h tvgdbcom.h \
	twatchdi.h twatchli.h tvgdbfun.h tvgdbhis.h
cfg_files=
update_files=

subdirs=
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
