878ddf1f |
1 | <?xml version="1.0"?>\r |
2 | <!--\r |
3 | Copyright (c) 2006, Intel Corporation\r |
4 | All rights reserved. This program and the accompanying materials\r |
5 | are licensed and made available under the terms and conditions of the BSD License\r |
6 | which accompanies this distribution. The full text of the license may be found at\r |
7 | http://opensource.org/licenses/bsd-license.php\r |
8 | \r |
9 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
10 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
11 | -->\r |
12 | <project name="mdk" default="all" basedir=".">\r |
13 | <property environment="env"/>\r |
14 | <target name="all">\r |
15 | <subant target="" inheritall="false">\r |
16 | <!-- Note: this is an ordered list. The projects have dependencies between them. -->\r |
17 | <filelist dir="."\r |
18 | files="\r |
19 | Tools/build.xml\r |
20 | MdePkg/build.xml\r |
21 | EdkModulePkg/build.xml\r |
22 | EdkNt32Pkg/build.xml\r |
23 | "/>\r |
24 | </subant>\r |
25 | </target>\r |
26 | <target name="clean">\r |
27 | <subant target="clean" inheritall="false">\r |
28 | <fileset dir="." includes="*/build.xml"/>\r |
29 | </subant>\r |
30 | </target>\r |
31 | <target name="distclean">\r |
32 | <subant target="distclean" inheritall="false">\r |
33 | <fileset dir="." includes="*/build.xml"/>\r |
34 | </subant>\r |
35 | </target>\r |
36 | </project>\r |