Makefile revision 844
155N/A#
155N/A# CDDL HEADER START
155N/A#
155N/A# The contents of this file are subject to the terms of the
155N/A# Common Development and Distribution License (the "License").
155N/A# You may not use this file except in compliance with the License.
155N/A#
155N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
155N/A# or http://www.opensolaris.org/os/licensing.
155N/A# See the License for the specific language governing permissions
155N/A# and limitations under the License.
155N/A#
155N/A# When distributing Covered Code, include this CDDL HEADER in each
155N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155N/A# If applicable, add the following below this CDDL HEADER, with the
155N/A# fields enclosed by brackets "[]" replaced with your own identifying
155N/A# information: Portions Copyright [yyyy] [name of copyright owner]
155N/A#
155N/A# CDDL HEADER END
155N/A#
3882N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
155N/A#
155N/Ainclude ../../make-rules/shared-macros.mk
155N/A
485N/ACOMPONENT_NAME= links
485N/ACOMPONENT_VERSION= 1.03
277N/AIPS_COMPONENT_VERSION= 1.0.3
277N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
277N/ACOMPONENT_PROJECT_URL= http://jikos.cz/~mikulas/links/
277N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
155N/ACOMPONENT_ARCHIVE_HASH= \
1531N/A sha256:32443c6f011216a8a43ed0806d9d23c1defdd19bc4b021ee00cda197782e175a
155N/ACOMPONENT_ARCHIVE_URL= http://www.jikos.cz/~mikulas/$(COMPONENT_NAME)/download/$(COMPONENT_ARCHIVE)
618N/A
155N/Ainclude ../../make-rules/prep.mk
155N/Ainclude ../../make-rules/configure.mk
844N/Ainclude ../../make-rules/ips.mk
1531N/A
155N/A# Configure in links does not understand CC, CXX, etc. Need to generate a
1273N/A# new configure for it to configure and build properly.
3562N/ACOMPONENT_PREP_ACTION= (cd $(@D) ; autoconf)
155N/A
3996N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -xstrconst -Dinline"
3996N/A
3996N/A# common targets
155N/Abuild: $(BUILD_32)
155N/A
215N/Ainstall: $(INSTALL_32)
215N/A
215N/Atest: $(NO_TESTS)
215N/A
215N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
215N/A
215N/Ainclude ../../make-rules/depend.mk
215N/A