Makefile revision 8afbae077394bf15b64633f006ff3cbba11fcd87
2408N/A#
2408N/A# CDDL HEADER START
2408N/A#
2408N/A# The contents of this file are subject to the terms of the
2408N/A# Common Development and Distribution License (the "License").
2408N/A# You may not use this file except in compliance with the License.
2408N/A#
2408N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2408N/A# or http://www.opensolaris.org/os/licensing.
2408N/A# See the License for the specific language governing permissions
2408N/A# and limitations under the License.
2408N/A#
2408N/A# When distributing Covered Code, include this CDDL HEADER in each
2408N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2408N/A# If applicable, add the following below this CDDL HEADER, with the
2408N/A# fields enclosed by brackets "[]" replaced with your own identifying
2408N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2408N/A#
2408N/A# CDDL HEADER END
2408N/A#
2408N/A
2408N/A#
5680N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2408N/A# Use is subject to license terms.
5680N/A#
2408N/A
2408N/A#
2408N/A# cmd/fs.d/smbclnt/smbiod/Makefile
5680N/A#
2408N/A
2408N/AFSTYPE= smbfs
2408N/ATYPEPROG= smbiod
2408N/A
2408N/Ainclude ../../Makefile.fstype
2408N/A
2408N/AOBJS= $(TYPEPROG).o
2408N/ASRCS= $(TYPEPROG).c
2408N/APOFILE= $(TYPEPROG).po
2408N/A
2408N/ACLOBBERFILES += $(TYPEPROG)
2899N/A
2899N/ACFLAGS += $(CCVERBOSE)
5680N/AC99MODE= $(C99_ENABLE)
5680N/A
5680N/A# This is a multi-thread program but Nevada
2408N/A# no longer needs -lthread
2408N/ALDLIBS += -lsmbfs
2408N/A
2408N/ACPPFLAGS += -I$(SRC)/lib/libsmbfs \
5680N/A -I$(SRC)/uts/common/smbclnt -I$(SRC)/uts/common
5680N/A
2408N/A# Debugging
5680N/A${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
5680N/A
2408N/A# uncomment these for dbx debugging
2408N/A#COPTFLAG = -g
3817N/A#CTF_FLAGS =
3817N/A#CTFCONVERT_O=
#CTFMERGE_LIB=
all: $(TYPEPROG)
catalog: $(POFILE)
lint: lint_SRCS
clean:
$(RM) $(OBJS) $(POFILE)
.KEEP_STATE: