Makefile revision 2899
5233N/A#
5233N/A# CDDL HEADER START
5233N/A#
5233N/A# The contents of this file are subject to the terms of the
5233N/A# Common Development and Distribution License (the "License").
5233N/A# You may not use this file except in compliance with the License.
5233N/A#
5233N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5233N/A# or http://www.opensolaris.org/os/licensing.
5233N/A# See the License for the specific language governing permissions
5233N/A# and limitations under the License.
5233N/A#
5233N/A# When distributing Covered Code, include this CDDL HEADER in each
5233N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5233N/A# If applicable, add the following below this CDDL HEADER, with the
5233N/A# fields enclosed by brackets "[]" replaced with your own identifying
5233N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5233N/A#
5233N/A# CDDL HEADER END
5233N/A#
5680N/A
5680N/A#
5526N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
5233N/A#
5680N/A
5233N/Ainclude ../../make-rules/shared-macros.mk
5233N/A
5233N/APATH = /usr/gnu/bin:/usr/bin
5233N/A
5233N/ACOMPONENT_NAME= quilt
5233N/ACOMPONENT_VERSION= 0.60
5233N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5233N/ACOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
5233N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5233N/ACOMPONENT_ARCHIVE_HASH= \
5233N/A sha256:3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
5233N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
5526N/ACOMPONENT_BUGDB= utility/quilt
5526N/A
5526N/ATPNO= 9108
5526N/A
5526N/Ainclude ../../make-rules/prep.mk
5526N/Ainclude ../../make-rules/configure.mk
5526N/Ainclude ../../make-rules/ips.mk
5680N/A
5680N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
5233N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
5233N/A
5680N/ACOMPONENT_PREP_ACTION = \
5233N/A (cd $(@D) ; autoconf )
5233N/A
5233N/APATCH_LEVEL= 0
5233N/A
5233N/A# without this, some make messages end up in the
5233N/A# generated README and man pages.
5233N/ACOMPONENT_BUILD_ARGS+= --no-print-directory
5233N/A
5233N/A# Quilt will need this option until Solaris has GNU getopt.
5233N/ACONFIGURE_OPTIONS += --without-getopt
5233N/A
5233N/ACONFIGURE_OPTIONS += --with-cp=/usr/gnu/bin/cp
5233N/ACONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
5233N/ACONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
5795N/ACONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
5233N/ACONFIGURE_OPTIONS += --with-tr=/usr/gnu/bin/tr
CONFIGURE_OPTIONS += --with-sed=/usr/gnu/bin/sed
CONFIGURE_OPTIONS += --with-diff=/usr/gnu/bin/diff
CONFIGURE_OPTIONS += --with-find=/usr/gnu/bin/find
CONFIGURE_OPTIONS += --with-patch=/usr/gnu/bin/patch
CONFIGURE_OPTIONS += --with-perl=/usr/perl5/$(PERL_VERSION)/bin/perl
CONFIGURE_OPTIONS += --with-pod2man=/usr/perl5/$(PERL_VERSION)/bin/pod2man
CONFIGURE_OPTIONS += --with-xgettext=/usr/bin/gxgettext
CONFIGURE_OPTIONS += --with-msgfmt=/usr/bin/gmsgfmt
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
COMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(TEST_64)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk