Makefile revision 1766
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Common Development and Distribution License (the "License").
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You may not use this file except in compliance with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
5a6ccfa98c3fe8a3eb2016fa5109c951c00cf439sd# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCOMPONENT_PROJECT_URL= http://sg.danny.cz/sg/smp_utils.html
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi sha256:0e10d304cfa8789bcf16537e8f72d9afdf8838fca20ae68103c317432d00915b
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCOMPONENT_ARCHIVE_URL= http://sg.danny.cz/sg/p/$(COMPONENT_ARCHIVE)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Don't use rpath!
14ea4bb737263733ad80a36b4f73f681c30a6b45sd $(GSED) -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool ; \
14ea4bb737263733ad80a36b4f73f681c30a6b45sd $(GSED) -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Move the section 8 man pages into section 1m.
ca6d7ba96138ee0d42364692a5e413bb220c4675jl $(MV) $(PROTOUSRSHAREMANDIR)/man8 $(PROTOUSRSHAREMANDIR)/man1m
ca6d7ba96138ee0d42364692a5e413bb220c4675jl$(INSTALL_64): COMPONENT_INSTALL_ARGS += INSTALL_LIB=$(PROTOUSRLIBDIR64)
29b85469dc7bfb63a751e537fb0f51f164df4efawillard$(INSTALL_64): COMPONENT_INSTALL_ARGS += INSTALL_SBIN=$(PROTOUSRBINDIR64)
29b85469dc7bfb63a751e537fb0f51f164df4efawillard# common targets
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi $(PROTOUSRDIR)/sbin/$(MACH64)/smp_conf_phy_event -V; \
14ea4bb737263733ad80a36b4f73f681c30a6b45sd $(PROTOUSRDIR)/sbin/$(MACH64)/smp_conf_zone_man_pass -V; \
14ea4bb737263733ad80a36b4f73f681c30a6b45sd $(PROTOUSRDIR)/sbin/$(MACH64)/smp_conf_zone_perm_tbl -V; \
14ea4bb737263733ad80a36b4f73f681c30a6b45sd $(PROTOUSRDIR)/sbin/$(MACH64)/smp_conf_zone_phy_info -V; \
59ac0c1669407488b67ae9e273667a340dccc611davemq $(PROTOUSRDIR)/sbin/$(MACH64)/smp_discover_list -V; \
59ac0c1669407488b67ae9e273667a340dccc611davemq $(PROTOUSRDIR)/sbin/$(MACH64)/smp_ena_dis_zoning -V; \
59ac0c1669407488b67ae9e273667a340dccc611davemq $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_broadcast -V; \
59ac0c1669407488b67ae9e273667a340dccc611davemq $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_exp_route_tbl -V; \
59ac0c1669407488b67ae9e273667a340dccc611davemq $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_manufacturer -V; \
59ac0c1669407488b67ae9e273667a340dccc611davemq $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_phy_err_log -V; \
29b85469dc7bfb63a751e537fb0f51f164df4efawillard $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_phy_event_list -V; \
ca6d7ba96138ee0d42364692a5e413bb220c4675jl $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_self_conf_stat -V; \
29b85469dc7bfb63a751e537fb0f51f164df4efawillard $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_zone_man_pass -V; \
29b85469dc7bfb63a751e537fb0f51f164df4efawillard $(PROTOUSRDIR)/sbin/$(MACH64)/smp_rep_zone_perm_tbl -V; \