Makefile revision da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gstein#
1832c015282e23772f5518059eea4b54a9d142cfjerenkrantz# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
a8d5ccbcbde8cb6cf3a9dcf2eb05f393ab76baa9ianh# You may not use this file except in compliance with the License.
fcef0136828a2525b702f4a2ac465bd789cc5686ianh#
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# or http://www.opensolaris.org/os/licensing.
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# See the License for the specific language governing permissions
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# and limitations under the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz#
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# When distributing Covered Code, include this CDDL HEADER in each
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# If applicable, add the following below this CDDL HEADER, with the
571760de5e60c0b459cb11be45507b923cd023eejwoolley# fields enclosed by brackets "[]" replaced with your own identifying
571760de5e60c0b459cb11be45507b923cd023eejwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
9180a5933673ffb1af633c255ceee029340f3b1erbb#
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# CDDL HEADER END
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe#
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Use is subject to license terms.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# ident "%Z%%M% %I% %E% SMI"
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein#
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick
6f6f4a4bca281779d196acbdd5c017bb90858305trawickPROG= smbd
8dd4618c4709236b4ea297d7250d282e463ce2d8rbbSRCS= \
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick smbd_door_ops.c \
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb smbd_door_server.c \
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb smbd_doorsvc.c \
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj smbd_join.c \
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj smbd_logon.c \
af4c982a7cf4515f124935f99a329744035fc699slive smbd_main.c \
af4c982a7cf4515f124935f99a329744035fc699slive smbd_mlsvc_doorsvc.c \
af4c982a7cf4515f124935f99a329744035fc699slive smbd_nicmon.c \
af4c982a7cf4515f124935f99a329744035fc699slive smbd_share_doorsvc.c
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699sliveinclude ../../Makefile.cmd
af4c982a7cf4515f124935f99a329744035fc699slive
2a6c49cfaef5979a5a06098f3ce987cd76769409manojMANIFEST = server.xml
531c23ff01a2489646f0a2029097013b328d935agstein
28a83b4628080a704c56bbfcc149b94eb873d555coarROOTMANIFESTDIR = $(ROOTSVCSMB)
bf289b7cf642fb65ab05c22611226619e4e3bb3acoar$(ROOTMANIFEST):= FILEMODE = 0444
bf289b7cf642fb65ab05c22611226619e4e3bb3acoar
bf289b7cf642fb65ab05c22611226619e4e3bb3acoarinclude ../Makefile.smbsrv.defs
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantzLDLIBS += -lmlsvc -lmlrpc -lsmbrdr -lsmbns -lbsm -lnsl -lsocket
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz
427af37b52c0ce1d8c85c9966f41d2b055e652facoarROOTSMBDDIR = $(ROOTLIB)/smbsrv
427af37b52c0ce1d8c85c9966f41d2b055e652facoarROOTSMBDFILE = $(PROG:%=$(ROOTSMBDDIR)/%)
427af37b52c0ce1d8c85c9966f41d2b055e652facoar
427af37b52c0ce1d8c85c9966f41d2b055e652facoarFILEMODE = 0444
1fdeac77a45beb33bdb094738fb90c14e2584f68jerenkrantz$(ROOTSMBDFILE):= FILEMODE = 0555
1fdeac77a45beb33bdb094738fb90c14e2584f68jerenkrantz
bf289b7cf642fb65ab05c22611226619e4e3bb3acoar$(ROOTSMBDDIR)/%: %
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp $(INS.file)
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp
c00273b9c51c617ede471e9cb95c22420f1227fbbrianpall: $(PROG)
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe
6758b07b4b79f898b0f56375016cea7da0bfb495wroweclean:
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe $(RM) $(OBJS)
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe
c00273b9c51c617ede471e9cb95c22420f1227fbbrianplint: lint_SRCS
54e1babd5a5a56c576eeeace54110150769cc916coar
54e1babd5a5a56c576eeeace54110150769cc916coar$(PROG): $(OBJS)
54e1babd5a5a56c576eeeace54110150769cc916coar $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
0bcb1fe39dfaacf9745b6633f5cc9ebc8e2596caaaron $(POST_PROCESS)
54e1babd5a5a56c576eeeace54110150769cc916coar
7fe18c15b669db9d191859695901dc4fcf3829dawrowecheck: $(CHKMANIFEST)
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
7fe18c15b669db9d191859695901dc4fcf3829dawrowe_msg:
b84f66c93f820824b1d5455181f55598b766319cwrowe
7fe18c15b669db9d191859695901dc4fcf3829dawroweinclude ../../Makefile.targ
976501adbc040220270f7d1d77c4b8373033be69wrowe
976501adbc040220270f7d1d77c4b8373033be69wroweinstall: all .WAIT $(ROOTETCDEFAULTFILES) $(ROOTMANIFEST) \
976501adbc040220270f7d1d77c4b8373033be69wrowe $(ROOTSMBDFILE)
976501adbc040220270f7d1d77c4b8373033be69wrowe