Makefile revision 369
293N/A#
293N/A# CDDL HEADER START
293N/A#
293N/A# The contents of this file are subject to the terms of the
293N/A# Common Development and Distribution License (the "License").
293N/A# You may not use this file except in compliance with the License.
293N/A#
293N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
293N/A# or http://www.opensolaris.org/os/licensing.
293N/A# See the License for the specific language governing permissions
293N/A# and limitations under the License.
293N/A#
293N/A# When distributing Covered Code, include this CDDL HEADER in each
293N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
293N/A# If applicable, add the following below this CDDL HEADER, with the
293N/A# fields enclosed by brackets "[]" replaced with your own identifying
293N/A# information: Portions Copyright [yyyy] [name of copyright owner]
293N/A#
293N/A# CDDL HEADER END
293N/A#
293N/A
293N/A#
716N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
293N/A#
293N/A
293N/Ainclude ../../make-rules/shared-macros.mk
293N/A
293N/A# The version of rpm2cpio.pl delivered in SFW does not seem to be
293N/A# available for download anymore, so it is exceptionally delivered in
293N/A# the Userland gate itself.
819N/A#
293N/ACOMPONENT_NAME= rpm2cpio
293N/ACOMPONENT_VERSION= 0.5.11
293N/ACOMPONENT_SRC= src
844N/A
844N/Ainclude ../../make-rules/prep.mk
293N/A
293N/A# Do not clean the sources (set in prep.mk)
293N/A#
293N/ACLEAN_PATHS=
293N/A
293N/Ainclude ../../make-rules/ips.mk
293N/A
293N/ACLEAN_PATHS+= $(BUILD_DIR)
293N/A
293N/A# Common targets
293N/A#
293N/Abuild:
293N/A # Just create the build directory, which is needed for publishing.
293N/A # There is nothing to actually build.
293N/A #
293N/A $(RM) -r $(BUILD_DIR) ; $(MKDIR) $(BUILD_DIR)
293N/A
293N/Ainstall:
293N/A @echo "Nothing to install."
293N/A
716N/Atest: $(NO_TESTS)
293N/A
293N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
293N/A
293N/Ainclude ../../make-rules/depend.mk
293N/A