Makefile revision 3661
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
14763a0db22322626dd8cd59dfbc3a4fcc655d99trawick# The contents of this file are subject to the terms of the
87a528a7622973988232079ba02763748c9c7071pquerna# Common Development and Distribution License (the "License").
87a528a7622973988232079ba02763748c9c7071pquerna# You may not use this file except in compliance with the License.
87a528a7622973988232079ba02763748c9c7071pquerna#
1a986bbad9314beb8739401cac822e87bb04bbfepquerna# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1a986bbad9314beb8739401cac822e87bb04bbfepquerna# or http://www.opensolaris.org/os/licensing.
1a986bbad9314beb8739401cac822e87bb04bbfepquerna# See the License for the specific language governing permissions
1a986bbad9314beb8739401cac822e87bb04bbfepquerna# and limitations under the License.
1a986bbad9314beb8739401cac822e87bb04bbfepquerna#
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna# When distributing Covered Code, include this CDDL HEADER in each
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna# If applicable, add the following below this CDDL HEADER, with the
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna# fields enclosed by brackets "[]" replaced with your own identifying
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes#
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes# CDDL HEADER END
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes#
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes#
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes#
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholesinclude ../../make-rules/shared-macros.mk
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholes
6291659652d4661e7fee44fc5d3b9ac0f3731ba6bnicholesPATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/sbin
cf82d17373559b6163dbd6c844c1af82cab56883niq
cf82d17373559b6163dbd6c844c1af82cab56883niqCOMPONENT_NAME= unrar
cf82d17373559b6163dbd6c844c1af82cab56883niqCOMPONENT_VERSION= 4.2.4
cf82d17373559b6163dbd6c844c1af82cab56883niqCOMPONENT_SRC= $(COMPONENT_NAME)
2d84861186d70e5396751ba308bb90c8a7db47acndCOMPONENT_PROJECT_URL= http://www.rarlabs.com/rar_add.htm
2d84861186d70e5396751ba308bb90c8a7db47acndCOMPONENT_ARCHIVE= $(COMPONENT_NAME)src-$(COMPONENT_VERSION).tar.gz
2d84861186d70e5396751ba308bb90c8a7db47acndCOMPONENT_ARCHIVE_HASH= \
c4e6f5320f87eff25838c21c107a24b688d539d0niq sha256:9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
c4e6f5320f87eff25838c21c107a24b688d539d0niqCOMPONENT_ARCHIVE_URL= http://www.rarlab.com/rar/$(COMPONENT_ARCHIVE)
c4e6f5320f87eff25838c21c107a24b688d539d0niqCOMPONENT_BUGDB= utility/unrar
c4e6f5320f87eff25838c21c107a24b688d539d0niq
c4e6f5320f87eff25838c21c107a24b688d539d0niqTPNO= 18537
c4e6f5320f87eff25838c21c107a24b688d539d0niq
c4e6f5320f87eff25838c21c107a24b688d539d0niqinclude ../../make-rules/prep.mk
2378871d0d881cf8ea6e67f69e92ef1b673b2ae3trawickinclude ../../make-rules/justmake.mk
2378871d0d881cf8ea6e67f69e92ef1b673b2ae3trawickinclude ../../make-rules/ips.mk
2378871d0d881cf8ea6e67f69e92ef1b673b2ae3trawick
2378871d0d881cf8ea6e67f69e92ef1b673b2ae3trawickPKG_PROTO_DIRS = $(MANGLED_DIR)
393d57ecf4027bddb2cc516e46899aa096a467d2coarPKG_PROTO_DIRS += $(BUILD_DIR_32)
393d57ecf4027bddb2cc516e46899aa096a467d2coarPKG_PROTO_DIRS += $(COMPONENT_DIR)
393d57ecf4027bddb2cc516e46899aa096a467d2coar
174a8f105b1c11aa50a05993ea8ba2d117d3df6endPATCH_LEVEL = 0
174a8f105b1c11aa50a05993ea8ba2d117d3df6end
174a8f105b1c11aa50a05993ea8ba2d117d3df6end
174a8f105b1c11aa50a05993ea8ba2d117d3df6endCXXFLAGS += "-erroff=wvarhidemem"
174a8f105b1c11aa50a05993ea8ba2d117d3df6endCOMPONENT_BUILD_ENV += CXX="$(CXX)"
3ad0f071604de33c0b3733b649cd0445ba00f54dakeCOMPONENT_BUILD_ENV += CXXFLAGS="$(CXXFLAGS)"
3ad0f071604de33c0b3733b649cd0445ba00f54dakeCOMPONENT_BUILD_ENV += LDFLAGS="$(studio_NORUNPATH)"
3ad0f071604de33c0b3733b649cd0445ba00f54dakeCOMPONENT_BUILD_ENV += DEFINES="$(CPP_LARGEFILES)"
c2549f0b237ac86f3623a601a766969d805dbc2and
c2549f0b237ac86f3623a601a766969d805dbc2andCOMPONENT_BUILD_ARGS += -f makefile.unix
c2549f0b237ac86f3623a601a766969d805dbc2andCOMPONENT_BUILD_ARGS += STRIP="/bin/true"
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton# common targets
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjortonbuild: $(BUILD_32)
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton
7efe7de73c89c26518714a504359244d03cfbbc5jortoninstall: $(BUILD_32)
7efe7de73c89c26518714a504359244d03cfbbc5jorton
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjortontest: $(NO_TESTS)
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton
7efe7de73c89c26518714a504359244d03cfbbc5jortonBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
d60027cde3289d3ef35bc9d815882975eb60e6abjorton
d60027cde3289d3ef35bc9d815882975eb60e6abjortoninclude ../../make-rules/depend.mk
d60027cde3289d3ef35bc9d815882975eb60e6abjorton