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