Makefile revision 1542
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# CDDL HEADER START
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# The contents of this file are subject to the terms of the
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# Common Development and Distribution License (the "License").
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# You may not use this file except in compliance with the License.
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# See the License for the specific language governing permissions
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# and limitations under the License.
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# When distributing Covered Code, include this CDDL HEADER in each
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# If applicable, add the following below this CDDL HEADER, with the
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# fields enclosed by brackets "[]" replaced with your own identifying
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# information: Portions Copyright [yyyy] [name of copyright owner]
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# CDDL HEADER END
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
8d476951ba505c2f221f2729d043a6c9bc5f4683csovantCOMPONENT_PROJECT_URL= http://www.stack.nl/~dimitri/doxygen/index.html
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williamsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams sha256:0e60e794fb172d3fa4a9a9535f0b8e0eeb04e8366153f6b417569af0bcd61fcd
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williamsCOMPONENT_ARCHIVE_URL= http://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE)
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# Download the manual so that we don't have to keep updating it in the gate.
8d476951ba505c2f221f2729d043a6c9bc5f4683csovantCOMPONENT_ARCHIVE_1 = $(COMPONENT_NAME)_manual-$(COMPONENT_VERSION).pdf.zip
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams sha256:abe8ea7db00fe68632edeb2d6e44f94ad96a0dc798702b044afbc1752c7b2a61
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williamsCOMPONENT_ARCHIVE_URL_1 = ftp://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE_1)
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# Necessary to find CC during build
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# Missing files in build dir for configure without this.
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williamsCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# Need to override default options since configure doesn't
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# understand CC, CXX, etc.
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williamsCONFIGURE_OPTIONS += --enable-langs nl,sv,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
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams# common targets
7d34efbc9a101a1180d1ed6e8bcda0c795648d48gary.williams cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1)