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

po_files=\
	annotate.c breakpoi.c defaults.c gdbcontr.c gdbinter.c \
	listfunc.c symify.c watches.c watchdog.c frame.c

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

subdirs=include test
po_subdirs=
obj_subdirs=test

librhgdb.a: ../libgdb/libgdb.h

include $(RHIDESRC)/common.mak
