components/indent/Makefile
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1730 31e3db6b78ba
child 2164 b580bc10e31a
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1208
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
#
1730
31e3db6b78ba 18317575 indent delivers texinfo file in wrong location
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1208
diff changeset
    22
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1208
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
include ../../make-rules/shared-macros.mk
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
COMPONENT_NAME=		indent
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_VERSION=	2.2.9
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=  https://www.gnu.org/software/indent/
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
    sha256:0b9387bda5639ed54cf91bd607ab055624a07414f7f6882a75be97fd776ce466
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_URL=	ftp://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_BUGDB=	utility/gnu-indent
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1730
diff changeset
    37
TPNO=			12225
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1730
diff changeset
    38
1208
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/prep.mk
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/configure.mk
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
include $(WS_TOP)/make-rules/ips.mk
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
# Needed to get "gmake test" working.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
COMPONENT_PRE_CONFIGURE_ACTION =	($(CLONEY) $(SOURCE_DIR) $(@D))
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
1730
31e3db6b78ba 18317575 indent delivers texinfo file in wrong location
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1208
diff changeset
    47
CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
1208
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
ASLR_MODE = $(ASLR_ENABLE)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
# common targets
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
build:		$(BUILD_64)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
install:	$(INSTALL_64)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
# Need to put /usr/gnu/bin at the front of $PATH for GNU diff.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
test:		install
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
	@cd $(BUILD_DIR_64)/regression; PATH=/usr/gnu/bin:/usr/bin $(MAKE) test
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
include $(WS_TOP)/make-rules/depend.mk