Makefile revision 4337
1276N/A#
1026N/A# CDDL HEADER START
1276N/A#
1276N/A# The contents of this file are subject to the terms of the
1276N/A# Common Development and Distribution License (the "License").
1026N/A# You may not use this file except in compliance with the License.
1026N/A#
1026N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1026N/A# or http://www.opensolaris.org/os/licensing.
1026N/A# See the License for the specific language governing permissions
1026N/A# and limitations under the License.
1026N/A#
1026N/A# When distributing Covered Code, include this CDDL HEADER in each
1026N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1026N/A# If applicable, add the following below this CDDL HEADER, with the
1026N/A# fields enclosed by brackets "[]" replaced with your own identifying
1026N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1026N/A#
1026N/A# CDDL HEADER END
1026N/A#
1026N/A
1026N/A#
1026N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
1026N/A#
1026N/A
1026N/Ainclude ../../make-rules/shared-macros.mk
1026N/A
1026N/ACOMPONENT_NAME= convmv
1026N/ACOMPONENT_VERSION= 1.15
1026N/ACOMPONENT_PROJECT_URL= http://www.j3e.de/linux/convmv/
1026N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1276N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1026N/ACOMPONENT_ARCHIVE_HASH= \
1026N/A sha256:c315aec78490b588000467d1c51081b36e629de0537c5a17fd48b1acaf8a5135
1276N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
1276N/ACOMPONENT_BUGDB= utility/convmv
1276N/A
1026N/ATPNO= 8348
1026N/A
1026N/Ainclude $(WS_MAKE_RULES)/prep.mk
1026N/Ainclude $(WS_MAKE_RULES)/justmake.mk
1026N/Ainclude $(WS_MAKE_RULES)/ips.mk
1276N/A
1276N/APATCH_LEVEL=0
1026N/A
1026N/ACOMPONENT_TEST_TARGETS= test
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(TEST_64)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
REQUIRED_PACKAGES += runtime/perl-512
REQUIRED_PACKAGES += runtime/perl-516