Makefile revision 288
86N/A#
86N/A# CDDL HEADER START
86N/A#
86N/A# The contents of this file are subject to the terms of the
86N/A# Common Development and Distribution License (the "License").
86N/A# You may not use this file except in compliance with the License.
86N/A#
86N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86N/A# or http://www.opensolaris.org/os/licensing.
86N/A# See the License for the specific language governing permissions
86N/A# and limitations under the License.
86N/A#
86N/A# When distributing Covered Code, include this CDDL HEADER in each
86N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86N/A# If applicable, add the following below this CDDL HEADER, with the
86N/A# fields enclosed by brackets "[]" replaced with your own identifying
86N/A# information: Portions Copyright [yyyy] [name of copyright owner]
86N/A#
86N/A# CDDL HEADER END
86N/A#
86N/A
86N/A#
86N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
86N/A#
86N/A
86N/Ainclude ../../make-rules/shared-macros.mk
86N/A
618N/ACOMPONENT_NAME= tcsh
86N/ACOMPONENT_VERSION= 6.17.00
86N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
86N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
86N/ACOMPONENT_ARCHIVE_HASH= sha1:9bf67d5ce1b406178e9ba535ecd34553fe0d4d36
86N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
86N/A
86N/Ainclude ../../make-rules/prep.mk
86N/Ainclude ../../make-rules/configure.mk
86N/Ainclude ../../make-rules/ips.mk
86N/A
86N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
86N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
86N/A
86N/ACOMPONENT_PREP_ACTION = \
86N/A (cd $(@D) ; autoconf )
86N/A
86N/ACOMPONENT_POST_BUILD_ACTION = \
86N/A (cd $(@D)/nls ; $(MAKE) all)
86N/A
86N/ACFLAGS += $(CPP_LARGEFILES)
86N/A
181N/ALOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
86N/A
88N/ACONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
88N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
88N/A
86N/A# common targets
build: $(BUILD_32)
install: $(INSTALL_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
test: $(NO_TESTS)
include ../../make-rules/depend.mk