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

po_files=gdbviewe.cc main.cc options.cc
src_files=$(po_files) makefile rhgdb.gpr rhgdb.mak
update_files=rhgdb.gpr rhgdb.mak
cfg_files=

subdirs=include
po_subdirs=
obj_subdirs=

include $(RHIDESRC)/common.mak

install: rhgdb.exe
	ginstall -d $(prefix)/bin
	ginstall -sb rhgdb.exe $(prefix)/bin
	echo bin/rhgdb.exe > $(logfile)
