Makefile revision 5371
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# CDDL HEADER START
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# The contents of this file are subject to the terms of the
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# Common Development and Distribution License (the "License").
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# You may not use this file except in compliance with the License.
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# or http://www.opensolaris.org/os/licensing.
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# See the License for the specific language governing permissions
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# and limitations under the License.
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# CDDL HEADER END
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart PoetteringPATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/sbin
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart PoetteringCOMPONENT_PROJECT_URL= http://www.rarlabs.com/rar_add.htm
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart PoetteringCOMPONENT_ARCHIVE= $(COMPONENT_NAME)src-$(COMPONENT_VERSION).tar.gz
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering sha256:9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart PoetteringCOMPONENT_ARCHIVE_URL= http://www.rarlab.com/rar/$(COMPONENT_ARCHIVE)
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# We need this before the default PKG_PROTO_DIRS, so set it before we include
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# ips.mk, which will append the default set.
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart Poettering# Needed by .../unrar/os.hpp to correctly define platform endianness.
65232ea79d8f6b1288c33852f89b575a9200162dLennart PoetteringCOMPONENT_BUILD_ENV += CXXFLAGS="$(CXXFLAGS)"
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart PoetteringCOMPONENT_BUILD_ENV += LDFLAGS="$(studio_NORUNPATH) -m64"
d1ab0ca07372649dad70a0348d75e394f254e1b6Lennart PoetteringCOMPONENT_BUILD_ENV += DEFINES="$(CPP_LARGEFILES)"
62adf224d1d3e225de072a2815dd50e973230f5cLennart Poettering# common targets