Makefile revision 70
290N/A# The contents of this file are subject to the terms of the 290N/A# Common Development and Distribution License (the "License"). 290N/A# You may not use this file except in compliance with the License. 290N/A# See the License for the specific language governing permissions 290N/A# and limitations under the License. 290N/A# When distributing Covered Code, include this CDDL HEADER in each 290N/A# If applicable, add the following below this CDDL HEADER, with the 290N/A# fields enclosed by brackets "[]" replaced with your own identifying 290N/A# information: Portions Copyright [yyyy] [name of copyright owner] 290N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 454N/A# for now, the assumption is we build any directory with a Makefile. This may 290N/A# not always be the case. If we build a new make-like tool to drive the upper 448N/A# level build, it may make different decisions and will need to include 290N/A# appropriate dependency information. 383N/A# COMPONENT_DIRS macro with a list of all directories in the workspace that 290N/A @
echo "Generating component list..." 290N/A |
sed -e
's;^$(shell pwd)/;COMPONENT_DIRS += ;g' >$@
448N/A# $(WS_COMPONENTS) is the home directory for the zone user, so create a profile 448N/A# to pass a few things on to zone based builds 534N/A echo "export PATH WS_TOP" >>$@
290N/A @
echo "Generating component dependencies..."