Makefile revision 1923
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
5541a81e194dc99521c0ecf904a940b0b65a93f2nd# The contents of this file are subject to the terms of the
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick# Common Development and Distribution License (the "License").
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick# You may not use this file except in compliance with the License.
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick#
a3954060338ccebc73071e89ac936d4ec15ab352trawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a3954060338ccebc73071e89ac936d4ec15ab352trawick# or http://www.opensolaris.org/os/licensing.
a3954060338ccebc73071e89ac936d4ec15ab352trawick# See the License for the specific language governing permissions
a3954060338ccebc73071e89ac936d4ec15ab352trawick# and limitations under the License.
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick#
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick# When distributing Covered Code, include this CDDL HEADER in each
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick# If applicable, add the following below this CDDL HEADER, with the
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick# fields enclosed by brackets "[]" replaced with your own identifying
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick# information: Portions Copyright [yyyy] [name of copyright owner]
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick#
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick# CDDL HEADER END
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick#
ab56518227d474ee08f039e4c5540011c1b8a913trawick
ab56518227d474ee08f039e4c5540011c1b8a913trawick#
ab56518227d474ee08f039e4c5540011c1b8a913trawick# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
4e330708371c3e9b04d1043f0a1ac9368bfbd768coar#
4e330708371c3e9b04d1043f0a1ac9368bfbd768coar
4e330708371c3e9b04d1043f0a1ac9368bfbd768coarinclude ../../make-rules/shared-macros.mk
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd
c880637396a01f4acfcf7e35fe423ced2d86c3b4ndCOMPONENT_NAME= pkg-config
c880637396a01f4acfcf7e35fe423ced2d86c3b4ndCOMPONENT_VERSION= 0.23
c880637396a01f4acfcf7e35fe423ced2d86c3b4ndCOMPONENT_PROJECT_URL= http://www.freedesktop.org/wiki/Software/pkg-config
c880637396a01f4acfcf7e35fe423ced2d86c3b4ndCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c880637396a01f4acfcf7e35fe423ced2d86c3b4ndCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
532a5de31e1a9732da4923f88e4931d0724ebe72ndCOMPONENT_ARCHIVE_HASH= \
532a5de31e1a9732da4923f88e4931d0724ebe72nd sha256:08a0e072d6a05419a58124db864f0685e6ac96e71b2875bf15ac12714e983b53
532a5de31e1a9732da4923f88e4931d0724ebe72ndCOMPONENT_ARCHIVE_URL= http://pkgconfig.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
219e31b849ef108cd8f58ba0eedae03414e5edb1thommayCOMPONENT_BUGDB= utility/pkg-config
a98959721afc481c7f3a941f85c462f0b90defdathommay
a98959721afc481c7f3a941f85c462f0b90defdathommayinclude ../../make-rules/prep.mk
a98959721afc481c7f3a941f85c462f0b90defdathommayinclude ../../make-rules/configure.mk
219e31b849ef108cd8f58ba0eedae03414e5edb1thommayinclude ../../make-rules/ips.mk
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick# otherwise our default PKG_CONFIG_PATH will change to the 64-bit libdir
dbb916b882c33a4e340b0dba7d75506cfdd85640trawickCONFIGURE_LIBDIR.64 = $(CONFIGURE_PREFIX)/lib
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick
dbb916b882c33a4e340b0dba7d75506cfdd85640trawickCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawickCOMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawickASLR_MODE = $(ASLR_ENABLE)
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick
9efe68be3c81ee85225972195fb725dbfc2e8b24trawick# common targets
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawickbuild: $(BUILD_64)
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawick
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawickinstall: $(INSTALL_64)
9efe68be3c81ee85225972195fb725dbfc2e8b24trawick
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawicktest: $(TEST_64)
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawickBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
fc25339741311efd7d460f18b6287ef38d76bbe6madhum
fc25339741311efd7d460f18b6287ef38d76bbe6madhuminclude ../../make-rules/depend.mk
fc25339741311efd7d460f18b6287ef38d76bbe6madhum