Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / Makefile.in
CommitLineData
805e021f
CE
1# Copyright 2000, International Business Machines Corporation and others.
2# All Rights Reserved.
3#
4# This software has been released under the terms of the IBM Public
5# License. For details, see the LICENSE file in the top-level source
6# directory or online at http://www.openafs.org/dl/license10.html
7
8srcdir=@srcdir@
9include @TOP_OBJDIR@/src/config/Makefile.config
10include @TOP_OBJDIR@/src/config/Makefile.pthread
11
12
13all: ${TOP_INCDIR}/afs/afs_Admin.h
14
15${TOP_INCDIR}/afs/afs_Admin.h: afs_Admin.h
16 ${INSTALL_DATA} $? $@
17
18install:
19 ${INSTALL} -d ${DESTDIR}${includedir}/afs
20 ${INSTALL_DATA} ${srcdir}/afs_Admin.h ${DESTDIR}${includedir}/afs/afs_Admin.h
21
22dest:
23 ${INSTALL} -d ${DEST}/include/afs
24 ${INSTALL_DATA} ${srcdir}/afs_Admin.h ${DEST}/include/afs/afs_Admin.h
25
26clean: