Makefile revision 417
6131N/A#
6131N/A# CDDL HEADER START
6131N/A#
6131N/A# The contents of this file are subject to the terms of the
6131N/A# Common Development and Distribution License (the "License").
6131N/A# You may not use this file except in compliance with the License.
6131N/A#
6131N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6131N/A# or http://www.opensolaris.org/os/licensing.
6131N/A# See the License for the specific language governing permissions
6131N/A# and limitations under the License.
6131N/A#
6131N/A# When distributing Covered Code, include this CDDL HEADER in each
6131N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6131N/A# If applicable, add the following below this CDDL HEADER, with the
6131N/A# fields enclosed by brackets "[]" replaced with your own identifying
6131N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6131N/A#
6131N/A# CDDL HEADER END
6131N/A#
6131N/A
6131N/A#
6131N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
6131N/A#
6131N/A
6131N/Ainclude ../../make-rules/shared-macros.mk
6131N/A
6131N/ACOMPONENT_NAME= quagga
6131N/ACOMPONENT_VERSION= 0.99.8
6131N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION)
6131N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6131N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6131N/ACOMPONENT_ARCHIVE_HASH= sha1:9576d0ac266d173d2a90b8c6f72da8c6b43583d7
6131N/ACOMPONENT_ARCHIVE_URL= http://www.quagga.net/download/attic/$(COMPONENT_ARCHIVE)
6131N/APATCH_LEVEL = 0
6131N/A
6131N/A# These options are carried over from the SFW consolidation. Using -xO4 was
6131N/A# explicitly commented out, but no reason was docuemnted.
6131N/A
6131N/Astudio_OPT = -xO3
6131N/A
6131N/ALDFLAGS +=-lumem
6131N/ACFGLOCALSTATEDIR=/system/volatile/quagga
6131N/ACFGSYSCONFDIR= $(ETCDIR)/quagga
6131N/A
6131N/ACFLAGS += -xspace -Xa
6131N/ACFLAGS += -g -xdebugformat=dwarf -O
6131N/ACFLAGS += -errtags=yes -xc99=%all
6131N/ACFLAGS += -erroff=E_TRAILING_COMMA_IN_ENUM
6131N/ACFLAGS += -erroff=E_STATEMENT_NOT_REACHED
6131N/ACFLAGS += -erroff=E_EMPTY_TRANSLATION_UNIT
6131N/A
6131N/Ainclude ../../make-rules/prep.mk
6131N/Ainclude ../../make-rules/configure.mk
6131N/Ainclude ../../make-rules/ips.mk
6131N/A
6131N/ACONFIGURE_OPTIONS += --with-tags=""
6131N/ACONFIGURE_OPTIONS += --with-cflags="$(CFLAGS)"
6131N/ACONFIGURE_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