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