698N/A#
698N/A# CDDL HEADER START
698N/A#
698N/A# The contents of this file are subject to the terms of the
698N/A# Common Development and Distribution License (the "License").
698N/A# You may not use this file except in compliance with the License.
698N/A#
698N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
698N/A# or http://www.opensolaris.org/os/licensing.
698N/A# See the License for the specific language governing permissions
698N/A# and limitations under the License.
698N/A#
698N/A# When distributing Covered Code, include this CDDL HEADER in each
698N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
698N/A# If applicable, add the following below this CDDL HEADER, with the
698N/A# fields enclosed by brackets "[]" replaced with your own identifying
698N/A# information: Portions Copyright [yyyy] [name of copyright owner]
698N/A#
698N/A# CDDL HEADER END
698N/A#
3996N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
698N/A#
698N/Ainclude ../../make-rules/shared-macros.mk
698N/A
698N/ACOMPONENT_NAME= libtecla
698N/ACOMPONENT_VERSION= 1.6.1
698N/ACOMPONENT_SRC= $(COMPONENT_NAME)
698N/ACOMPONENT_PROJECT_URL= http://www.astro.caltech.edu/~mcs/tecla/
698N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:21db2947bd1415070e0462673aa9bed04610946e09169fcd63e02557b0d999a1
698N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= library/libtecla
698N/A
3661N/ATPNO= 8740
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
3996N/Ainclude $(WS_MAKE_RULES)/lint-libraries.mk
698N/A
698N/A# Userland default includes -mt which links with libthread which we don't need.
698N/Astudio_MT =
698N/A
698N/A# This is needed for the 64-bit library to be built correctly.
698N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
698N/A
698N/A# We have our own pre-Solarified man pages.
698N/ACONFIGURE_OPTIONS += --without-man-pages
698N/A
698N/A# common targets
698N/Abuild: $(BUILD_32_and_64)
698N/A
698N/Ainstall: $(INSTALL_32_and_64)
698N/A
698N/Atest: $(TEST_32_and_64)
698N/A
698N/A
698N/APKG_PROTO_DIRS += $(COMPONENT_DIR)/files
698N/A
3996N/AREQUIRED_PACKAGES += system/library