#
# 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
#
#
#
# Build intl extension separately to use Studio for proper linkage with ICU
# CLEAN_PATHS by default only gets SOURCE_DIR, which we don't want to delete.
# (removing BUILD_DIR is a separate rule in configure.mk)
# putting this line here - with no way to compute SOURCE_DIR in prep.mk -
CLEAN_PATHS += .prep
# phpize.mk will cloney SOURCE_DIR into BUILD_DIR_64
# The build tools (libtool?) insist on passing "-lCrun -lCstd" flags. These are
# legacy Solaris Studio C++ runtime and standard libraries, which is wrong.
# The only expedient method I found of removing these flags is to edit the
# generated Makefile after configure runs.
COMPONENT_TEST_TARGETS = test
install: $(INSTALL_64)
test: $(TEST_64)