Makefile revision 5680
0N/A#
2362N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
2362N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
2362N/A
2362N/A#
2362N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/ABUILD_BITS= 64_and_32
0N/Ainclude ../../make-rules/shared-macros.mk
2080N/A
0N/ACOMPONENT_NAME= tidy
0N/ACOMPONENT_VERSION= 1.0.0
0N/ACOMPONENT_PROJECT_URL= http://tidy.sourceforge.net/
0N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:074023e48ed151db743d194af1028e4a17fa72a18e4069b4f18d4683db4bb9cf
0N/ACOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
0N/ACOMPONENT_BUGDB= library/tidy
460N/A
460N/ATPNO= 9098
460N/A
0N/ASYSTEM_TEST_TARGET= $(SYSTEM_TEST_32_and_64)
0N/Ainclude $(WS_MAKE_RULES)/common.mk
0N/A
0N/A#tree.js, treeview.js, tidyenum_8h.html are installed
0N/A#from files directory manually as doxygen didn't generate them.
0N/A#This needs to be fixed later.
0N/A
0N/ACOMPONENT_PREP_ACTION = \
0N/A (cd $(SOURCE_DIR); doxygen htmldoc/doxygen.cfg)
0N/A
0N/ACONFIGURE_OPTIONS += --disable-static
0N/ACONFIGURE_OPTIONS += --enable-access
0N/ACONFIGURE_OPTIONS += --enable-utf16
886N/ACONFIGURE_OPTIONS += --enable-asian
0N/A
0N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
0N/A ($(CP) -r $(SOURCE_DIR)/test $(@D))
0N/A
0N/APROTODOCDIR=$(PROTOUSRSHAREDOCDIR)/tidy
0N/A
0N/ACOMPONENT_TEST_DIR = $(@D)/test
0N/ACOMPONENT_TEST_CMD = ./testall.sh
0N/ACOMPONENT_TEST_TARGETS =
0N/A
0N/A# Master test results are the same for both 32-bit and 64-bit, so override
0N/A# here, rather than create multiple identical master files.
0N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
0N/A
0N/ACOMPONENT_SYSTEM_TEST_ENV = TIDY_BIN=/usr/bin/tidy
0N/ACOMPONENT_SYSTEM_TEST_DIR = $(SOURCE_DIR)/test
0N/ACOMPONENT_SYSTEM_TEST_CMD = ./testall.sh
0N/ACOMPONENT_SYSTEM_TEST_TARGETS =
0N/A
0N/AASLR_MODE = $(ASLR_ENABLE)
0N/A
0N/ACOMPONENT_POST_INSTALL_ACTION += \
0N/A ($(MKDIR) $(PROTODOCDIR); \
0N/A $(CP) -r $(SOURCE_DIR)/htmldoc/api $(PROTODOCDIR))
0N/A
0N/AREQUIRED_PACKAGES += developer/documentation-tool/doxygen
0N/A