Print this page
1575 untangle libmlrpc ... (smbsrv)


  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  24 #
  25 
  26 include ../../../Makefile.master
  27 
  28 HDRS=   alloc.h                 \
  29         cp_unicode.h            \
  30         cp_usascii.h            \
  31         hash_table.h            \
  32         mac_cifs.h              \
  33         mailslot.h              \
  34         mbuf.h                  \
  35         msgbuf.h                \
  36         ndr.h                   \
  37         netbios.h               \
  38         netrauth.h              \
  39         nmpipes.h               \
  40         ntaccess.h              \
  41         ntifs.h                 \
  42         ntlocale.h              \
  43         smb_sid.h               \
  44         smb.h                   \
  45         smb_door.h              \
  46         smb_dfs.h               \
  47         smb_fsops.h             \
  48         smb_idmap.h             \
  49         smb_inet.h              \
  50         smb_ioctl.h             \
  51         smb_kproto.h            \
  52         smb_kstat.h             \
  53         smb_ktypes.h            \
  54         smb_privilege.h         \
  55         smb_share.h             \
  56         smb_signing.h           \
  57         smb_token.h             \
  58         smb_vops.h              \
  59         smb_xdr.h               \
  60         smbinfo.h               \
  61         smb2.h                  \
  62         smb2_kproto.h           \
  63         string.h                \
  64         svrapi.h                \
  65         winioctl.h              \
  66         winsvc.h                \
  67         wintypes.h
  68 
  69 NDLHDRS= dssetup.ndl            \
  70         eventlog.ndl            \
  71         llsrpc.ndl              \
  72         lsarpc.ndl              \
  73         msgsvc.ndl              \
  74         ndrtypes.ndl            \
  75         netdfs.ndl              \
  76         netlogon.ndl            \
  77         rpcpdu.ndl              \
  78         samrpc.ndl              \
  79         security.ndl            \
  80         spoolss.ndl             \
  81         srvsvc.ndl              \
  82         svcctl.ndl              \
  83         winreg.ndl              \
  84 
  85 ROOTDIR= $(ROOT)/usr/include/smbsrv
  86 NDLDIR= $(ROOTDIR)/ndl
  87 ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) $(NDLHDRS:%=$(ROOTDIR)/ndl/%)
  88 CHECKHDRS= $(HDRS:%.h=%.check)
  89 
  90 $(ROOTDIR)/%: %
  91         $(INS.file)
  92 
  93 $(NDLDIR)/%: ndl/%
  94         $(INS.file)
  95 
  96 $(ROOTDIR) $(NDLDIR):
  97         $(INS.dir)


  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  24 #
  25 
  26 include ../../../Makefile.master
  27 
  28 HDRS=   alloc.h                 \
  29         cp_unicode.h            \
  30         cp_usascii.h            \
  31         hash_table.h            \
  32         mac_cifs.h              \
  33         mailslot.h              \
  34         mbuf.h                  \
  35         msgbuf.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_signing.h           \
  56         smb_token.h             \
  57         smb_vops.h              \
  58         smb_xdr.h               \
  59         smbinfo.h               \
  60         smb2.h                  \
  61         smb2_kproto.h           \
  62         string.h                \
  63         svrapi.h                \
  64         winioctl.h              \
  65         winsvc.h

  66 
  67 NDLHDRS= dssetup.ndl            \
  68         eventlog.ndl            \
  69         llsrpc.ndl              \
  70         lsarpc.ndl              \
  71         msgsvc.ndl              \

  72         netdfs.ndl              \
  73         netlogon.ndl            \

  74         samrpc.ndl              \
  75         security.ndl            \
  76         spoolss.ndl             \
  77         srvsvc.ndl              \
  78         svcctl.ndl              \
  79         winreg.ndl              \
  80 
  81 ROOTDIR= $(ROOT)/usr/include/smbsrv
  82 NDLDIR= $(ROOTDIR)/ndl
  83 ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) $(NDLHDRS:%=$(ROOTDIR)/ndl/%)
  84 CHECKHDRS= $(HDRS:%.h=%.check)
  85 
  86 $(ROOTDIR)/%: %
  87         $(INS.file)
  88 
  89 $(NDLDIR)/%: ndl/%
  90         $(INS.file)
  91 
  92 $(ROOTDIR) $(NDLDIR):
  93         $(INS.dir)