Makefile revision 499
132N/A#
132N/A# CDDL HEADER START
132N/A#
132N/A# The contents of this file are subject to the terms of the
132N/A# Common Development and Distribution License (the "License").
132N/A# You may not use this file except in compliance with the License.
132N/A#
132N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
132N/A# or http://www.opensolaris.org/os/licensing.
132N/A# See the License for the specific language governing permissions
132N/A# and limitations under the License.
132N/A#
132N/A# When distributing Covered Code, include this CDDL HEADER in each
132N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
132N/A# If applicable, add the following below this CDDL HEADER, with the
132N/A# fields enclosed by brackets "[]" replaced with your own identifying
132N/A# information: Portions Copyright [yyyy] [name of copyright owner]
132N/A#
132N/A# CDDL HEADER END
132N/A#
132N/A
132N/A#
132N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
132N/A#
132N/A
132N/Ainclude ../../make-rules/shared-macros.mk
132N/A
132N/ACOMPONENT_NAME= quagga
618N/ACOMPONENT_VERSION= 0.99.8
132N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION)
132N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
132N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
132N/ACOMPONENT_ARCHIVE_HASH= sha1:9576d0ac266d173d2a90b8c6f72da8c6b43583d7
132N/ACOMPONENT_ARCHIVE_URL= http://www.quagga.net/download/attic/$(COMPONENT_ARCHIVE)
132N/APATCH_LEVEL = 0
132N/A
132N/A# without this we bus error on sparc. Until the code in all of Quagga
132N/A# does not have any misaligned code we will need the following flag.
132N/Astudio_ALIGN.sparc.32= -xmemalign=8i
132N/A
132N/A# These options are carried over from the SFW consolidation. Using -xO4 was
132N/A# explicitly commented out, but no reason was docuemnted.
151N/A
438N/Astudio_OPT = -xO3
151N/A
132N/ALDFLAGS +=-lumem
132N/ACFGLOCALSTATEDIR=/system/volatile/quagga
151N/ACFGSYSCONFDIR= $(ETCDIR)/quagga
151N/A
132N/ACFLAGS += -xspace -Xa
132N/ACFLAGS += -g -xdebugformat=dwarf -O
132N/ACFLAGS += -errtags=yes -xc99=%all
132N/ACFLAGS += -erroff=E_TRAILING_COMMA_IN_ENUM
181N/ACFLAGS += -erroff=E_STATEMENT_NOT_REACHED
132N/ACFLAGS += -erroff=E_EMPTY_TRANSLATION_UNIT
181N/A
132N/Ainclude ../../make-rules/prep.mk
132N/Ainclude ../../make-rules/configure.mk
132N/Ainclude ../../make-rules/ips.mk
132N/A
132N/ACONFIGURE_OPTIONS += --with-tags=""
132N/ACONFIGURE_OPTIONS += --with-cflags="$(CFLAGS)"
CONFIGURE_OPTIONS += --enable-opaque-lsa
CONFIGURE_OPTIONS += --localstatedir=$(CFGLOCALSTATEDIR)
CONFIGURE_OPTIONS += --sysconfdir=$(CFGSYSCONFDIR)
CONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)
CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS += --enable-isisd
CONFIGURE_OPTIONS += --enable-trill
CONFIGURE_OPTIONS += --disable-watchquagga
CONFIGURE_OPTIONS += --enable-ospf6d
CONFIGURE_OPTIONS += --enable-ripngd
CONFIGURE_OPTIONS += --enable-user=root
CONFIGURE_OPTIONS += --enable-group=root
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(NO_TESTS)
include ../../make-rules/depend.mk