components/pkg-config/Makefile
author Brian Cameron <brian.cameron@oracle.com>
Wed, 19 Jun 2013 15:21:20 -0700
changeset 1359 0d0ad1e7bd3f
child 1381 15aec33b84fa
permissions -rw-r--r--
16851071 Move pkg-config from Desktop consolidation to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1359
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     1
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     3
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     7
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    12
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    18
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    20
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    21
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    22
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    24
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    25
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    27
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		pkg-config
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	0.23
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://www.freedesktop.org/wiki/Software/pkg-config
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    34
    sha256:08a0e072d6a05419a58124db864f0685e6ac96e71b2875bf15ac12714e983b53
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://pkgconfig.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	utility/pkg-config
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    37
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    39
include ../../make-rules/configure.mk
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    41
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    42
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    43
COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    44
ASLR_MODE = $(ASLR_ENABLE)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    45
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    46
# common targets
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    47
build:		$(BUILD_64)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    48
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    49
install:	$(INSTALL_64)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    50
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    51
test:		$(TEST_64)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    52
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    53
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    54
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    55
include ../../make-rules/depend.mk