Makefile revision 4337
99N/A#
99N/A# CDDL HEADER START
99N/A#
99N/A# The contents of this file are subject to the terms of the
99N/A# Common Development and Distribution License (the "License").
99N/A# You may not use this file except in compliance with the License.
99N/A#
99N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99N/A# or http://www.opensolaris.org/os/licensing.
99N/A# See the License for the specific language governing permissions
99N/A# and limitations under the License.
99N/A#
99N/A# When distributing Covered Code, include this CDDL HEADER in each
99N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
99N/A# If applicable, add the following below this CDDL HEADER, with the
99N/A# fields enclosed by brackets "[]" replaced with your own identifying
99N/A# information: Portions Copyright [yyyy] [name of copyright owner]
99N/A#
99N/A# CDDL HEADER END
99N/A#
3746N/A
99N/A#
3746N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
3746N/A#
3746N/A
127N/Ainclude ../../../make-rules/shared-macros.mk
99N/A
99N/ACOMPONENT_NAME= openstack
99N/ACOMPONENT_VERSION= 2014.2.2
99N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
3596N/AIPS_COMPONENT_VERSION= 0.$(COMPONENT_VERSION)
618N/A
99N/Ainclude $(WS_MAKE_RULES)/prep.mk
99N/Ainclude $(WS_MAKE_RULES)/ips.mk
844N/A
3596N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
99N/A
3533N/A# Used for placement of openstack_common.py
1258N/APYTHON_VERSIONS= 2.7
99N/APKG_MACROS += PYVER=$(PYTHON_VERSIONS)
3746N/A
3746N/Abuild: FRC
3746N/A @/bin/true
2818N/A
2818N/Ainstall: FRC
99N/A ($(MKDIR) $(PROTO_DIR)$(PYTHON_LIB); \
99N/A $(CP) files/openstack_common.py $(PROTO_DIR)$(PYTHON_LIB); \
99N/A $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
99N/A
783N/Adownload::
783N/A @echo 'No downloads for this component'
783N/A
99N/Aclobber:: clean
99N/A
196N/Aclean::
3353N/A $(RM) -r $(SOURCE_DIR)/build
3353N/A
3353N/Atest: $(NO_TESTS)
3353N/A
3353N/Asystem-test: $(NO_TESTS)
3353N/A