Makefile revision 844
404N/A#
404N/A# CDDL HEADER START
404N/A#
404N/A# The contents of this file are subject to the terms of the
404N/A# Common Development and Distribution License (the "License").
404N/A# You may not use this file except in compliance with the License.
404N/A#
404N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
404N/A# or http://www.opensolaris.org/os/licensing.
404N/A# See the License for the specific language governing permissions
404N/A# and limitations under the License.
404N/A#
404N/A# When distributing Covered Code, include this CDDL HEADER in each
404N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
404N/A# If applicable, add the following below this CDDL HEADER, with the
404N/A# fields enclosed by brackets "[]" replaced with your own identifying
404N/A# information: Portions Copyright [yyyy] [name of copyright owner]
404N/A#
404N/A# CDDL HEADER END
404N/A#
844N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
404N/A#
404N/Ainclude ../../make-rules/shared-macros.mk
404N/A
404N/ACOMPONENT_NAME= tls
404N/ACOMPONENT_VERSION= 1.6
618N/ACOMPONENT_PROJECT_URL= http://tls.sourceforge.net/
404N/ACOMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION)
404N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:adec50143a9ad634a671d24f7c7bbf2455487eb5f12d290f41797c32a98b93f3
404N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/tls/files/tls/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
404N/A
404N/Ainclude ../../make-rules/prep.mk
404N/Ainclude ../../make-rules/configure.mk
404N/Ainclude ../../make-rules/ips.mk
404N/A
404N/ACONFIGURE_ENV += $(CONFIGURE_ENV.$(BITS))
404N/ACONFIGURE_ENV.64 += MACH64DIR="$(MACH64)"
404N/A
404N/ACONFIGURE_OPTIONS += --with-tclinclude=/usr/include
404N/ACONFIGURE_OPTIONS += --enable-shared
404N/ACONFIGURE_OPTIONS += --enable-threads
404N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -KPIC -xstrconst"
404N/ACONFIGURE_OPTIONS += --with-tcl=$(CONFIGURE_LIBDIR.$(BITS))
404N/ACONFIGURE_OPTIONS.64 += --enable-64bit
404N/A
404N/ACOMPONENT_TEST_TARGETS = test
404N/A
404N/Abuild: $(BUILD_32_and_64)
404N/A
404N/Ainstall: $(INSTALL_32_and_64)
404N/A
404N/Atest: $(TEST_32_and_64)
404N/A
404N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
404N/A
404N/Ainclude ../../make-rules/depend.mk