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

project=

po_files=

src_files=$(po_files) \
	ndepcoll.cc ndepende.cc nflagcol.cc nflagent.cc nhintsta.cc \
	nideedit.cc nidefile.cc nmsgcoll.cc noptions.cc nproject.cc \
	makefile

cfg_files=
update_files=

subdirs=
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
