components/automake/automake-1.15/Makefile
changeset 4088 98a08684d104
child 4339 6501cf9c29f9
equal deleted inserted replaced
4087:03c5ee3f6307 4088:98a08684d104
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 include ../../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		automake
       
    29 COMPONENT_VERSION=	1.15
       
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    32 COMPONENT_ARCHIVE_HASH=	\
       
    33     sha256:7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924
       
    34 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/automake/$(COMPONENT_ARCHIVE)
       
    35 COMPONENT_BUGDB=	utility/automake
       
    36 
       
    37 TPNO=			21310
       
    38 
       
    39 include $(WS_MAKE_RULES)/prep.mk
       
    40 include $(WS_MAKE_RULES)/configure.mk
       
    41 include $(WS_MAKE_RULES)/ips.mk
       
    42 
       
    43 CONFIGURE_OPTIONS  +=	--infodir=/usr/share/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/info
       
    44 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
       
    45 CONFIGURE_OPTIONS  +=	PERL="$(PERL)"
       
    46 
       
    47 COMPONENT_TEST_ENV +=	-i PATH=$(GCC_ROOT)/bin:/usr/gnu/bin:/usr/bin
       
    48 
       
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    50 
       
    51 # common targets
       
    52 configure:	$(CONFIGURE_NO_ARCH)
       
    53 
       
    54 build:		$(BUILD_NO_ARCH)
       
    55 
       
    56 install:	$(INSTALL_NO_ARCH)
       
    57 
       
    58 test:		$(TEST_NO_ARCH)
       
    59 
       
    60 REQUIRED_PACKAGES += runtime/perl-512
       
    61 REQUIRED_PACKAGES += shell/ksh93
       
    62 REQUIRED_PACKAGES += system/core-os