b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# CDDL HEADER START
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# The contents of this file are subject to the terms of the
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Common Development and Distribution License, Version 1.0 only
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# (the "License"). You may not use this file except in compliance
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# with the License.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# or http://www.opensolaris.org/os/licensing.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# See the License for the specific language governing permissions
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# and limitations under the License.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# If applicable, add the following below this CDDL HEADER, with the
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# CDDL HEADER END
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Use is subject to license terms.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossMODULE = libfksmbsrv.so
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossMDBTGT = proc
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossMODSRCS = smbsrv.c list.c
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Rossinclude ../../../../Makefile.cmd
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Rossinclude ../../../../Makefile.cmd.64
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Rossinclude ../../Makefile.amd64
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Rossinclude ../../../Makefile.module
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossMODSRCS_DIR = ../../../common/modules/smbsrv
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossGENUNIX_DIR = ../../../common/modules/genunix
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Note: need our sys includes _before_ ENVCPPFLAGS, proto etc.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossCPPFLAGS.first += -I../../../../../lib/smbsrv/libfksmbsrv/common
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossCPPFLAGS.first += -I../../../../../lib/libfakekernel/common
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossCPPFLAGS += -I../../../../../uts/common
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossC99MODE= -xc99=%all
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossC99LMODE= -Xc99=%all
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Rossdmod/%.o: $(GENUNIX_DIR)/%.c
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross $(COMPILE.c) -o $@ $<
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross $(CTFCONVERT_O)
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Rossdmod/%.ln: $(GENUNIX_DIR)/%.c
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross $(LINT.c) -c $<