3882 Remove xmod & friends
[illumos-gate.git] / usr / src / uts / common / smbsrv / Makefile
blob9bb092095bf30b9f9182d2f19887fef89476cc23
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
25 include ../../../Makefile.master
27 HDRS= alloc.h \
28 cp_unicode.h \
29 cp_usascii.h \
30 hash_table.h \
31 mac_cifs.h \
32 mailslot.h \
33 mbuf.h \
34 msgbuf.h \
35 ndr.h \
36 netbios.h \
37 netrauth.h \
38 nmpipes.h \
39 ntaccess.h \
40 ntifs.h \
41 ntlocale.h \
42 smb_sid.h \
43 smb.h \
44 smb_door.h \
45 smb_dfs.h \
46 smb_fsops.h \
47 smb_idmap.h \
48 smb_inet.h \
49 smb_ioctl.h \
50 smb_kproto.h \
51 smb_kstat.h \
52 smb_ktypes.h \
53 smb_privilege.h \
54 smb_share.h \
55 smb_token.h \
56 smb_vops.h \
57 smb_xdr.h \
58 smbinfo.h \
59 string.h \
60 svrapi.h \
61 winioctl.h \
62 winsvc.h \
63 wintypes.h
65 NDLHDRS= dssetup.ndl \
66 eventlog.ndl \
67 llsrpc.ndl \
68 lsarpc.ndl \
69 msgsvc.ndl \
70 ndrtypes.ndl \
71 netdfs.ndl \
72 netlogon.ndl \
73 rpcpdu.ndl \
74 samrpc.ndl \
75 security.ndl \
76 spoolss.ndl \
77 srvsvc.ndl \
78 svcctl.ndl \
79 winreg.ndl \
81 ROOTDIR= $(ROOT)/usr/include/smbsrv
82 NDLDIR= $(ROOTDIR)/ndl
83 ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) $(NDLHDRS:%=$(ROOTDIR)/ndl/%)
84 CHECKHDRS= $(HDRS:%.h=%.check)
86 $(ROOTDIR)/%: %
87 $(INS.file)
89 $(NDLDIR)/%: ndl/%
90 $(INS.file)
92 $(ROOTDIR) $(NDLDIR):
93 $(INS.dir)
95 .KEEP_STATE:
97 .PARALLEL: $(CHECKHDRS)
99 install_h: $(ROOTDIR) $(NDLDIR) $(ROOTHDRS)
101 check: $(CHECKHDRS)