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