Makefile revision 313
5b99af0079813347d90c935ea540ed7f96dcea38Stéphane Graber# CDDL HEADER START
1609f0fbe1407e083f612a25475de2cb6b9954f7gza# The contents of this file are subject to the terms of the
cae3584efccc63f544c8748bd13d80e11bc79aefgza# Common Development and Distribution License (the "License").
1609f0fbe1407e083f612a25475de2cb6b9954f7gza# You may not use this file except in compliance with the License.
cae3584efccc63f544c8748bd13d80e11bc79aefgza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cae3584efccc63f544c8748bd13d80e11bc79aefgza# See the License for the specific language governing permissions
cae3584efccc63f544c8748bd13d80e11bc79aefgza# and limitations under the License.
cae3584efccc63f544c8748bd13d80e11bc79aefgza# When distributing Covered Code, include this CDDL HEADER in each
cae3584efccc63f544c8748bd13d80e11bc79aefgza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cae3584efccc63f544c8748bd13d80e11bc79aefgza# If applicable, add the following below this CDDL HEADER, with the
cae3584efccc63f544c8748bd13d80e11bc79aefgza# fields enclosed by brackets "[]" replaced with your own identifying
cae3584efccc63f544c8748bd13d80e11bc79aefgza# information: Portions Copyright [yyyy] [name of copyright owner]
cae3584efccc63f544c8748bd13d80e11bc79aefgza# CDDL HEADER END
cae3584efccc63f544c8748bd13d80e11bc79aefgza# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
cae3584efccc63f544c8748bd13d80e11bc79aefgza# for now, the assumption is we build any directory with a Makefile. This may
cae3584efccc63f544c8748bd13d80e11bc79aefgza# not always be the case. If we build a new make-like tool to drive the upper
cae3584efccc63f544c8748bd13d80e11bc79aefgza# level build, it may make different decisions and will need to include
cae3584efccc63f544c8748bd13d80e11bc79aefgza# appropriate dependency information.
cae3584efccc63f544c8748bd13d80e11bc79aefgza# components.mk is auto-generated by the build tools. It populates the
cae3584efccc63f544c8748bd13d80e11bc79aefgza# COMPONENT_DIRS macro with a list of all directories in the workspace that
cae3584efccc63f544c8748bd13d80e11bc79aefgza# contain a component.
5b99af0079813347d90c935ea540ed7f96dcea38Stéphane Grabercomponents.mk: # Makefile # $(WS_TOP)/components
# depends.mk is auto-generated by concatenating 'depend.mk' files in each
test: TARGET = test
$(WS_LOGS):
$(MKDIR) $@
$(WS_REPO):
.profile: