components/gperf/Makefile
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 27 Apr 2011 22:40:44 -0700
changeset 206 a4474882bf60
parent 181 87e11e685b1f
child 609 775168282b2f
permissions -rw-r--r--
7010355 python needs to be packaged to separate out non-core dependencies 7035055 move apr and apr-util to userland (fix history) 7035672 subversion needs to move to Userland (fix download, build, missing files) 7038682 components should take advantage of automatic .pyc file action creation 7038812 userland shared-macros.mk should add bittedness to more macros 7038816 userland makefiles should declare some phony targets.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     1
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     3
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     7
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    12
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    18
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    20
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    22
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    24
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		gperf
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	3.0.3
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    27
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    28
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE_HASH=	sha1:3c535d2727eb0dca10ca87cefa03720a8280c7a2
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/gperf/$(COMPONENT_ARCHIVE)
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    31
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    32
include ../../make-rules/prep.mk
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    33
include ../../make-rules/configure.mk
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    34
include ../../make-rules/ips.mk
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    35
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    36
CONFIGURE_OPTIONS  +=	--infodir=$(CONFIGURE_INFODIR)
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    37
CONFIGURE_OPTIONS  +=	--docdir=/usr/share/doc/gperf
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    38
CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 181
diff changeset
    39
CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    40
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    41
build:		$(BUILD_32)
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    42
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    43
install:	$(INSTALL_32)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 141
diff changeset
    44
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 141
diff changeset
    45
test:		$(TEST_32)
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    46
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    47
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    48
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    49
include ../../make-rules/depend.mk