Makefile revision 1938
260N/A#
260N/A# CDDL HEADER START
260N/A#
260N/A# The contents of this file are subject to the terms of the
260N/A# Common Development and Distribution License (the "License").
260N/A# You may not use this file except in compliance with the License.
260N/A#
260N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
260N/A# or http://www.opensolaris.org/os/licensing.
260N/A# See the License for the specific language governing permissions
260N/A# and limitations under the License.
260N/A#
260N/A# When distributing Covered Code, include this CDDL HEADER in each
260N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
260N/A# If applicable, add the following below this CDDL HEADER, with the
260N/A# fields enclosed by brackets "[]" replaced with your own identifying
260N/A# information: Portions Copyright [yyyy] [name of copyright owner]
260N/A#
260N/A# CDDL HEADER END
260N/A#
3743N/A# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
1413N/A#
1413N/Ainclude ../../make-rules/shared-macros.mk
260N/A
1413N/ACOMPONENT_NAME= libssh2
1413N/ACOMPONENT_VERSION= 1.4.2
1413N/ACOMPONENT_PROJECT_URL= http://www.libssh2.org/
1413N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1413N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
260N/ACOMPONENT_ARCHIVE_HASH= \
260N/A sha256:418c09061fb9c3c26fec391a35a062780b21b3199885e3b27054619582469bd3
260N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
1413N/ACOMPONENT_BUGDB= library/libssh2
260N/A
260N/Ainclude ../../make-rules/prep.mk
844N/Ainclude ../../make-rules/configure.mk
1413N/Ainclude ../../make-rules/ips.mk
1413N/A
1413N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
1258N/ACONFIGURE_OPTIONS += --enable-shared
260N/ACONFIGURE_OPTIONS += --disable-static
2899N/A
2899N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
260N/A
260N/A# common targets
260N/Abuild: $(BUILD_32_and_64)
260N/A
1754N/Ainstall: $(INSTALL_32_and_64)
1754N/A
1754N/Atest: $(TEST_32_and_64)
1938N/A
1447N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
260N/A
260N/Ainclude ../../make-rules/depend.mk
260N/A