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