Makefile revision 5680
246N/A#
246N/A# CDDL HEADER START
246N/A#
246N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License (the "License").
246N/A# You may not use this file except in compliance with the License.
246N/A#
246N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
246N/A# or http://www.opensolaris.org/os/licensing.
246N/A# See the License for the specific language governing permissions
246N/A# and limitations under the License.
246N/A#
246N/A# When distributing Covered Code, include this CDDL HEADER in each
246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
246N/A# If applicable, add the following below this CDDL HEADER, with the
246N/A# fields enclosed by brackets "[]" replaced with your own identifying
246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
246N/A#
246N/A# CDDL HEADER END
246N/A#
246N/A
246N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
246N/A#
5680N/ABUILD_BITS= 64_and_32
246N/Ainclude ../../make-rules/shared-macros.mk
246N/A
246N/ACOMPONENT_NAME= flex
246N/ACOMPONENT_VERSION= 2.5.35
618N/ACOMPONENT_PROJECT_URL= http://flex.sourceforge.net/
246N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b
246N/ACOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.bz2
246N/A
2899N/ATPNO= 14883
2899N/A
246N/ASONAME=libfl.so.1
5680N/ALDFLAGS += $(CC_BITS)
246N/A
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
246N/A
246N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
5680N/ACONFIGURE_OPTIONS += M4="$(GNUBIN)/m4"
246N/A
246N/ACOMPONENT_BUILD_ENV += SONAME="$(SONAME)"
246N/ACOMPONENT_INSTALL_ENV += SONAME="$(SONAME)"
246N/A
5680N/ACOMPONENT_TEST_ENV += PATH=$(GNUBIN):$(USRBINDIR)
246N/A
246N/ACOMPONENT_BUILD_TARGETS += $(SONAME)
246N/ACOMPONENT_INSTALL_TARGETS += $(SONAME)
246N/A
3817N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
3817N/AREQUIRED_PACKAGES += system/library/math