Makefile revision 5620
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/libpng/files/libpng14/older-releases/1.4.11/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_URL_1= https://sourceforge.net/projects/libpng/files/libpng12/older-releases/1.2.49/$(COMPONENT_ARCHIVE_1)
COMPONENT_ARCHIVE_URL_2= https://sourceforge.net/projects/libpng/files/libpng10/older-releases/1.0.59/$(COMPONENT_ARCHIVE_2)
TPNO= 11954
# ------------------------ libpng10 ----------------------------
# Macros to configure, build, and install the libpng10 files.
# we need to prep this version too (this should be handled in prep.mk)
$(RM) -r $(SOURCE_DIR_2)
$(TOUCH) $@
$(TOUCH) $@
# ------------------------ libpng12 ----------------------------
# Macros to configure, build, and install the libpng12 files.
# we need to prep this version too (this should be handled in prep.mk)
$(RM) -r $(SOURCE_DIR_1)
$(TOUCH) $@
# prep the two older versions first
$(TOUCH) $@
# -----------------------------------------------------------------
CLEAN_PATHS += $(SOURCE_DIR_1)
CLEAN_PATHS += $(SOURCE_DIR_2)
COMPONENT_TEST_ARGS = -k -i
'-n ' \
'-e "/Pass /p" ' \
'-e "/TOTAL:/p" ' \
'-e "/Filter/p" ' \
'-e "/PASS/p" ' \
'-e "/ERROR:/p" '
ASLR_MODE = $(ASLR_ENABLE)
build: $(BUILD_32_and_64)
test: $(TEST_32_and_64)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)