Makefile revision 618
210N/A#
210N/A# CDDL HEADER START
210N/A#
210N/A# The contents of this file are subject to the terms of the
210N/A# Common Development and Distribution License (the "License").
210N/A# You may not use this file except in compliance with the License.
210N/A#
210N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
210N/A# or http://www.opensolaris.org/os/licensing.
210N/A# See the License for the specific language governing permissions
210N/A# and limitations under the License.
210N/A#
210N/A# When distributing Covered Code, include this CDDL HEADER in each
210N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
210N/A# If applicable, add the following below this CDDL HEADER, with the
210N/A# fields enclosed by brackets "[]" replaced with your own identifying
210N/A# information: Portions Copyright [yyyy] [name of copyright owner]
210N/A#
210N/A# CDDL HEADER END
210N/A#
210N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
210N/A#
210N/Ainclude ../../make-rules/shared-macros.mk
210N/A
210N/ACOMPONENT_NAME= doxygen
210N/ACOMPONENT_VERSION= 1.5.7.1
210N/ACOMPONENT_PROJECT_URL= http://www.stack.nl/~dimitri/doxygen/index.html
210N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
210N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).src.tar.gz
210N/ACOMPONENT_ARCHIVE_HASH= sha1:aecb0c453f76e900eb2aa8132ad063215005fca3
210N/ACOMPONENT_ARCHIVE_URL= http://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE)
210N/A
210N/Ainclude ../../make-rules/prep.mk
210N/Ainclude ../../make-rules/configure.mk
210N/Ainclude ../../make-rules/ips.mk
210N/A
210N/A# Necessary to find CC during build
210N/APATH=$(SPRO_VROOT)/bin:/usr/bin
210N/A
210N/A# Missing files in build dir for configure without this.
210N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
210N/A
210N/A# Need to override default options since configure doesn't
210N/A# understand CC, CXX, etc.
210N/ACONFIGURE_OPTIONS = --platform solaris-cc
210N/ACONFIGURE_OPTIONS += --prefix /usr
210N/ACONFIGURE_OPTIONS += --enable-langs nl,se,cz,fr,id,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca,lt,za,ar,fa
210N/A
210N/A# common targets
210N/Abuild: $(BUILD_32)
210N/A
210N/Ainstall: $(INSTALL_32)
210N/A
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk