Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
649N/A# CDDL HEADER START
649N/A#
1356N/A# The contents of this file are subject to the terms of the
649N/A# Common Development and Distribution License (the "License").
1356N/A# You may not use this file except in compliance with the License.
649N/A#
649N/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 2008 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
919N/A
649N/Ainclude ../../Makefile.cmd
649N/A
649N/AXML = nws_scm.xml nws_sv.xml nws_ii.xml nws_rdc.xml nws_rdcsyncd.xml
649N/ASHFILES = $(XML)
649N/A
649N/Aall := TARGET= all
649N/Ainstall := TARGET= install
649N/Aclean := TARGET= clean
1356N/Aclobber := TARGET= clobber
649N/Alint := TARGET= lint
649N/A
649N/A.KEEP_STATE:
649N/A
1356N/A.PARALLEL: $(OBJS)
1356N/A
1356N/Aall: $(SHFILES)
1356N/A
970N/Alint:
977N/A
970N/Ainstall: all $(ROOTLIBSHFILES)
970N/A
970N/Aclean:
970N/A $(RM) *.xml
970N/A
970N/A$(SHFILES): $(XML:%=manifest/%)
649N/A rm -f $(@F)
649N/A cp $(@F:%=manifest/%) .
649N/A
649N/AOWNER = root
649N/AGROUP = sys
649N/AFILEMODE = 0444
649N/A
649N/A$(ROOTLIBSHFILES): $(SHFILES)
649N/A $(INS.file) $(@F)
649N/AFRC:
649N/A
649N/Ainclude ../../Makefile.targ
970N/A