Makefile revision 844
1082N/A#
1082N/A# CDDL HEADER START
1082N/A#
1082N/A# The contents of this file are subject to the terms of the
1082N/A# Common Development and Distribution License (the "License").
1082N/A# You may not use this file except in compliance with the License.
1082N/A#
1082N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1082N/A# or http://www.opensolaris.org/os/licensing.
1082N/A# See the License for the specific language governing permissions
1082N/A# and limitations under the License.
1082N/A#
1082N/A# When distributing Covered Code, include this CDDL HEADER in each
1082N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1082N/A# If applicable, add the following below this CDDL HEADER, with the
1082N/A# fields enclosed by brackets "[]" replaced with your own identifying
1082N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1082N/A#
1082N/A# CDDL HEADER END
1082N/A#
1082N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
1082N/A#
1082N/Ainclude ../../make-rules/shared-macros.mk
1082N/A
1082N/ACOMPONENT_NAME= xorriso
1082N/ACOMPONENT_VERSION= 0.6.0
1082N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1082N/ACOMPONENT_PROJECT_URL= http://scdbackup.sourceforge.net/xorriso/
1082N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1082N/ACOMPONENT_ARCHIVE_HASH= \
1082N/A sha256:1f26880eaacf7bd806520a458963d2374ad6bf90353e08ed0de271b6d45c5b8a
1082N/ACOMPONENT_ARCHIVE_URL= http://scdbackup.sourceforge.net/$(COMPONENT_ARCHIVE)
1082N/ACPPFLAGS+= -I./test
1082N/A
1082N/Ainclude ../../make-rules/prep.mk
1082N/Ainclude ../../make-rules/configure.mk
1082N/Ainclude ../../make-rules/ips.mk
1082N/A
1082N/ACONFIGURE_OPTIONS += --enable-shared
1082N/ACONFIGURE_OPTIONS += --disable-static
1082N/ACONFIGURE_OPTIONS += --sysconfdir=/etc/gnu
1082N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
1082N/ACONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)"
1082N/A
1082N/A# The tarball for this version already has a config.status file so remove it.
1082N/ACOMPONENT_PREP_ACTION = \
1082N/A (cd $(@D) ; test -f config.status && rm config.status)
1082N/A
1082N/Abuild: $(BUILD_32)
1082N/A
1082N/Ainstall: $(INSTALL_32)
1082N/A
1082N/Atest: $(NO_TESTS)
1082N/A
1082N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1082N/A
1082N/Ainclude ../../make-rules/depend.mk
1082N/A