Makefile revision 5680
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# CDDL HEADER START
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# The contents of this file are subject to the terms of the
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Common Development and Distribution License (the "License").
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# You may not use this file except in compliance with the License.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# See the License for the specific language governing permissions
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# and limitations under the License.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If applicable, add the following below this CDDL HEADER, with the
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# CDDL HEADER END
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncCOMPONENT_PROJECT_URL= http://sg.danny.cz/sg/smp_utils.html
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync sha256:0e10d304cfa8789bcf16537e8f72d9afdf8838fca20ae68103c317432d00915b
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncCOMPONENT_ARCHIVE_URL= http://sg.danny.cz/sg/p/$(COMPONENT_ARCHIVE)
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Needs header file from ON only available in S12.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncCPPFLAGS += -I$(COMPONENT_DIR)/$(COMPONENT_SRC)/include
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Don't use rpath!
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync $(GSED) -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool ; \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync $(GSED) -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool)
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncCOMPONENT_INSTALL_ARGS += INSTALL_TOP=$(PROTOUSRDIR)
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync$(INSTALL_64): COMPONENT_INSTALL_ARGS += INSTALL_LIB=$(PROTOUSRLIBDIR64)
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync$(INSTALL_64): COMPONENT_INSTALL_ARGS += INSTALL_SBIN=$(PROTOUSRBINDIR)