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