Makefile revision 9f9230833b50b8271840dc2c12bd1e94d9df7d12
905N/A#
905N/A# CDDL HEADER START
905N/A#
905N/A# The contents of this file are subject to the terms of the
905N/A# Common Development and Distribution License (the "License").
905N/A# You may not use this file except in compliance with the License.
905N/A#
905N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
905N/A# or http://www.opensolaris.org/os/licensing.
905N/A# See the License for the specific language governing permissions
905N/A# and limitations under the License.
905N/A#
905N/A# When distributing Covered Code, include this CDDL HEADER in each
905N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
905N/A# If applicable, add the following below this CDDL HEADER, with the
905N/A# fields enclosed by brackets "[]" replaced with your own identifying
905N/A# information: Portions Copyright [yyyy] [name of copyright owner]
905N/A#
905N/A# CDDL HEADER END
905N/A#
5680N/A#
905N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/A
5680N/APROGS = s10_native s10_isaexec_wrapper s10_python_wrapper \
5680N/A s10_net_physical
905N/A
905N/Ainclude $(SRC)/cmd/Makefile.cmd
905N/Ainclude ../Makefile.s10
4429N/A
4429N/A# override the install directory
4429N/AROOTBIN = $(ROOTBRANDDIR)
905N/ACLOBBERFILES = $(ROOTPROGS)
1326N/ACLEANFILES += s10_python_wrapper.sh
905N/A
4429N/As10_python_wrapper.sh: s10_python_wrapper.sh.in
4429N/A $(SED) -e "s:@PYTHON_VERSION@:$(PYTHON_VERSION):g" < s10_python_wrapper.sh.in > $@
4429N/A
4429N/A.KEEP_STATE:
4429N/A
4429N/Aall: $(PROGS)
4429N/A
4429N/Alint:
4429N/A
4429N/Ainstall: all $(ROOTPROGS)
6047N/A
5680N/Aclean:
5680N/A $(RM) $(PROGS) $(CLEANFILES)
5680N/A
5680N/Ainclude $(SRC)/cmd/Makefile.targ
2899N/A