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