4b7e95428ba81c9c43f30a5f94d901c6b1d4326d
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 <project name=
"mdk" default=
"all" basedir=
".">
13 <!-- Apply external ANT tasks -->
14 <taskdef resource=
"net/sf/antcontrib/antlib.xml" />
15 <taskdef resource=
"GenBuild.tasks" />
17 <property environment=
"env" />
19 <property name=
"WORKSPACE_DIR" value=
"${env.WORKSPACE}" />
21 <!--property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml" /-->
23 <import file=
"${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml" />
25 <target name=
"all" depends=
"init, build" />
30 <isset property=
"env.WORKSPACE" />
33 <fail message=
"WORKSPACE environmental variable not set." />
37 <ToolChainSetup confPath="${WORKSPACE_DIR}/Tools/Conf" />
45 <target name=
"clean" depends=
"init">
46 <echo message=
"Clean all intermidiate files. " />
47 <FrameworkBuild type=
"clean" />
50 <target name=
"cleanall" depends=
"init">
51 <echo message=
"Clean all generated files. " />
52 <FrameworkBuild type=
"cleanall" />