Makefile revision 5680
460N/A#
460N/A# CDDL HEADER START
460N/A#
460N/A# The contents of this file are subject to the terms of the
460N/A# Common Development and Distribution License (the "License").
460N/A# You may not use this file except in compliance with the License.
460N/A#
460N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
460N/A# or http://www.opensolaris.org/os/licensing.
460N/A# See the License for the specific language governing permissions
460N/A# and limitations under the License.
460N/A#
460N/A# When distributing Covered Code, include this CDDL HEADER in each
460N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
460N/A# If applicable, add the following below this CDDL HEADER, with the
460N/A# fields enclosed by brackets "[]" replaced with your own identifying
460N/A# information: Portions Copyright [yyyy] [name of copyright owner]
460N/A#
460N/A# CDDL HEADER END
460N/A#
460N/A
460N/A#
783N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
460N/A#
460N/ABUILD_BITS= 64
460N/Ainclude ../../make-rules/shared-macros.mk
460N/A
783N/ACOMPONENT_NAME= hexedit
783N/ACOMPONENT_VERSION= 1.2.13
1244N/ACOMPONENT_PROJECT_URL= http://merd.sourceforge.net/pixel/hexedit.html
460N/ACOMPONENT_SRC= $(COMPONENT_NAME)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).src.tgz
1244N/ACOMPONENT_ARCHIVE_HASH= \
1244N/A sha256:6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7
460N/ACOMPONENT_ARCHIVE_URL= http://rigaux.org/$(COMPONENT_ARCHIVE)
844N/A
844N/ATPNO= 18059
460N/A
1258N/ATEST_TARGET= $(NO_TESTS)
460N/Ainclude $(WS_MAKE_RULES)/common.mk
460N/A
460N/A# Fix 64-bit linking done via compiler.
460N/ALDFLAGS += $(CC_BITS)
460N/A
460N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
460N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
460N/A
460N/A# Without this, initscr32 and w32attrset are undefined at link time.
460N/A# The usual Solaris curses.h vs ncurses/curses.h mess.
460N/ACFLAGS += -I/usr/include/ncurses
460N/A
460N/ACFLAGS += "-Dinline"
460N/A
460N/AREQUIRED_PACKAGES += library/ncurses
460N/A