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