Makefile revision 911106dfb16696472af8c1b7b4c554a829354fa8
970N/A#
970N/A# CDDL HEADER START
970N/A#
970N/A# The contents of this file are subject to the terms of the
1072N/A# Common Development and Distribution License (the "License").
970N/A# You may not use this file except in compliance with the License.
970N/A#
970N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
970N/A# or http://www.opensolaris.org/os/licensing.
970N/A# See the License for the specific language governing permissions
970N/A# and limitations under the License.
970N/A#
970N/A# When distributing Covered Code, include this CDDL HEADER in each
970N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
970N/A# If applicable, add the following below this CDDL HEADER, with the
970N/A# fields enclosed by brackets "[]" replaced with your own identifying
970N/A# information: Portions Copyright [yyyy] [name of copyright owner]
970N/A#
970N/A# CDDL HEADER END
970N/A
970N/A#
970N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
970N/A# Use is subject to license terms.
970N/A#
970N/A#
970N/A#ident "%Z%%M% %I% %E% SMI"
970N/A
970N/APROG = vscanadm
970N/ASRCS = vscanadm.c
970N/AOBJS = $(SRCS:%.c=%.o)
970N/A
970N/Ainclude ../../Makefile.cmd
970N/A
970N/ALDLIBS += -L$(ROOT)/usr/lib/vscan -lvscan
970N/ALDFLAGS += -R/usr/lib/vscan
970N/ACFLAGS += $(CCVERBOSE)
970N/A
970N/AC99MODE = -xc99=%all
970N/AC99LMODE = -Xc99=%all
970N/A
970N/A.KEEP_STATE:
970N/A
970N/Aall: $(PROG)
1105N/A
970N/Aclean:
970N/A $(RM) $(OBJS)
970N/A
970N/Alint: lint_SRCS
970N/A
970N/A$(PROG): $(OBJS)
970N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
970N/A $(POST_PROCESS)
970N/A
970N/Ainclude ../../Makefile.targ
970N/A
970N/Ainstall: all .WAIT $(ROOTUSRSBINPROG)
970N/A