Makefile revision 844
1063N/A#
1063N/A# CDDL HEADER START
1063N/A#
1063N/A# The contents of this file are subject to the terms of the
1063N/A# Common Development and Distribution License (the "License").
1063N/A# You may not use this file except in compliance with the License.
1063N/A#
1063N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1063N/A# or http://www.opensolaris.org/os/licensing.
1063N/A# See the License for the specific language governing permissions
1063N/A# and limitations under the License.
1063N/A#
1063N/A# When distributing Covered Code, include this CDDL HEADER in each
1063N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1063N/A# If applicable, add the following below this CDDL HEADER, with the
1063N/A# fields enclosed by brackets "[]" replaced with your own identifying
1063N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1063N/A#
1063N/A# CDDL HEADER END
1063N/A#
1063N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
1063N/A#
1063N/A
1063N/A# we hit parfait bug 12333159 in a case statement, so disable parfait
1063N/A# until we can move to clang
1063N/APARFAIT_BUILD=no
1063N/A
1063N/Ainclude ../../make-rules/shared-macros.mk
1079N/A
1063N/ACOMPONENT_NAME= cvs
1063N/ACOMPONENT_VERSION= 1.12.13
1063N/ACOMPONENT_PROJECT_URL= http://www.nongnu.org/cvs/
1063N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1079N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
1063N/ACOMPONENT_ARCHIVE_HASH= \
1258N/A sha256:78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
1063N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/non-gnu/cvs/source/feature/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
1063N/A
1063N/Ainclude ../../make-rules/prep.mk
1063N/Ainclude ../../make-rules/configure.mk
1063N/Ainclude ../../make-rules/ips.mk
1063N/A
1063N/ACFLAGS += -D__ATTRIBUTE_DISABLED
1063N/ACONFIGURE_OPTIONS += --with-external-zlib
1063N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
1063N/A
1063N/A# "check" is not working yet. It's asking for a password.
1063N/ACOMPONENT_TEST_ENV += PATH=$(GNUBIN):$(PATH)
1063N/ACOMPONENT_TEST_TARGETS = localcheck
1063N/A
1063N/Abuild: $(BUILD_32)
1063N/A
1063N/Ainstall: $(INSTALL_32)
1063N/A
1063N/Atest: $(TEST_32)
1063N/A
1063N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1063N/A
1063N/Ainclude ../../make-rules/depend.mk
1063N/A