Makefile revision 1291
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# CDDL HEADER START
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# The contents of this file are subject to the terms of the
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# Common Development and Distribution License (the "License").
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# You may not use this file except in compliance with the License.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# or http://www.opensolaris.org/os/licensing.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# See the License for the specific language governing permissions
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# and limitations under the License.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# If applicable, add the following below this CDDL HEADER, with the
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# CDDL HEADER END
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe#
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweinclude ../../make-rules/shared-macros.mk
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_NAME= tcsh
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_VERSION= 6.18.01
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweIPS_COMPONENT_VERSION= 6.18.1
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_PROJECT_URL= http://www.tcsh.org/
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_ARCHIVE_HASH= \
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe sha256:d81ca27851f3e8545666399b4bcf25433e602a195113b3f7c73886fef84c9fa8
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_ARCHIVE_URL= ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_BUGDB= utility/tcsh
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweinclude ../../make-rules/prep.mk
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweinclude ../../make-rules/configure.mk
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweinclude ../../make-rules/ips.mk
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_PRE_CONFIGURE_ACTION = \
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe ($(CLONEY) $(SOURCE_DIR) $(@D))
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCOMPONENT_PREP_ACTION = \
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe (cd $(@D) ; autoconf )
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweLOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# common targets
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowebuild: $(BUILD_32)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweinstall: $(INSTALL_32)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowetest: $(NO_TESTS)
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweinclude ../../make-rules/depend.mk
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe