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