Makefile revision 195
195N/A#
195N/A# CDDL HEADER START
195N/A#
195N/A# The contents of this file are subject to the terms of the
195N/A# Common Development and Distribution License (the "License").
195N/A# You may not use this file except in compliance with the License.
195N/A#
195N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
195N/A# or http://www.opensolaris.org/os/licensing.
195N/A# See the License for the specific language governing permissions
195N/A# and limitations under the License.
195N/A#
195N/A# When distributing Covered Code, include this CDDL HEADER in each
195N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
195N/A# If applicable, add the following below this CDDL HEADER, with the
195N/A# fields enclosed by brackets "[]" replaced with your own identifying
195N/A# information: Portions Copyright [yyyy] [name of copyright owner]
195N/A#
195N/A# CDDL HEADER END
195N/A#
195N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
195N/A#
195N/Ainclude ../../make-rules/shared-macros.mk
195N/A
195N/ACOMPONENT_NAME= doxygen
195N/ACOMPONENT_VERSION= 1.5.7.1
195N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
195N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).src.tar.gz
195N/ACOMPONENT_ARCHIVE_HASH= sha1:aecb0c453f76e900eb2aa8132ad063215005fca3
195N/ACOMPONENT_ARCHIVE_URL= http://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE)
195N/A
195N/Ainclude ../../make-rules/prep.mk
195N/Ainclude ../../make-rules/configure.mk
195N/Ainclude ../../make-rules/ips.mk
195N/A
195N/A# Necessary to find CC during build
195N/APATH=$(SPRO_VROOT)/bin:/usr/bin
195N/A
195N/A# Missing files in build dir for configure without this.
195N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
195N/A
195N/A# Need to override default options since configure doesn't
195N/A# understand CC, CXX, etc.
195N/ACONFIGURE_OPTIONS = --platform solaris-cc
195N/ACONFIGURE_OPTIONS += --prefix /usr
195N/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
195N/A
195N/A# common targets
195N/Abuild: $(BUILD_32)
195N/A
195N/Ainstall: $(INSTALL_32)
195N/A
195N/Atest: $(NO_TESTS)
195N/A
195N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
195N/A
195N/Ainclude ../../make-rules/depend.mk