Makefile revision 181
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem#
983528026996668ea295be95aedb9c7a346af470ylavic# The contents of this file are subject to the terms of the
983528026996668ea295be95aedb9c7a346af470ylavic# Common Development and Distribution License (the "License").
983528026996668ea295be95aedb9c7a346af470ylavic# You may not use this file except in compliance with the License.
249ab52ef73a2b33446ae07904e3526b57251411ylavic#
249ab52ef73a2b33446ae07904e3526b57251411ylavic# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
249ab52ef73a2b33446ae07904e3526b57251411ylavic# or http://www.opensolaris.org/os/licensing.
d388ddb804f7ab3a756c51c68223262116e6ebbdylavic# See the License for the specific language governing permissions
6314fbafb99fe534748b103942e4d7fa10173f1cylavic# and limitations under the License.
d388ddb804f7ab3a756c51c68223262116e6ebbdylavic#
1f0836d4b1a203c7b375daae691beb95f6036205ylavic# When distributing Covered Code, include this CDDL HEADER in each
1f0836d4b1a203c7b375daae691beb95f6036205ylavic# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1f0836d4b1a203c7b375daae691beb95f6036205ylavic# If applicable, add the following below this CDDL HEADER, with the
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic# fields enclosed by brackets "[]" replaced with your own identifying
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic# information: Portions Copyright [yyyy] [name of copyright owner]
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic#
01402a0fbec8bd11f6c10d8ef9c9cceac68bb787ylavic# CDDL HEADER END
01402a0fbec8bd11f6c10d8ef9c9cceac68bb787ylavic#
01402a0fbec8bd11f6c10d8ef9c9cceac68bb787ylavic
49dacedb6c387b786b7911082ff35121a45f414bcovener#
49dacedb6c387b786b7911082ff35121a45f414bcovener# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
49dacedb6c387b786b7911082ff35121a45f414bcovener#
49dacedb6c387b786b7911082ff35121a45f414bcovener
3c990331fc6702119e4f5b8ba9eae3021aea5265jiminclude ../../make-rules/shared-macros.mk
3c990331fc6702119e4f5b8ba9eae3021aea5265jim
3c990331fc6702119e4f5b8ba9eae3021aea5265jimCOMPONENT_NAME= m4
3c990331fc6702119e4f5b8ba9eae3021aea5265jimCOMPONENT_VERSION= 1.4.12
fc42512879dd0504532f52fe5d0d0383dda96a1eniqCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fc42512879dd0504532f52fe5d0d0383dda96a1eniqCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
fc42512879dd0504532f52fe5d0d0383dda96a1eniqCOMPONENT_ARCHIVE_HASH= sha1:013ca38511e17835dc1a1381cbe8e39179637a49
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niqCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/m4/$(COMPONENT_ARCHIVE)
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niqinclude ../../make-rules/prep.mk
da0442c0440caef34706e2c2f3af05cb65921cc0jailletcinclude ../../make-rules/configure.mk
983528026996668ea295be95aedb9c7a346af470ylavicinclude ../../make-rules/ips.mk
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc
da0442c0440caef34706e2c2f3af05cb65921cc0jailletcCONFIGURE_PREFIX = /usr/gnu
8e5473283d39355bc2596504d1b26bafa497d1dcrjungCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
8e5473283d39355bc2596504d1b26bafa497d1dcrjungCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
8e5473283d39355bc2596504d1b26bafa497d1dcrjung
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem# common targets
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluembuild: $(BUILD_32)
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem
06b8f183140c8e02e0974e938a05078b511d1603covenerinstall: $(INSTALL_32)
06b8f183140c8e02e0974e938a05078b511d1603covener
06b8f183140c8e02e0974e938a05078b511d1603covenertest: $(TEST_32)
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem
259878293a997ff49f5ddfc53d3739cbdc25444ecovenerBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
259878293a997ff49f5ddfc53d3739cbdc25444ecovener
259878293a997ff49f5ddfc53d3739cbdc25444ecovenerinclude ../../make-rules/depend.mk
259878293a997ff49f5ddfc53d3739cbdc25444ecovener