[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / xfs-cmds / nfs4acl / include

File: [Development] / xfs-cmds / nfs4acl / include / Makefile (download)

Revision 1.1, Mon Jul 28 06:10:38 2008 UTC (9 years, 2 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Bring in xfs-cmds/acl type infrastructure
Merge of master-melb:xfs-cmds:31778a by kenmcd.

#
# Copyright (c) 2008 Silicon Graphics, Inc.  All Rights Reserved.
#

TOPDIR = ..
include $(TOPDIR)/include/builddefs

HFILES = nfs4acl.h nfs4acl-internal.h nfs4acl_xattr.h string_buffer.h
LSRCFILES = builddefs.in buildmacros buildrules config.h.in
LDIRT = sys

default:
	rm -f sys
	$(LN_S) . sys

include $(BUILDRULES)

install-dev: default
	$(INSTALL) -m 755 -d $(PKG_INC_DIR)
	$(INSTALL) -m 755 -d $(PKG_INC_DIR)/sys
	$(INSTALL) -m 644 nfs4acl.h $(PKG_INC_DIR)/sys/nfs4acl.h
install install-lib: