Makefile revision 5588
4116N/A#
4116N/A# CDDL HEADER START
4116N/A#
4116N/A# The contents of this file are subject to the terms of the
4116N/A# Common Development and Distribution License (the "License").
4116N/A# You may not use this file except in compliance with the License.
4116N/A#
4116N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4116N/A# or http://www.opensolaris.org/os/licensing.
4116N/A# See the License for the specific language governing permissions
4116N/A# and limitations under the License.
4116N/A#
4116N/A# When distributing Covered Code, include this CDDL HEADER in each
4116N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4116N/A# If applicable, add the following below this CDDL HEADER, with the
4116N/A# fields enclosed by brackets "[]" replaced with your own identifying
4116N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4116N/A#
4116N/A# CDDL HEADER END
4116N/A#
5588N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4116N/A#
4116N/A
4116N/Ainclude ../../make-rules/shared-macros.mk
4116N/A
4116N/ACOMPONENT_NAME= procps-ng
5588N/ACOMPONENT_VERSION= 3.3.11
4116N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/procps-ng/
4116N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4116N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
4116N/ACOMPONENT_ARCHIVE_HASH= \
5588N/A sha256:e9493169a2d2adc0bc045538707310c8e877b385e4e296143b62607d2bb044ed
4116N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/Production/$(COMPONENT_ARCHIVE)/download
4116N/ACOMPONENT_BUGDB= utility/watch
4116N/A
5588N/ATPNO= 27264
4116N/A
4116N/Ainclude $(WS_MAKE_RULES)/prep.mk
4116N/Ainclude $(WS_MAKE_RULES)/configure.mk
4116N/Ainclude $(WS_MAKE_RULES)/ips.mk
4116N/A
4116N/ACOMPILER = gcc
4116N/A
4116N/ACFLAGS += -I/usr/include/ncurses
4116N/A
4116N/ACONFIGURE_ENV += "CFLAGS=$(CFLAGS)"
4116N/A
4116N/A# Always show the build and link lines for easier debugging.
4116N/ACOMPONENT_BUILD_ARGS += V=1
4116N/A
4116N/A# Don't try to link watch with .../proc/libprocps.la as it's not needed.
5588N/ACOMPONENT_BUILD_ARGS += LDADD=
4116N/A
4116N/ACOMPONENT_BUILD_TARGETS = watch
4116N/A
4116N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
4116N/A
4116N/AASLR_MODE = $(ASLR_ENABLE)
4116N/A
4116N/Abuild: $(BUILD_64)
4116N/A
4116N/A# Nothing to install.
4116N/Ainstall: $(BUILD_64)
4116N/A
4116N/Atest: $(NO_TESTS)
4116N/A
4337N/Asystem-test: $(NO_TESTS)
4337N/A
4116N/AREQUIRED_PACKAGES += library/ncurses
4116N/AREQUIRED_PACKAGES += system/library