Makefile revision 3817
409N/A#
409N/A# CDDL HEADER START
409N/A#
409N/A# The contents of this file are subject to the terms of the
409N/A# Common Development and Distribution License (the "License").
409N/A# You may not use this file except in compliance with the License.
409N/A#
409N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
409N/A# or http://www.opensolaris.org/os/licensing.
409N/A# See the License for the specific language governing permissions
409N/A# and limitations under the License.
409N/A#
409N/A# When distributing Covered Code, include this CDDL HEADER in each
409N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
409N/A# If applicable, add the following below this CDDL HEADER, with the
409N/A# fields enclosed by brackets "[]" replaced with your own identifying
409N/A# information: Portions Copyright [yyyy] [name of copyright owner]
409N/A#
409N/A# CDDL HEADER END
409N/A#
409N/A
409N/A#
5680N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
409N/A#
5680N/A
409N/Ainclude ../../make-rules/shared-macros.mk
409N/A
409N/ACOMPONENT_NAME= hexedit
409N/ACOMPONENT_VERSION= 1.2.13
409N/ACOMPONENT_PROJECT_URL= http://merd.sourceforge.net/pixel/hexedit.html
844N/ACOMPONENT_SRC= $(COMPONENT_NAME)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).src.tgz
409N/ACOMPONENT_ARCHIVE_HASH= \
409N/A sha256:6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7
2899N/ACOMPONENT_ARCHIVE_URL= http://rigaux.org/$(COMPONENT_ARCHIVE)
2899N/ACOMPONENT_BUGDB= utility/hexedit
5680N/A
5680N/ATPNO= 18059
409N/A
409N/Ainclude $(WS_MAKE_RULES)/prep.mk
409N/Ainclude $(WS_MAKE_RULES)/configure.mk
409N/Ainclude $(WS_MAKE_RULES)/ips.mk
409N/A
5123N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
5123N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
5123N/A
1639N/A# Without this, initscr32 and w32attrset are undefined at link time.
409N/A# The usual Solaris curses.h vs ncurses/curses.h mess.
3817N/ACFLAGS += -I/usr/include/ncurses
3817N/A
5933N/ACFLAGS += "-Dinline"
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS) $(CC_BITS)"
ASLR_MODE = $(ASLR_ENABLE)
# common targets
configure: $(CONFIGURE_64)
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
TPNO= 9060
REQUIRED_PACKAGES += library/ncurses
REQUIRED_PACKAGES += system/library