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