# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/include/RCS/Imakefile,v 1.2 92/04/10 18:48:43 mar Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for include.
#

CODE=Imakefile dcm.h gdb.h mit-copyright.h mit-sipb-copyright.h \
	moira.h moira_site.h mr_proto.h update.h ureg_proto.h
SRCDIR=$(SRCTOP)/include

all::

depend:: ${CODE}

install::
	-mkdir ${DESTDIR}${INCLDIR}
	for i in moira.h moira_site.h; do \
		${INSTALLFILE} $$i ${DESTDIR}${INCLDIR}/$$i; done
