Makefile revision 198
198N/A# The contents of this file are subject to the terms of the 198N/A# Common Development and Distribution License (the "License"). 198N/A# You may not use this file except in compliance with the License. 198N/A# See the License for the specific language governing permissions 198N/A# and limitations under the License. 198N/A# When distributing Covered Code, include this CDDL HEADER in each 198N/A# If applicable, add the following below this CDDL HEADER, with the 198N/A# fields enclosed by brackets "[]" replaced with your own identifying 198N/A# information: Portions Copyright [yyyy] [name of copyright owner] 198N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 198N/A# Only install the non-X variant. We will cherry-pick gvim out of the build 198N/A# directory to avoid re-installing everything. 198N/A# We build two variants: with and without X support. 198N/A# Vim's build is too smart for itself and configure can't run outside of a 198N/A nawk '/begin of license/ {p=1; getline; next} /end of license/ {p=0} p == 1 {print}' $< > $@