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