Makefile revision da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0
883N/A#
883N/A# CDDL HEADER START
883N/A#
883N/A# The contents of this file are subject to the terms of the
883N/A# Common Development and Distribution License (the "License").
883N/A# You may not use this file except in compliance with the License.
883N/A#
883N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
883N/A# or http://www.opensolaris.org/os/licensing.
883N/A# See the License for the specific language governing permissions
883N/A# and limitations under the License.
883N/A#
883N/A# When distributing Covered Code, include this CDDL HEADER in each
883N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
883N/A# If applicable, add the following below this CDDL HEADER, with the
883N/A# fields enclosed by brackets "[]" replaced with your own identifying
883N/A# information: Portions Copyright [yyyy] [name of copyright owner]
883N/A#
883N/A# CDDL HEADER END
883N/A#
883N/A#
883N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3996N/A# Use is subject to license terms.
883N/A#
883N/A# ident "%Z%%M% %I% %E% SMI"
883N/A#
883N/A
883N/APROG= smbd
883N/ASRCS= \
883N/A smbd_door_ops.c \
883N/A smbd_door_server.c \
883N/A smbd_doorsvc.c \
1273N/A smbd_join.c \
883N/A smbd_logon.c \
4561N/A smbd_main.c \
4561N/A smbd_mlsvc_doorsvc.c \
4561N/A smbd_nicmon.c \
4561N/A smbd_share_doorsvc.c
4561N/A
4561N/Ainclude ../../Makefile.cmd
4561N/A
883N/AMANIFEST = server.xml
883N/A
883N/AROOTMANIFESTDIR = $(ROOTSVCSMB)
883N/A$(ROOTMANIFEST):= FILEMODE = 0444
883N/A
883N/Ainclude ../Makefile.smbsrv.defs
883N/A
1653N/ALDLIBS += -lmlsvc -lmlrpc -lsmbrdr -lsmbns -lbsm -lnsl -lsocket
883N/A
956N/AROOTSMBDDIR = $(ROOTLIB)/smbsrv
883N/AROOTSMBDFILE = $(PROG:%=$(ROOTSMBDDIR)/%)
883N/A
883N/AFILEMODE = 0444
883N/A$(ROOTSMBDFILE):= FILEMODE = 0555
883N/A
883N/A$(ROOTSMBDDIR)/%: %
883N/A $(INS.file)
883N/A
1574N/Aall: $(PROG)
1574N/A
1574N/Aclean:
883N/A $(RM) $(OBJS)
883N/A
883N/Alint: lint_SRCS
883N/A
883N/A$(PROG): $(OBJS)
883N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
883N/A $(POST_PROCESS)
883N/A
883N/Acheck: $(CHKMANIFEST)
883N/A
887N/A_msg:
887N/A
887N/Ainclude ../../Makefile.targ
913N/A
913N/Ainstall: all .WAIT $(ROOTETCDEFAULTFILES) $(ROOTMANIFEST) \
913N/A $(ROOTSMBDFILE)
913N/A