]> andersk Git - moira.git/blame - include/Imakefile
sync'ing files for RCS->CVS migration
[moira.git] / include / Imakefile
CommitLineData
c579e7ad 1# $Header$
2#
3# Copyright 1990 by the Massachusetts Institute of Technology.
4#
5# For copying and distribution information,
6# please see the file <mit-copyright.h>.
7#
8# Imakefile for include.
9#
10
11CODE=Imakefile dcm.h gdb.h mit-copyright.h mit-sipb-copyright.h \
12 moira.h moira_site.h mr_proto.h update.h ureg_proto.h
13SRCDIR=$(SRCTOP)/include
14
15all::
16
17depend:: ${CODE}
0fda52b1 18
19install::
20 -mkdir ${DESTDIR}${INCLDIR}
21 for i in moira.h moira_site.h; do \
22 ${INSTALLFILE} $$i ${DESTDIR}${INCLDIR}/$$i; done
This page took 0.058756 seconds and 5 git commands to generate.