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