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