15331Samw# 25331Samw# CDDL HEADER START 35331Samw# 45331Samw# The contents of this file are subject to the terms of the 55331Samw# Common Development and Distribution License (the "License"). 65331Samw# You may not use this file except in compliance with the License. 75331Samw# 85331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95331Samw# or http://www.opensolaris.org/os/licensing. 105331Samw# See the License for the specific language governing permissions 115331Samw# and limitations under the License. 125331Samw# 135331Samw# When distributing Covered Code, include this CDDL HEADER in each 145331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155331Samw# If applicable, add the following below this CDDL HEADER, with the 165331Samw# fields enclosed by brackets "[]" replaced with your own identifying 175331Samw# information: Portions Copyright [yyyy] [name of copyright owner] 185331Samw# 195331Samw# CDDL HEADER END 205331Samw# 215331Samw# 22*12508Samw@Sun.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 235331Samw# 245331Samw 255331SamwHDRS= libsmb.h 265331Samw 27*12508Samw@Sun.COMGENSRCS = common/smb_status_tbl.h 28*12508Samw@Sun.COMCLEANFILES += $(GENSRCS) 29*12508Samw@Sun.COM 30*12508Samw@Sun.COMall install lint: $(GENSRCS) 31*12508Samw@Sun.COM 325331Samwinclude ../Makefile.smbsrv 33*12508Samw@Sun.COM 34*12508Samw@Sun.COM$(GENSRCS): common/smb_status_gen.awk $(SRC)/uts/common/smb/ntstatus.h 35*12508Samw@Sun.COM nawk -f common/smb_status_gen.awk \ 36*12508Samw@Sun.COM $(SRC)/uts/common/smb/ntstatus.h > $@ 37