Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
70N/A#
70N/A# CDDL HEADER START
967N/A#
70N/A# The contents of this file are subject to the terms of the
70N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
70N/A# Use is subject to license terms.
70N/A#
70N/A
70N/APROG= smbadm
851N/ASRCS= smbadm.c
851N/A
851N/Ainclude ../../Makefile.cmd
851N/Ainclude ../Makefile.smbsrv.defs
851N/A
98N/ALDLIBS += -L$(ROOT)/usr/lib/smbsrv -lsmb -lsecdb -lumem
551N/ALDFLAGS += -R/usr/lib/smbsrv
321N/A
321N/A.KEEP_STATE:
550N/A
550N/ACERRWARN += -_gcc=-Wno-uninitialized
213N/A
649N/Aall: $(PROG)
304N/A
530N/Aclean:
425N/A $(RM) $(OBJS)
425N/A
325N/Alint: lint_SRCS
493N/A
536N/A$(PROG): $(OBJS)
456N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
320N/A $(POST_PROCESS)
332N/A
501N/Ainclude ../../Makefile.targ
231N/A
550N/Ainstall: all .WAIT $(ROOTUSRSBINPROG)
347N/A