Makefile revision 367
756N/A#
756N/A# CDDL HEADER START
756N/A#
756N/A# The contents of this file are subject to the terms of the
756N/A# Common Development and Distribution License (the "License").
756N/A# You may not use this file except in compliance with the License.
756N/A#
756N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6982N/A# or http://www.opensolaris.org/os/licensing.
6982N/A# See the License for the specific language governing permissions
756N/A# and limitations under the License.
756N/A#
756N/A# When distributing Covered Code, include this CDDL HEADER in each
756N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6982N/A# If applicable, add the following below this CDDL HEADER, with the
6982N/A# fields enclosed by brackets "[]" replaced with your own identifying
6982N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6982N/A#
756N/A# CDDL HEADER END
756N/A#
756N/A
756N/A#
756N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
5175N/A#
5553N/A
756N/Ainclude ../../make-rules/shared-macros.mk
756N/A
756N/ACOMPONENT_NAME= ircii
756N/ACOMPONENT_VERSION= 20060725
756N/AIPS_COMPONENT_VERSION= 0.2006.7.25
988N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
756N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
756N/ACOMPONENT_ARCHIVE_HASH= sha1:421996726cd06b6659857b8e61195d614a68d8c6
756N/ACOMPONENT_ARCHIVE_URL= ftp://ircii.warped.com/pub/ircII/old/$(COMPONENT_ARCHIVE)
756N/A
756N/Ainclude ../../make-rules/prep.mk
756N/Ainclude ../../make-rules/configure.mk
2056N/Ainclude ../../make-rules/ips.mk
756N/A
756N/ACONFIGURE_ENV += CC="$(CC)"
2056N/A
756N/A# We need to reset configure options here because ircii is confused with
988N/A# CC and CFLAGS definitions as configure parameters.
988N/ACONFIGURE_OPTIONS = --prefix=/usr
1102N/ACONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
756N/ACONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
756N/ACONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS))
5175N/A
5175N/A
756N/A# common targets
3853N/Abuild: $(BUILD_32)
756N/A
988N/Ainstall: $(INSTALL_32)
756N/A
756N/Atest: $(NO_TESTS)
756N/A
756N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
756N/A
756N/Ainclude ../../make-rules/depend.mk
756N/A