Makefile revision 2892
1268N/A#
1268N/A# CDDL HEADER START
1268N/A#
1268N/A# The contents of this file are subject to the terms of the
1268N/A# Common Development and Distribution License (the "License").
1268N/A# You may not use this file except in compliance with the License.
1268N/A#
1268N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1268N/A# or http://www.opensolaris.org/os/licensing.
1268N/A# See the License for the specific language governing permissions
1268N/A# and limitations under the License.
1268N/A#
1268N/A# When distributing Covered Code, include this CDDL HEADER in each
1268N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1268N/A# If applicable, add the following below this CDDL HEADER, with the
1268N/A# fields enclosed by brackets "[]" replaced with your own identifying
1268N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1268N/A#
1268N/A# CDDL HEADER END
1268N/A#
3817N/A
1268N/A#
1268N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1268N/A#
1268N/Ainclude ../../../make-rules/shared-macros.mk
3889N/A
1268N/ACOMPONENT_NAME= openstack
1268N/ACOMPONENT_VERSION= 2013.2.3
1268N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
1268N/AIPS_COMPONENT_VERSION= 0.$(COMPONENT_VERSION)
3889N/A
1268N/Ainclude $(WS_TOP)/make-rules/ips.mk
1268N/A
1268N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
3889N/A
2899N/A# Do not apply the standard license transforms for this component.
3817N/ALICENSE_TRANSFORMS =
3817N/A
3817N/A# common targets
1268N/Aprep:
1268N/A $(TOUCH) $@
1294N/A
1268N/Abuild: FRC
1268N/A @/bin/true
1268N/A
1268N/Ainstall: FRC
1268N/A @/bin/true
4730N/A
4730N/Adownload::
4730N/A @echo 'No downloads for this component'
4730N/A
4730N/Aclobber:: clean
4730N/A
4730N/Aclean::
4730N/A $(RM) -r $(SOURCE_DIR)/build
4730N/A
4730N/Atest: $(NO_TESTS)
4730N/A
4730N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
4730N/A
1475N/Ainclude $(WS_TOP)/make-rules/depend.mk
1475N/A