Makefile revision 3976
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
58N/A
2N/A#
2N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
23N/Ainclude ../../make-rules/shared-macros.mk
23N/A
23N/APATH = /usr/gnu/bin:/usr/bin
23N/A
23N/ACOMPONENT_NAME= quilt
32N/ACOMPONENT_VERSION= 0.60
32N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
32N/ACOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
34N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
32N/ACOMPONENT_ARCHIVE_HASH= \
34N/A sha256:3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
32N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
32N/ACOMPONENT_BUGDB= utility/quilt
58N/A
32N/ATPNO= 9108
225N/A
225N/Ainclude ../../make-rules/prep.mk
225N/Ainclude ../../make-rules/configure.mk
225N/Ainclude ../../make-rules/ips.mk
225N/A
225N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
225N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
225N/A
225N/ACOMPONENT_PREP_ACTION = \
225N/A (cd $(@D) ; autoconf )
2N/A
38N/APATCH_LEVEL= 0
38N/A
38N/A# without this, some make messages end up in the
38N/A# generated README and man pages.
38N/ACOMPONENT_BUILD_ARGS+= --no-print-directory
38N/A
38N/ACONFIGURE_OPTIONS += --with-cp=/usr/gnu/bin/cp
38N/ACONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
38N/ACONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
83N/ACONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
83N/ACONFIGURE_OPTIONS += --with-tr=/usr/gnu/bin/tr
99N/ACONFIGURE_OPTIONS += --with-sed=/usr/gnu/bin/sed
2N/ACONFIGURE_OPTIONS += --with-diff=/usr/gnu/bin/diff
92N/ACONFIGURE_OPTIONS += --with-find=/usr/gnu/bin/find
92N/ACONFIGURE_OPTIONS += --with-patch=/usr/gnu/bin/patch
92N/ACONFIGURE_OPTIONS += --with-perl=/usr/perl5/$(PERL_VERSION)/bin/perl
2N/ACONFIGURE_OPTIONS += --with-pod2man=/usr/perl5/$(PERL_VERSION)/bin/pod2man
2N/ACONFIGURE_OPTIONS += --with-xgettext=/usr/bin/gxgettext
83N/ACONFIGURE_OPTIONS += --with-msgfmt=/usr/bin/gmsgfmt
83N/A
2N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
34N/A
2N/ACOMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
34N/A
34N/A
2N/A# common targets
34N/Abuild: $(BUILD_32)
53N/A
34N/Ainstall: $(INSTALL_32)
70N/A
2N/Atest: $(TEST_32)
2N/A
2N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2N/A
70N/Ainclude ../../make-rules/depend.mk
105N/A