#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# COMPONENT_SRC* is autodefined by the prep-{SCM} Makefile fragment
# Test only the terminal variant.
# Studio 12.3 and 12.4 allow unknown __attribute__s, but complain about them,
# making the build pretty loud about unknown "unused" attributes. If we make
# it an error, configure will turn off its use. See bug 20230791.
# Make sure we use a 64-bit, multithreaded perl
# Vim's configure script looks for a "python3" executable, per PEP 394
# zh_CN.cp936.po has invalid characters which GNU msgfmt seems to be able to ignore.
# We build two variants: with and without X support.
# Vim's build is too smart for itself and configure can't run outside of a
# complete source tree.
# For the GUI, install only the executable itself.
COMPONENT_TEST_TARGETS = test
nawk '/begin of license/ {p=1; getline; next} /end of license/ {p=0} p == 1 {print}' $< > $@
# common targets