Makefile revision 3817
128N/A#
128N/A# CDDL HEADER START
128N/A#
128N/A# The contents of this file are subject to the terms of the
128N/A# Common Development and Distribution License (the "License").
128N/A# You may not use this file except in compliance with the License.
128N/A#
128N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
128N/A# or http://www.opensolaris.org/os/licensing.
128N/A# See the License for the specific language governing permissions
128N/A# and limitations under the License.
128N/A#
128N/A# When distributing Covered Code, include this CDDL HEADER in each
128N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
128N/A# If applicable, add the following below this CDDL HEADER, with the
128N/A# fields enclosed by brackets "[]" replaced with your own identifying
128N/A# information: Portions Copyright [yyyy] [name of copyright owner]
128N/A#
128N/A# CDDL HEADER END
128N/A#
3817N/A
128N/A#
128N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
128N/A#
1244N/A
1226N/Ainclude ../../make-rules/shared-macros.mk
618N/A
1244N/ACOMPONENT_NAME= flex
1244N/ACOMPONENT_VERSION= 2.5.35
128N/ACOMPONENT_PROJECT_URL= http://flex.sourceforge.net/
844N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1226N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
618N/ACOMPONENT_ARCHIVE_HASH= \
1289N/A sha256:0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b
128N/ACOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.bz2
3051N/ACOMPONENT_BUGDB= utility/flex
3051N/A
3817N/ATPNO= 14883
3817N/A
3817N/ASONAME=libfl.so.1
128N/ALDFLAGS = $(CC_BITS)
128N/A
128N/Ainclude $(WS_MAKE_RULES)/prep.mk
128N/Ainclude $(WS_MAKE_RULES)/configure.mk
128N/Ainclude $(WS_MAKE_RULES)/ips.mk
128N/A
128N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
128N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
128N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
128N/ACONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)"
128N/ACONFIGURE_OPTIONS += M4="/usr/gnu/bin/m4"
128N/A
128N/ACOMPONENT_BUILD_ENV += SONAME="$(SONAME)"
128N/ACOMPONENT_INSTALL_ENV += SONAME="$(SONAME)"
128N/A
128N/ACOMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
128N/A
128N/ACOMPONENT_BUILD_TARGETS += $(SONAME)
128N/ACOMPONENT_INSTALL_TARGETS += $(SONAME)
128N/A
128N/AASLR_MODE=$(ASLR_ENABLE)
128N/A
128N/A# common targets
128N/Aconfigure: $(CONFIGURE_32_and_64)
181N/A
128N/Abuild: $(BUILD_32_and_64)
1938N/A
1938N/Ainstall: $(INSTALL_32_and_64)
3477N/A
3477N/Atest: $(TEST_32_and_64)
181N/A
128N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
181N/AREQUIRED_PACKAGES += system/library
128N/AREQUIRED_PACKAGES += system/library/math
181N/A