Makefile revision 5425
61N/A#
61N/A# CDDL HEADER START
61N/A#
61N/A# The contents of this file are subject to the terms of the
61N/A# Common Development and Distribution License (the "License").
61N/A# You may not use this file except in compliance with the License.
61N/A#
61N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61N/A# or http://www.opensolaris.org/os/licensing.
61N/A# See the License for the specific language governing permissions
61N/A# and limitations under the License.
61N/A#
61N/A# When distributing Covered Code, include this CDDL HEADER in each
61N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61N/A# If applicable, add the following below this CDDL HEADER, with the
61N/A# fields enclosed by brackets "[]" replaced with your own identifying
61N/A# information: Portions Copyright [yyyy] [name of copyright owner]
61N/A#
61N/A# CDDL HEADER END
61N/A#
75N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
75N/A#
61N/A
61N/Ainclude ../../make-rules/shared-macros.mk
75N/A
61N/ACOMPONENT_NAME= cdrtools
61N/ACOMPONENT_VERSION= 3.01
61N/A# Zero not allowed in front of number
61N/AIPS_COMPONENT_VERSION= 3.1
618N/ACOMPONENT_SUBVERSION= a22
61N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
61N/ACOMPONENT_PROJECT_URL= http://cdrecord.berlios.de/private/cdrecord.html
61N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)$(COMPONENT_SUBVERSION).tar.gz
618N/ACOMPONENT_ARCHIVE_HASH= \
61N/A sha256:facd40dc66f1499dfe936e647b694bee7a12cd63afd901a35bec855d9e3600a5
61N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.berlios.de/pub/cdrecord/alpha/$(COMPONENT_ARCHIVE)
61N/ACOMPONENT_BUGDB= utility/cdrtools
61N/A
181N/ATPNO= 6305
61N/A
181N/APATH= $(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
61N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
99N/APATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
322N/Aendif
61N/A
61N/Ainclude $(WS_MAKE_RULES)/prep.mk
151N/Ainclude $(WS_MAKE_RULES)/justmake.mk
151N/Ainclude $(WS_MAKE_RULES)/ips.mk
151N/A
61N/ACOMPONENT_INSTALL_ARGS += GMAKE_NOWARN=true
61N/ACOMPONENT_INSTALL_ARGS += CCOM=cc64
61N/ACOMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
61N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
61N/ACOMPONENT_BUILD_ENV += "ac_cv_exeext=no"
61N/ACOMPONENT_BUILD_ENV += "ac_cv_objext=o"
286N/Aendif
61N/ACOMPONENT_BUILD_ARGS += CCOM=cc64
286N/A# cdrtools doesn't work with gmake for sparc 64-bit compile.
286N/AGMAKE = $(CCSMAKE)
286N/A
286N/A# Enable ASLR for this component
286N/AASLR_MODE = $(ASLR_ENABLE)
286N/A
61N/Abuild: $(BUILD_64)
61N/A
61N/Ainstall: $(INSTALL_64)
61N/A
61N/Atest: $(NO_TESTS)
61N/A
61N/Asystem-test: $(NO_TESTS)
181N/A
61N/A
61N/AREQUIRED_PACKAGES += shell/ksh93
61N/AREQUIRED_PACKAGES += system/library
61N/A