Makefile revision 6466
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
6466N/Ainclude $(WS_MAKE_RULES)/prep.mk
6466N/Ainclude $(WS_MAKE_RULES)/ips.mk
6466N/A
6466N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6466N/A
6466N/APKG_PROTO_DIRS += $(COMPONENT_DIR)/files/man
6466N/A
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
6466N/A
6466N/Atest: $(NO_TESTS)
6466N/A
6466N/AREQUIRED_PACKAGES += database/sqlite-3
6466N/AREQUIRED_PACKAGES += system/core-os
6466N/AREQUIRED_PACKAGES += system/library
6466N/AREQUIRED_PACKAGES += system/zones