Makefile revision 4337
1037N/A#
1037N/A# CDDL HEADER START
1037N/A#
1037N/A# The contents of this file are subject to the terms of the
1037N/A# Common Development and Distribution License (the "License").
1037N/A# You may not use this file except in compliance with the License.
1037N/A#
1037N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1037N/A# or http://www.opensolaris.org/os/licensing.
1037N/A# See the License for the specific language governing permissions
1037N/A# and limitations under the License.
1037N/A#
1037N/A# When distributing Covered Code, include this CDDL HEADER in each
1037N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1037N/A# If applicable, add the following below this CDDL HEADER, with the
1037N/A# fields enclosed by brackets "[]" replaced with your own identifying
1037N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1037N/A#
1037N/A# CDDL HEADER END
1037N/A#
1037N/A
1037N/A#
1037N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
1037N/A#
1037N/A
1037N/Ainclude ../../../make-rules/shared-macros.mk
1037N/A
1037N/ACOMPONENT_NAME= developer/opensolaris/userland
1037N/ACOMPONENT_VERSION=
1037N/ACOMPONENT_PROJECT_URL= http://solaris-userland.java.net/
1037N/ACOMPONENT_ARCHIVE_URL= http://hg.java.net/solaris-userland-gate/
1037N/ACOMPONENT_BUGDB= gate-stuff/userland
1037N/A
1037N/Ainclude $(WS_MAKE_RULES)/prep.mk
1037N/Ainclude $(WS_MAKE_RULES)/ips.mk
1037N/A
1037N/A$(WS_MACH)/requires.mk:
1037N/A (cd $(WS_COMPONENTS) ; $(GMAKE) $@)
1037N/A
1037N/A-include $(WS_MACH)/requires.mk
1037N/A
1037N/A# The package is created in two parts: the checked-in manifest and a generated
1037N/A# file of actions based on the REQUIRED_PACKAGES macro value.
1037N/APKG_OPTIONS += -I $(BUILD_DIR)
1037N/A
1037N/A$(BUILD_DIR)/package.list: $(BUILD_DIR) $(WS_MACH)/requires.mk
1037N/A @echo $(REQUIRED_PACKAGES:%="depend type=require fmri=pkg:/%\\n") >$@
1037N/A
1037N/Abuild install: $(BUILD_DIR)/package.list
1037N/A
1037N/Atest: $(NO_TESTS)
1037N/A
1037N/Asystem-test: $(NO_TESTS)
1037N/A
1037N/Aclean clobber::
1037N/A $(RM) -r $(BUILD_DIR)
1037N/A