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