]> andersk Git - moira.git/blob - include/Imakefile
added U_SECURE field to user structure
[moira.git] / include / Imakefile
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
11 CODE=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
13 SRCDIR=$(SRCTOP)/include
14
15 all::
16
17 depend:: ${CODE}
18
19 install::
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.047848 seconds and 5 git commands to generate.