Makefile revision 4337
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# CDDL HEADER START
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# The contents of this file are subject to the terms of the
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# Common Development and Distribution License (the "License").
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# You may not use this file except in compliance with the License.
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# See the License for the specific language governing permissions
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# and limitations under the License.
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# When distributing Covered Code, include this CDDL HEADER in each
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# If applicable, add the following below this CDDL HEADER, with the
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# fields enclosed by brackets "[]" replaced with your own identifying
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# information: Portions Copyright [yyyy] [name of copyright owner]
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# CDDL HEADER END
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtjCOMPONENT_PROJECT_URL= http://www.gnu.org/software/emacs/
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtjCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj sha256:0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtjCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/emacs/$(COMPONENT_ARCHIVE)
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# we build three different variants of emacs for our users. As Solaris
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# always has a 64-bit kernel, and 64-bit emacs can handle larger files,
42e04ed2e6aa6366e0ae13638a28ae64cad76ba7gouldtj# we only build and deliver 64-bit binaries.
# The file usr/share/emacs/23.1/etc/DOC-23.1.2 gets installed instead of
# Solaris, it is delivered by system/prerequisite/gnu.
test: $(NO_TESTS)