Makefile revision 294
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# CDDL HEADER START
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# The contents of this file are subject to the terms of the
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# Common Development and Distribution License (the "License").
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# You may not use this file except in compliance with the License.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# or http://www.opensolaris.org/os/licensing.
eb0914fc85812570538c37287dd3cfa377289418Jonathan Boulle# See the License for the specific language governing permissions
eb0914fc85812570538c37287dd3cfa377289418Jonathan Boulle# and limitations under the License.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
eb0914fc85812570538c37287dd3cfa377289418Jonathan Boulle# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# CDDL HEADER END
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart Poettering# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart PoetteringCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
31cee6f634ce07aa2c3514a506f93830f91f14a5Lennart PoetteringCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
673eab9bf0d2d79a72f3d7c430807b8786de7ee3Lennart PoetteringCOMPONENT_ARCHIVE_HASH= sha1:56cc7f6622dd6f2fecd43fc210dc1c6cb155b37f
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart PoetteringCOMPONENT_ARCHIVE_URL= http://prdownloads.sourceforge.net/wxwindows/$(COMPONENT_ARCHIVE)
23aedd029452b65c11b6eb838e44f60be1c66814Kay Sievers# We need to compile with /usr/lib/$(MACH64)/glib-2.0
23aedd029452b65c11b6eb838e44f60be1c66814Kay Sievers# https://defect.opensolaris.org/bz/show_bug.cgi?id=9957
713bc0cfa477ca1df8769041cb3dbc83c10eace2Kay Sievers$(BUILD_64): CONFIGURE_OPTIONS += PKG_CONFIG_PATH=/usr/lib/$(MACH64)/pkgconfig
713bc0cfa477ca1df8769041cb3dbc83c10eace2Kay Sievers# get rid of compiler path set in RUNPATH
a5c724b25b2930ecb4a64bb4d9b8619a1354afedKay Sievers# I want to use userland's "build" target in contrib subdirectory, but I need
a5c724b25b2930ecb4a64bb4d9b8619a1354afedKay Sievers# to skip the configure phase
b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7caZbigniew Jędrzejewski-Szmek$(BUILD_DIR_64)/contrib/.configured: