Makefile revision 6752
6752N/A# The contents of this file are subject to the terms of the 6752N/A# Common Development and Distribution License (the "License"). 6752N/A# You may not use this file except in compliance with the License. 6752N/A# See the License for the specific language governing permissions 6752N/A# and limitations under the License. 6752N/A# When distributing Covered Code, include this CDDL HEADER in each 6752N/A# If applicable, add the following below this CDDL HEADER, with the 6752N/A# fields enclosed by brackets "[]" replaced with your own identifying 6752N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6752N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 6752N/A# Allow pkg to create the mediated link. We drop the .py extension, too, since 6752N/A# a) it's the right thing, and b) it matches Ubuntu. 6752N/A# There's a non-ASCII UTF-8 character in the source which upsets pkgdepend when 6752N/A# run in the C locale, so explicitly set the locale to UTF-8. 6752N/A# Tests are not bundled in the tarballs, but are available in the git repo. 6752N/A# XXX File a bug to have the tarballs include the tests? Or use the git repo