1057N/A#
1057N/A# CDDL HEADER START
1057N/A#
1057N/A# The contents of this file are subject to the terms of the
1589N/A# Common Development and Distribution License (the "License").
1057N/A# You may not use this file except in compliance with the License.
660N/A#
1057N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1057N/A# or http://www.opensolaris.org/os/licensing.
1057N/A# See the License for the specific language governing permissions
1057N/A# and limitations under the License.
1057N/A#
1057N/A# When distributing Covered Code, include this CDDL HEADER in each
1057N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1057N/A# If applicable, add the following below this CDDL HEADER, with the
1057N/A# fields enclosed by brackets "[]" replaced with your own identifying
1057N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1057N/A#
1057N/A# CDDL HEADER END
1057N/A#
660N/A
2437N/A#
1109N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
2506N/A#
2543N/A
2543N/Ainclude $(SRC)/make-rules/Makefile.env
2543N/A
2437N/AASUBDIRS_CMD = $(LS) -1 */build.xml 2>/dev/null | $(SED) 's@/build.xml$$@@'
2437N/AASUBDIRS = $(ASUBDIRS_CMD:sh)
2437N/A
2437N/A.PARALLEL: $(ASUBDIRS)
2543N/A
2543N/Ainclude $(SRC)/make-rules/Makefile.ant
2543N/Ainclude $(SRC)/make-rules/Makefile.targ
2437N/A