Makefile revision 864
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
689023771c563d8660e45d439a207e06e96de28fMark Andrews# The contents of this file are subject to the terms of the
1da14e066c23245c255dedb311d5a9cf0e5bb667Automatic Updater# Common Development and Distribution License (the "License").
689023771c563d8660e45d439a207e06e96de28fMark Andrews# You may not use this file except in compliance with the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
689023771c563d8660e45d439a207e06e96de28fMark Andrews# See the License for the specific language governing permissions
689023771c563d8660e45d439a207e06e96de28fMark Andrews# and limitations under the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
689023771c563d8660e45d439a207e06e96de28fMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# If applicable, add the following below this CDDL HEADER, with the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
689023771c563d8660e45d439a207e06e96de28fMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
689023771c563d8660e45d439a207e06e96de28fMark Andrews sha256:3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
689023771c563d8660e45d439a207e06e96de28fMark Andrews# without this, some make messages end up in the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# generated README and man pages.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Quilt will need this option until Solaris has GNU getopt.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCONFIGURE_OPTIONS += --with-sed=/usr/gnu/bin/sed
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCONFIGURE_OPTIONS += --with-diff=/usr/gnu/bin/diff
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCONFIGURE_OPTIONS += --with-find=/usr/gnu/bin/find
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCONFIGURE_OPTIONS += --with-patch=/usr/gnu/bin/patch
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCONFIGURE_OPTIONS += --with-perl=/usr/perl5/$(PERL_VERSION)/bin/perl
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCONFIGURE_OPTIONS += --with-pod2man=/usr/perl5/$(PERL_VERSION)/bin/pod2man
689023771c563d8660e45d439a207e06e96de28fMark AndrewsCONFIGURE_OPTIONS += --with-xgettext=/usr/bin/gxgettext
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCONFIGURE_OPTIONS += --with-msgfmt=/usr/bin/gmsgfmt
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCOMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
689023771c563d8660e45d439a207e06e96de28fMark Andrews# common targets