Makefile revision a90cf9f29973990687fa61de9f1f6ea22e924e40
369N/A#
369N/A# CDDL HEADER START
369N/A#
369N/A# The contents of this file are subject to the terms of the
369N/A# Common Development and Distribution License (the "License").
369N/A# You may not use this file except in compliance with the License.
369N/A#
369N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
369N/A# or http://www.opensolaris.org/os/licensing.
369N/A# See the License for the specific language governing permissions
369N/A# and limitations under the License.
369N/A#
369N/A# When distributing Covered Code, include this CDDL HEADER in each
369N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
369N/A# If applicable, add the following below this CDDL HEADER, with the
369N/A# fields enclosed by brackets "[]" replaced with your own identifying
369N/A# information: Portions Copyright [yyyy] [name of copyright owner]
369N/A#
369N/A# CDDL HEADER END
369N/A#
5680N/A#
5680N/A# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
5622N/A# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
369N/A#
5680N/A
5680N/Ainclude ../../../Makefile.master
369N/A
369N/AHDRS= alloc.h \
369N/A cp_unicode.h \
369N/A cp_usascii.h \
844N/A hash_table.h \
844N/A mac_cifs.h \
5622N/A mailslot.h \
369N/A mbuf.h \
5680N/A msgbuf.h \
369N/A ndr.h \
369N/A netbios.h \
5002N/A netrauth.h \
369N/A nmpipes.h \
369N/A ntaccess.h \
369N/A ntifs.h \
369N/A ntlocale.h \
369N/A smb_sid.h \
5680N/A smb.h \
5680N/A smb_door.h \
369N/A smb_dfs.h \
369N/A smb_fsops.h \
369N/A smb_idmap.h \
369N/A smb_inet.h \
369N/A smb_ioctl.h \
369N/A smb_kproto.h \
369N/A smb_kstat.h \
369N/A smb_ktypes.h \
5002N/A smb_privilege.h \
369N/A smb_share.h \
369N/A smb_signing.h \
369N/A smb_token.h \
369N/A smb_vops.h \
369N/A smb_xdr.h \
smbinfo.h \
smb2.h \
smb2_kproto.h \
string.h \
svrapi.h \
winioctl.h \
winsvc.h \
wintypes.h
NDLHDRS= dssetup.ndl \
eventlog.ndl \
llsrpc.ndl \
lsarpc.ndl \
msgsvc.ndl \
ndrtypes.ndl \
netdfs.ndl \
netlogon.ndl \
rpcpdu.ndl \
samrpc.ndl \
security.ndl \
spoolss.ndl \
srvsvc.ndl \
svcctl.ndl \
winreg.ndl \
ROOTDIR= $(ROOT)/usr/include/smbsrv
NDLDIR= $(ROOTDIR)/ndl
ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) $(NDLHDRS:%=$(ROOTDIR)/ndl/%)
CHECKHDRS= $(HDRS:%.h=%.check)
$(ROOTDIR)/%: %
$(INS.file)
$(NDLDIR)/%: ndl/%
$(INS.file)
$(ROOTDIR) $(NDLDIR):
$(INS.dir)
.KEEP_STATE:
.PARALLEL: $(CHECKHDRS)
install_h: $(ROOTDIR) $(NDLDIR) $(ROOTHDRS)
check: $(CHECKHDRS)