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