Makefile revision 3996
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
5541a81e194dc99521c0ecf904a940b0b65a93f2nd# The contents of this file are subject to the terms of the
deeff91bef9fb20872eb50bdfa5e9b261a9ce4d1ianh# Common Development and Distribution License (the "License").
deeff91bef9fb20872eb50bdfa5e9b261a9ce4d1ianh# You may not use this file except in compliance with the License.
deeff91bef9fb20872eb50bdfa5e9b261a9ce4d1ianh#
deeff91bef9fb20872eb50bdfa5e9b261a9ce4d1ianh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bfb54bd96690887dcdf184fd9083c2e167898ce2nd# or http://www.opensolaris.org/os/licensing.
bfb54bd96690887dcdf184fd9083c2e167898ce2nd# See the License for the specific language governing permissions
bfb54bd96690887dcdf184fd9083c2e167898ce2nd# and limitations under the License.
bfb54bd96690887dcdf184fd9083c2e167898ce2nd#
a2c036f0ca71e35c085b4cd9451a6d3718bc65daake# When distributing Covered Code, include this CDDL HEADER in each
a2c036f0ca71e35c085b4cd9451a6d3718bc65daake# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a2c036f0ca71e35c085b4cd9451a6d3718bc65daake# If applicable, add the following below this CDDL HEADER, with the
a2c036f0ca71e35c085b4cd9451a6d3718bc65daake# fields enclosed by brackets "[]" replaced with your own identifying
fbfb0de5ec8b82ad240074f20184f0cf77b59fb3nd# information: Portions Copyright [yyyy] [name of copyright owner]
fbfb0de5ec8b82ad240074f20184f0cf77b59fb3nd#
fbfb0de5ec8b82ad240074f20184f0cf77b59fb3nd# CDDL HEADER END
fbfb0de5ec8b82ad240074f20184f0cf77b59fb3nd#
146bd390ef41ad985a39b6dd8519163796a4d585nd
146bd390ef41ad985a39b6dd8519163796a4d585nd#
146bd390ef41ad985a39b6dd8519163796a4d585nd# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
146bd390ef41ad985a39b6dd8519163796a4d585nd#
624fbbe8f1932a8aeee16e5a2cc33839ce92c24dnd
624fbbe8f1932a8aeee16e5a2cc33839ce92c24dndinclude ../../make-rules/shared-macros.mk
624fbbe8f1932a8aeee16e5a2cc33839ce92c24dnd
b92cba59a0890be43b14aaf1ce30606140be9593ndCOMPONENT_NAME= pbzip2
b92cba59a0890be43b14aaf1ce30606140be9593ndCOMPONENT_VERSION= 1.1.6
b92cba59a0890be43b14aaf1ce30606140be9593ndCOMPONENT_PROJECT_URL= http://compression.ca/pbzip2/
b92cba59a0890be43b14aaf1ce30606140be9593ndCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
613d41acb9a6aab66a0e38f1fe0f03c5ca6f3fb5ndCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
613d41acb9a6aab66a0e38f1fe0f03c5ca6f3fb5ndCOMPONENT_ARCHIVE_HASH= \
613d41acb9a6aab66a0e38f1fe0f03c5ca6f3fb5nd sha256:86bd6d58e5a6c13cf8c709620ebfe186fca423c2724225bb30431fa7a453aee2
613d41acb9a6aab66a0e38f1fe0f03c5ca6f3fb5ndCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
613d41acb9a6aab66a0e38f1fe0f03c5ca6f3fb5ndCOMPONENT_BUGDB= utility/pbzip2
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawickTPNO= 11059
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick
1d88e44a54427a46d7607cb30dbe5f6c1bf6dbf3stoddardinclude $(WS_MAKE_RULES)/prep.mk
1d88e44a54427a46d7607cb30dbe5f6c1bf6dbf3stoddardinclude $(WS_MAKE_RULES)/justmake.mk
613d41acb9a6aab66a0e38f1fe0f03c5ca6f3fb5ndinclude $(WS_MAKE_RULES)/ips.mk
396aeca634b86a3ab34d5bdb9c32cbce73c72421jerenkrantz
affb82a2d7fc07c1a862d800ef47af966b898768nd# pbzip2 Solaris Sun Studio build uses a non-standard Makefile
affb82a2d7fc07c1a862d800ef47af966b898768ndCOMPONENT_BUILD_ARGS += CC="$(CXX)"
affb82a2d7fc07c1a862d800ef47af966b898768ndCOMPONENT_BUILD_ARGS += -f Makefile.solaris.sunstudio
affb82a2d7fc07c1a862d800ef47af966b898768ndCOMPONENT_INSTALL_ARGS += -f Makefile.solaris.sunstudio
6d4bfae6836af357a3b9790c0d6a06fdd00f177fndCOMPONENT_INSTALL_ARGS += PREFIX=$(PROTOUSRDIR)
6d4bfae6836af357a3b9790c0d6a06fdd00f177fnd
6d4bfae6836af357a3b9790c0d6a06fdd00f177fnd# common targets
6d4bfae6836af357a3b9790c0d6a06fdd00f177fndbuild: $(BUILD_64)
f803e3d3b51b398d24bcc4647a84e537a40c77d6nd
f803e3d3b51b398d24bcc4647a84e537a40c77d6ndinstall: $(INSTALL_64)
f803e3d3b51b398d24bcc4647a84e537a40c77d6nd
f803e3d3b51b398d24bcc4647a84e537a40c77d6ndtest: $(NO_TESTS)
d8975b4d22def42e47a6cb65f799c25f62618458trawick
d8975b4d22def42e47a6cb65f799c25f62618458trawickREQUIRED_PACKAGES += compress/bzip2
d8975b4d22def42e47a6cb65f799c25f62618458trawickREQUIRED_PACKAGES += system/library
0c44ed1cffad38b900b39e8c65996b9b9cff061djimREQUIRED_PACKAGES += system/library/c++-runtime
0c44ed1cffad38b900b39e8c65996b9b9cff061djimREQUIRED_PACKAGES += system/library/math
0c44ed1cffad38b900b39e8c65996b9b9cff061djim