Makefile revision 611
402N/A#
402N/A# CDDL HEADER START
402N/A#
402N/A# The contents of this file are subject to the terms of the
402N/A# Common Development and Distribution License (the "License").
402N/A# You may not use this file except in compliance with the License.
402N/A#
402N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
402N/A# or http://www.opensolaris.org/os/licensing.
402N/A# See the License for the specific language governing permissions
402N/A# and limitations under the License.
402N/A#
402N/A# When distributing Covered Code, include this CDDL HEADER in each
402N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
402N/A# If applicable, add the following below this CDDL HEADER, with the
402N/A# fields enclosed by brackets "[]" replaced with your own identifying
402N/A# information: Portions Copyright [yyyy] [name of copyright owner]
402N/A#
402N/A# CDDL HEADER END
402N/A#
1408N/A
402N/A#
814N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
814N/A#
814N/A
2238N/Ainclude ../../make-rules/shared-macros.mk
814N/A
402N/ACOMPONENT_NAME= libevent
402N/ACOMPONENT_VERSION= 1.4.14b
402N/AIPS_COMPONENT_VERSION= 1.4.14.2
402N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-stable
402N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
402N/ACOMPONENT_ARCHIVE_HASH= sha1:4a834364c28ad652ddeb00b5f83872506eede7d4
618N/ACOMPONENT_ARCHIVE_URL= http://cloud.github.com/downloads/libevent/libevent/$(COMPONENT_ARCHIVE)
402N/A
402N/Ainclude ../../make-rules/prep.mk
402N/Ainclude ../../make-rules/configure.mk
844N/Ainclude ../../make-rules/ips.mk
844N/Ainclude ../../make-rules/lint-libraries.mk
402N/A
1408N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
402N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
814N/A
814N/A#The original manpage is in a format that the Solaris man command does
402N/A#not understand. Hence it has been manually converted.
402N/A#
402N/A#List of files from the original package that are not being delivered
402N/A#
402N/A#/usr/bin/event_rpcgen.py
402N/A
402N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
402N/ACONFIGURE_OPTIONS += --disable-static
402N/A
402N/Abuild: $(BUILD_32_and_64)
402N/A
402N/Ainstall: $(INSTALL_32_and_64)
402N/A
402N/A# this isn't really true - there _are_ tests, but we can't run
402N/A# them because we delete things that the tests want (see above).
402N/Atest: $(NO_TESTS)
402N/A
402N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
402N/A
402N/Ainclude ../../make-rules/depend.mk
402N/A