Makefile revision 5452
#
# 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
#
#
#
#
# If you update the COMPONENT_VERSION, you should make a corresponding change
# in the dependency at the bottom of the openldap/openldap.p5m file.
#
# Check DONOTUSE items when updating the version and hash
TPNO= 21351
# cannot be installed on an S11 box.
# TODO -- make these work or rule them out in Phase II, second integration
#CONFIGURE_OPTIONS += --with-dbpath=$(SASL_CONFDIR)/sasl2db
#CONFIGURE_OPTIONS += --with-mysql=$?????
#CONFIGURE_OPTIONS += --enable-sql=yes
#CONFIGURE_OPTIONS += --enable-ldapdb=yes
# postfix or AD might need --enable-login and --enable-ntlm
#CONFIGURE_OPTIONS += --enable-login=yes
#CONFIGURE_OPTIONS += --enable-ntlm=yes
# test xalias levels:
#CFLAGS += -xalias_level=strict
md5.h \
prop.h \
sasl.h \
)
# Remove some things we don't use and aren't in the TPNO
# Make an include/sasl directory to make llib-lsasl2 match llib-lsasl2.ln
$(MKDIR) $(LINTINCDIR) ; \
ln -s ../$$i $$i ; \
done ) \
)
# common targets
build: $(BUILD_32_and_64)
test: $(NO_TESTS)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
$(BUILD_32): COMPONENT_POST_BUILD_ACTION = \
$(BUILD_64): COMPONENT_POST_BUILD_ACTION = \
$(CP) $< $@
$(CP) $< $@
ASLR_MODE = $(ASLR_ENABLE)