Makefile revision 5952
5952N/A#
5952N/A# CDDL HEADER START
5952N/A#
5952N/A# The contents of this file are subject to the terms of the
5952N/A# Common Development and Distribution License (the "License").
5952N/A# You may not use this file except in compliance with the License.
5952N/A#
5952N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5952N/A# or http://www.opensolaris.org/os/licensing.
5952N/A# See the License for the specific language governing permissions
5952N/A# and limitations under the License.
5952N/A#
5952N/A# When distributing Covered Code, include this CDDL HEADER in each
5952N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5952N/A# If applicable, add the following below this CDDL HEADER, with the
5952N/A# fields enclosed by brackets "[]" replaced with your own identifying
5952N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5952N/A#
5952N/A# CDDL HEADER END
5952N/A#
5952N/A
5952N/A#
5952N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5952N/A#
5952N/A
5952N/Ainclude ../../../../make-rules/shared-macros.mk
5952N/A
5952N/ACOMPONENT_NAME= openstack-vswitch
5952N/ACOMPONENT_VERSION= 4.0.0
5952N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5952N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5952N/ACOMPONENT_ARCHIVE_HASH= \
5952N/A sha256:5af96968aa60350cb00fce53d6f77667b49361b1edb114ce21f8f85c4272d84d
5952N/ACOMPONENT_ARCHIVE_URL= http://forgeapi.puppetlabs.com/v3/files/$(COMPONENT_ARCHIVE)
5952N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
5952N/ACOMPONENT_BUGDB= service/openvswitch
5952N/A
5952N/ATPNO= 28288
5952N/A
5952N/Ainclude $(WS_MAKE_RULES)/prep.mk
5952N/Ainclude $(WS_MAKE_RULES)/puppetmodule.mk
5952N/Ainclude $(WS_MAKE_RULES)/ips.mk
5952N/A
5952N/AMODULE_NAME = vswitch
5952N/A
5952N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5952N/A
5952N/A# common targets
5952N/Abuild: $(BUILD_NO_ARCH)
5952N/A
5952N/Ainstall: $(INSTALL_NO_ARCH)
5952N/A
5952N/Atest: $(NO_TESTS)