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

po_files=\
	breakdia.cc funcsel.cc tbreakli.cc tfuncinp.cc tfunctio.cc \
	tgdbwind.cc twatchdi.cc twatchli.cc watches.cc userwarn.cc \
	gdbdummy.c win31hak.c callstac.cc

src_files=$(po_files) makefile libtvgdb.gpr libtvgdb.mak
update_files=libtvgdb.gpr libtvgdb.mak
cfg_files=

subdirs=include names stream
po_subdirs=
obj_subdirs=

include $(RHIDESRC)/common.mak
