Makefile revision 3751
409N/A#
409N/A# CDDL HEADER START
409N/A#
409N/A# The contents of this file are subject to the terms of the
409N/A# Common Development and Distribution License (the "License").
409N/A# You may not use this file except in compliance with the License.
409N/A#
409N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
409N/A# or http://www.opensolaris.org/os/licensing.
409N/A# See the License for the specific language governing permissions
409N/A# and limitations under the License.
409N/A#
409N/A# When distributing Covered Code, include this CDDL HEADER in each
409N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
409N/A# If applicable, add the following below this CDDL HEADER, with the
409N/A# fields enclosed by brackets "[]" replaced with your own identifying
409N/A# information: Portions Copyright [yyyy] [name of copyright owner]
409N/A#
409N/A# CDDL HEADER END
409N/A#
409N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
409N/A#
844N/Ainclude ../../make-rules/shared-macros.mk
409N/A
409N/ACOMPONENT_NAME= links
409N/ACOMPONENT_VERSION= 2.9
409N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
409N/ACOMPONENT_PROJECT_URL= http://links.twibright.com/
409N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
409N/ACOMPONENT_ARCHIVE_HASH= \
409N/A sha256:e2d4e193eb3147f0d745e28d37d510edb22697707e329cbe361bb79037bae332
409N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
844N/ACOMPONENT_BUGDB= utility/links
844N/A
409N/ATPNO= 21157
1273N/A
409N/Ainclude ../../make-rules/prep.mk
409N/Ainclude ../../make-rules/configure.mk
409N/Ainclude ../../make-rules/ips.mk
409N/A
409N/A# Because the Studio compiler generates thousands of lines of warnings.
409N/ACOMPILER = gcc
409N/A
409N/A# Needed to generate a 64-bit executable.
409N/ACC += $(CC_BITS)
409N/A
409N/APATCH_LEVEL = 0
409N/A
409N/A# Configure in links does not understand CC, CXX, etc. Need to generate a
409N/A# new configure for it to configure and build properly.
409N/ACOMPONENT_PREP_ACTION= (cd $(@D) ; autoconf)
409N/A
409N/AASLR_MODE = $(ASLR_ENABLE)
409N/A
409N/A# common targets
409N/Aconfigure: $(CONFIGURE_64)
409N/A
409N/Abuild: $(BUILD_64)
409N/A
409N/Ainstall: $(INSTALL_64)
409N/A
409N/Atest: $(NO_TESTS)
409N/A
409N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
409N/A
409N/Ainclude ../../make-rules/depend.mk
409N/A