Makefile revision 5680
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# CDDL HEADER START
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# The contents of this file are subject to the terms of the
a23fd118e437af0a7877dd313db8fdaa3537c675yl# Common Development and Distribution License (the "License").
a23fd118e437af0a7877dd313db8fdaa3537c675yl# You may not use this file except in compliance with the License.
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a23fd118e437af0a7877dd313db8fdaa3537c675yl# or http://www.opensolaris.org/os/licensing.
a23fd118e437af0a7877dd313db8fdaa3537c675yl# See the License for the specific language governing permissions
a23fd118e437af0a7877dd313db8fdaa3537c675yl# and limitations under the License.
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# When distributing Covered Code, include this CDDL HEADER in each
a23fd118e437af0a7877dd313db8fdaa3537c675yl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a23fd118e437af0a7877dd313db8fdaa3537c675yl# If applicable, add the following below this CDDL HEADER, with the
a23fd118e437af0a7877dd313db8fdaa3537c675yl# fields enclosed by brackets "[]" replaced with your own identifying
a23fd118e437af0a7877dd313db8fdaa3537c675yl# information: Portions Copyright [yyyy] [name of copyright owner]
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# CDDL HEADER END
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
8347601bcb0a439f6e50fc36b4039a73d08700e1yl
a23fd118e437af0a7877dd313db8fdaa3537c675yl#
a23fd118e437af0a7877dd313db8fdaa3537c675yl# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng#
da14cebe459d3275048785f25bd869cb09b5307fEric ChengBUILD_BITS= 64_and_32
da14cebe459d3275048785f25bd869cb09b5307fEric Chenginclude ../../make-rules/shared-macros.mk
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng
da14cebe459d3275048785f25bd869cb09b5307fEric ChengCOMPONENT_NAME= flex
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_VERSION= 2.5.35
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_PROJECT_URL= http://flex.sourceforge.net/
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_ARCHIVE_HASH= \
a23fd118e437af0a7877dd313db8fdaa3537c675yl sha256:0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.bz2
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylTPNO= 14883
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylSONAME=libfl.so.1
a23fd118e437af0a7877dd313db8fdaa3537c675ylLDFLAGS += $(CC_BITS)
8347601bcb0a439f6e50fc36b4039a73d08700e1yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylinclude $(WS_MAKE_RULES)/common.mk
8347601bcb0a439f6e50fc36b4039a73d08700e1yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
a23fd118e437af0a7877dd313db8fdaa3537c675ylCONFIGURE_OPTIONS += M4="$(GNUBIN)/m4"
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_BUILD_ENV += SONAME="$(SONAME)"
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_INSTALL_ENV += SONAME="$(SONAME)"
a23fd118e437af0a7877dd313db8fdaa3537c675yl
8347601bcb0a439f6e50fc36b4039a73d08700e1ylCOMPONENT_TEST_ENV += PATH=$(GNUBIN):$(USRBINDIR)
a23fd118e437af0a7877dd313db8fdaa3537c675yl
a23fd118e437af0a7877dd313db8fdaa3537c675ylCOMPONENT_BUILD_TARGETS += $(SONAME)
8347601bcb0a439f6e50fc36b4039a73d08700e1ylCOMPONENT_INSTALL_TARGETS += $(SONAME)
a23fd118e437af0a7877dd313db8fdaa3537c675yl
8347601bcb0a439f6e50fc36b4039a73d08700e1ylREQUIRED_PACKAGES += developer/macro/gnu-m4
8347601bcb0a439f6e50fc36b4039a73d08700e1ylREQUIRED_PACKAGES += system/library/math
a23fd118e437af0a7877dd313db8fdaa3537c675yl