Makefile revision 4337
3845N/A#
3845N/A# CDDL HEADER START
3845N/A#
3845N/A# The contents of this file are subject to the terms of the
3845N/A# Common Development and Distribution License (the "License").
4995N/A# You may not use this file except in compliance with the License.
4995N/A#
4995N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4995N/A# or http://www.opensolaris.org/os/licensing.
4995N/A# See the License for the specific language governing permissions
4995N/A# and limitations under the License.
4995N/A#
4995N/A# When distributing Covered Code, include this CDDL HEADER in each
4995N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4995N/A# If applicable, add the following below this CDDL HEADER, with the
4995N/A# fields enclosed by brackets "[]" replaced with your own identifying
4995N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4995N/A#
4995N/A# CDDL HEADER END
4995N/A#
4995N/A
4995N/A#
4995N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
4995N/A#
4995N/A
4995N/Ainclude ../../make-rules/shared-macros.mk
4995N/A
4995N/ACOMPONENT_NAME= libtool
4995N/ACOMPONENT_VERSION= 2.4.2
4995N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/libtool/
4995N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4995N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4995N/ACOMPONENT_ARCHIVE_HASH= \
4995N/A sha256:b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
4995N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
4995N/ACOMPONENT_BUGDB= utility/libtool
4995N/A
4995N/ATPNO= 9088
4995N/A
4995N/A# For now, we want to continue to provide the libltdl.so's (and their
4995N/A# links) from libtool 1.5.22.
4995N/A#
4995N/ACOMPONENT_VERSION_1 = 1.5.22
4995N/ACOMPONENT_SRC_1 = $(COMPONENT_NAME)-$(COMPONENT_VERSION_1)
4995N/ACOMPONENT_ARCHIVE_1 = $(COMPONENT_SRC_1).tar.gz
4995N/ACOMPONENT_ARCHIVE_HASH_1 = \
4995N/A sha256:88e9ffaaade21c1ddaf6297723dd2fb4ca18ccaef0499a28b6e672f02c8ceb5d
4995N/ACOMPONENT_ARCHIVE_URL_1 = http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE_1)
4995N/ASOURCE_DIR_1 = $(COMPONENT_DIR)/$(COMPONENT_SRC_1)
4995N/A
4995N/Ainclude $(WS_MAKE_RULES)/prep.mk
4995N/Ainclude $(WS_MAKE_RULES)/configure.mk
4995N/Ainclude $(WS_MAKE_RULES)/ips.mk
4995N/A
4995N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
4995N/ACONFIGURE_OPTIONS += --disable-static
4995N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
4995N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
4995N/A
4995N/A# requires an older automake to reconfigure.
4995N/ACOMPONENT_PREP_ACTION = \
4995N/A (cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 ./bootstrap)
4995N/A
4995N/A# Remove the hard-wired compiler locations in the LTCC and two CC lines
4995N/A# in the two versions of the libtool script.
4995N/ACOMPONENT_POST_INSTALL_ACTION = \
4995N/A (for dir in $(PROTOUSRBINDIR) $(PROTOUSRBINDIR)/$(MACH64) ; do \
4995N/A cd $$dir; \
4995N/A /usr/gnu/bin/sed -i \
4995N/A -e 's|^LTCC="/.*$$|LTCC="cc"|' \
4995N/A -e 's|^CC="/.*$$|CC="cc"|' libtool ; \
4995N/A done)
4995N/A
4995N/A# Macros to configure, build, and install the old version for the time being.
4995N/ABUILD_OLD_DIR_32 = $(COMPONENT_DIR)/build/$(COMPONENT_VERSION_1)-$(MACH32)
4995N/ABUILD_OLD_DIR_64 = $(COMPONENT_DIR)/build/$(COMPONENT_VERSION_1)-$(MACH64)
4995N/A
4995N/A$(BUILD_OLD_DIR_32)/.configured: CONFIGURE_SCRIPT = $(SOURCE_DIR_1)/configure
4995N/A$(BUILD_OLD_DIR_64)/.configured: CONFIGURE_SCRIPT = $(SOURCE_DIR_1)/configure
4995N/A$(BUILD_OLD_DIR_32)/.configured: BITS=32
4995N/A$(BUILD_OLD_DIR_64)/.configured: BITS=64
4995N/A
4995N/ABUILD_32 += $(BUILD_OLD_DIR_32)/.built
4995N/ABUILD_64 += $(BUILD_OLD_DIR_64)/.built
4995N/A
4995N/AINSTALL_32 += $(BUILD_OLD_DIR_32)/.installed
4995N/AINSTALL_64 += $(BUILD_OLD_DIR_64)/.installed
4995N/A
4995N/A# install the old version first
4995N/A$(BUILD_DIR_32)/.installed: $(BUILD_OLD_DIR_32)/.installed
4995N/A$(BUILD_DIR_64)/.installed: $(BUILD_OLD_DIR_64)/.installed
4995N/A
4995N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4995N/A
4995N/A# common targets
4995N/Aconfigure: $(CONFIGURE_32_and_64)
4995N/A
4995N/Abuild: $(BUILD_32_and_64)
4995N/A
4995N/Ainstall: $(INSTALL_32_and_64)
4995N/A
4995N/Atest: $(TEST_32_and_64)
4995N/A
4995N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4995N/A
4995N/A
4995N/AREQUIRED_PACKAGES += developer/base-developer-utilities
4995N/AREQUIRED_PACKAGES += file/gnu-coreutils
4995N/AREQUIRED_PACKAGES += shell/bash
4995N/AREQUIRED_PACKAGES += shell/ksh93
4995N/AREQUIRED_PACKAGES += system/library
4995N/AREQUIRED_PACKAGES += system/linker
4995N/AREQUIRED_PACKAGES += text/gnu-grep
4995N/AREQUIRED_PACKAGES += text/gnu-sed
4995N/A