Makefile revision 2023
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# CDDL HEADER START
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# The contents of this file are subject to the terms of the
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# Common Development and Distribution License (the "License").
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# You may not use this file except in compliance with the License.
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# or http://www.opensolaris.org/os/licensing.
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# See the License for the specific language governing permissions
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# and limitations under the License.
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# When distributing Covered Code, include this CDDL HEADER in each
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# If applicable, add the following below this CDDL HEADER, with the
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# fields enclosed by brackets "[]" replaced with your own identifying
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# information: Portions Copyright [yyyy] [name of copyright owner]
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# CDDL HEADER END
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
30588217a56ff2c9137248fb2e5065c4f0101459Mike ChristensenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30588217a56ff2c9137248fb2e5065c4f0101459Mike ChristensenCOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen sha256:3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
30588217a56ff2c9137248fb2e5065c4f0101459Mike ChristensenCOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# without this, some make messages end up in the
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# generated README and man pages.
30588217a56ff2c9137248fb2e5065c4f0101459Mike Christensen# Quilt will need this option until Solaris has GNU getopt.
test: $(TEST_64)