Makefile revision 6470
6466N/A#
6466N/A# CDDL HEADER START
6466N/A#
6466N/A# The contents of this file are subject to the terms of the
6466N/A# Common Development and Distribution License (the "License").
6466N/A# You may not use this file except in compliance with the License.
6466N/A#
6466N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6466N/A# or http://www.opensolaris.org/os/licensing.
6466N/A# See the License for the specific language governing permissions
6466N/A# and limitations under the License.
6466N/A#
6466N/A# When distributing Covered Code, include this CDDL HEADER in each
6466N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6466N/A# If applicable, add the following below this CDDL HEADER, with the
6466N/A# fields enclosed by brackets "[]" replaced with your own identifying
6466N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6466N/A#
6466N/A# CDDL HEADER END
6466N/A#
6466N/A
6466N/A#
6466N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6466N/A#
6466N/ABUILD_ARCH= i386
6466N/ABUILD_BITS= 64
6466N/Ainclude ../../make-rules/shared-macros.mk
6466N/A
6466N/ACOMPONENT_NAME= docker
6466N/ACOMPONENT_VERSION= 1.10.3
6466N/ACOMPONENT_PROJECT_URL= http://www.docker.com
6466N/ACOMPONENT_ARCHIVE_URL= \
6466N/A https://github.com/docker/docker/archive/v$(COMPONENT_VERSION).tar.gz
6466N/A
6466N/ACOMPONENT_BUGDB= utility/docker-engine
6466N/A
6466N/ATPNO= 27475
6466N/A
6470N/ABUILD_STYLE= justmake
6470N/A# Remove the conditional when BUILD_ARCH is removed above.
6470N/Aifeq ($(strip $(BUILD_ARCH)),$(MACH))
6470N/ABUILD_TARGET=
6470N/AINSTALL_TARGET=
6470N/Aendif
6470N/ATEST_TARGET= $(NO_TESTS)
6466N/A
6470N/A# Requires S12-only changes from ON.
6470N/Aifeq ($(BUILD_TYPE), evaluation)
6470N/APUBLISH_STAMP=
6470N/Aendif
6470N/A
6470N/Ainclude $(WS_MAKE_RULES)/common.mk
6470N/A
6470N/A# Go-based components are not currently compatible with ASLR.
6470N/AASLR_MODE= $(ASLR_DISABLE)
6466N/A
6466N/APKG_PROTO_DIRS += $(COMPONENT_DIR)/files/man
6466N/A
6470N/A# Remove the conditional when BUILD_ARCH is removed above.
6470N/Aifeq ($(strip $(BUILD_ARCH)),$(MACH))
6470N/Aifneq ($(BUILD_TYPE), evaluation)
6466N/A# common targets
6466N/Abuild: $(SOURCE_DIR)/.prep
6466N/A cd $(SOURCE_DIR); DOCKER_GITCOMMIT=6f2305e \
6466N/A AUTO_GOPATH=1 ./hack/make.sh dynbinary
6466N/A $(TOUCH) $(SOURCE_DIR)/.built
6466N/A
6466N/Ainstall: FRC
6466N/A $(TOUCH) $(SOURCE_DIR)/.installed
6470N/Aendif
6470N/Aendif
6466N/A
6466N/AREQUIRED_PACKAGES += database/sqlite-3
6466N/AREQUIRED_PACKAGES += system/core-os
6466N/AREQUIRED_PACKAGES += system/library
6466N/AREQUIRED_PACKAGES += system/zones