Makefile revision 1258
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#
844N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
246N/A#
246N/A
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_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
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
1258N/ACOMPONENT_BUGDB= utility/flex
246N/A
246N/ASONAME=libfl.so.1
246N/ALDFLAGS = $(CC_BITS)
246N/A
246N/Ainclude ../../make-rules/prep.mk
246N/Ainclude ../../make-rules/configure.mk
246N/Ainclude ../../make-rules/ips.mk
246N/A
246N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
246N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
246N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
246N/ACONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)"
360N/ACONFIGURE_OPTIONS += M4="/usr/gnu/bin/m4"
246N/A
246N/ACOMPONENT_BUILD_ENV += SONAME="$(SONAME)"
246N/ACOMPONENT_INSTALL_ENV += SONAME="$(SONAME)"
246N/A
246N/ACOMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
246N/A
246N/ACOMPONENT_BUILD_TARGETS += $(SONAME)
246N/ACOMPONENT_INSTALL_TARGETS += $(SONAME)
246N/A
246N/Ainclude ../../make-rules/shared-targets.mk
246N/A
246N/A# common targets
246N/Abuild: $(BUILD_32_and_64)
246N/A
246N/Ainstall: $(INSTALL_32_and_64)
246N/A
246N/Atest: $(TEST_32_and_64)
246N/A
246N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
246N/A
246N/Ainclude ../../make-rules/depend.mk
246N/A