Makefile revision 1258
166N/A#
166N/A# CDDL HEADER START
166N/A#
166N/A# The contents of this file are subject to the terms of the
166N/A# Common Development and Distribution License (the "License").
166N/A# You may not use this file except in compliance with the License.
166N/A#
166N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
166N/A# or http://www.opensolaris.org/os/licensing.
166N/A# See the License for the specific language governing permissions
166N/A# and limitations under the License.
166N/A#
166N/A# When distributing Covered Code, include this CDDL HEADER in each
166N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
166N/A# If applicable, add the following below this CDDL HEADER, with the
166N/A# fields enclosed by brackets "[]" replaced with your own identifying
166N/A# information: Portions Copyright [yyyy] [name of copyright owner]
166N/A#
166N/A# CDDL HEADER END
166N/A#
166N/A
166N/A#
844N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
166N/A#
166N/A
166N/Ainclude ../../make-rules/shared-macros.mk
166N/A
166N/ACOMPONENT_NAME= gettext
166N/ACOMPONENT_VERSION= 0.16.1
166N/AIPS_PKG_NAME= text/gnu-gettext
618N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/gettext/
166N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
166N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc27b376d
166N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/gettext/$(COMPONENT_ARCHIVE)
1258N/ACOMPONENT_BUGDB= utility/gnu-gettext
166N/A
166N/Ainclude ../../make-rules/prep.mk
166N/Ainclude ../../make-rules/configure.mk
166N/Ainclude ../../make-rules/ips.mk
166N/A
166N/ACONFIGURE_OPTIONS += --disable-java
166N/ACONFIGURE_OPTIONS += --disable-libasprintf
166N/ACONFIGURE_OPTIONS += --without-emacs
166N/ACONFIGURE_OPTIONS += --disable-openmp
166N/ACONFIGURE_OPTIONS += --disable-static
166N/ACONFIGURE_OPTIONS += --disable-shared
166N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
166N/A
166N/A# common targets
166N/Abuild: $(BUILD_32)
166N/A
166N/Ainstall: $(INSTALL_32)
166N/A
166N/Atest: $(TEST_32)
166N/A
166N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
166N/A
166N/Ainclude ../../make-rules/depend.mk