Makefile revision 494f7e12a62129ef191a15f9dfde6b7abe3bf510
12758N/A#
12758N/A# CDDL HEADER START
12758N/A#
12758N/A# The contents of this file are subject to the terms of the
12758N/A# Common Development and Distribution License (the "License").
12758N/A# You may not use this file except in compliance with the License.
12758N/A#
12758N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12758N/A# or http://www.opensolaris.org/os/licensing.
12758N/A# See the License for the specific language governing permissions
12758N/A# and limitations under the License.
12758N/A#
12758N/A# When distributing Covered Code, include this CDDL HEADER in each
12758N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12758N/A# If applicable, add the following below this CDDL HEADER, with the
12758N/A# fields enclosed by brackets "[]" replaced with your own identifying
12758N/A# information: Portions Copyright [yyyy] [name of copyright owner]
12758N/A#
12758N/A# CDDL HEADER END
12758N/A
12758N/A#
12758N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
12758N/A# Use is subject to license terms.
12758N/A#
12758N/A
12758N/APROG = isnsadm
12758N/ASRCS = cmdparse.c isnsadm.c isnsadm_msg.c
12758N/AOBJS = $(SRCS:%.c=%.o)
12758N/A
12758N/Ainclude ../../Makefile.cmd
12758N/A
12758N/ALDLIBS += -lxml2 -lscf -lc
12758N/ACFLAGS += $(CCVERBOSE)
12758N/ACPPFLAGS += -I. -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I../isnsd
12758N/APOFILE = isnsadm_all.po
12758N/APOFILES = $(OBJS:%.o=%.po)
12758N/A
12758N/ALINTFLAGS += -xerroff=E_BAD_FORMAT_STR2
12758N/A
12758N/ACERRWARN += -_gcc=-Wno-parentheses
12758N/ACERRWARN += -_gcc=-Wno-uninitialized
12758N/A
12758N/A.KEEP_STATE:
12758N/A
12758N/Aall: $(PROG)
12758N/A
12758N/Aclean:
12758N/A $(RM) $(OBJS) $(PROG)
12758N/A
12758N/Alint: lint_SRCS
12758N/A
12758N/A$(PROG): $(OBJS)
12758N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
12758N/A $(POST_PROCESS)
12758N/A
12758N/A$(POFILE): $(POFILES)
12758N/A $(RM) $@
12758N/A $(CAT) $(POFILES) > $@
12758N/A
12758N/Ainclude ../../Makefile.targ
12758N/A
12758N/Ainstall: all .WAIT $(ROOTUSRSBINPROG)
12758N/A