334e0a73a741b261afadeb41ae89be2f2948e083
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=
"Tools" default=
"all" basedir=
".">
14 <property environment=
"env"/>
16 <target name=
"JavaCode" depends=
"SurfaceArea">
17 <subant target=
"" verbose=
"true" inheritall=
"false">
18 <!-- Note: this is an ordered list. The projects have dependencies between them. -->
21 Source/GenBuild/build.xml
22 Source/FrameworkTasks/build.xml
23 Source/Cpptasks/build.xml
26 Source/ModuleEditor/build.xml
27 Source/PackageEditor/build.xml
32 <target name=
"all" depends=
"C_Code"/>
34 <target name=
"SurfaceArea" depends=
"makeCatalog">
35 <subant target=
"" verbose=
"true" inheritall=
"false">
38 Source/SurfaceArea/build.xml
43 <target name=
"C_Code" depends=
"JavaCode">
44 <subant target=
"" verbose=
"true" inheritall=
"false">
47 Source/TianoTools/build.xml
52 <target name=
"makeCatalog">
53 <echo file=
"XMLSchema/catalog.xml">
54 <![CDATA[
<?xml version=
"1.0"?>
55 <!DOCTYPE catalog PUBLIC
"-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.xsd">
56 <catalog xmlns=
"urn:oasis:names:tc:entity:xmlns:xml:catalog">
57 <rewriteSystem systemIdStartString=
"http://www.TianoCore.org/2006/Edk2.0/"
58 rewritePrefix=
"file:/]]>${env.WORKSPACE}<![CDATA[/Tools/XMLSchema/"/>
59 <rewriteURI uriStartString=
"http://www.TianoCore.org/2006/Edk2.0/"
60 rewritePrefix=
"file:/]]>${env.WORKSPACE}<![CDATA[/Tools/XMLSchema/"/>
65 <subant target=
"clean" inheritall=
"false">
68 Source/TianoTools/build.xml
69 Source/ModuleEditor/build.xml
70 Source/PackageEditor/build.xml
71 Source/FrameworkTasks/build.xml
72 Source/GenBuild/build.xml
73 Source/SurfaceArea/build.xml
74 Source/Cpptasks/build.xml
78 <target name=
"cleanall">
79 <subant target=
"cleanall" verbose=
"true" inheritall=
"false">
82 Source/TianoTools/build.xml
83 Source/ModuleEditor/build.xml
84 Source/PackageEditor/build.xml
85 Source/FrameworkTasks/build.xml
86 Source/GenBuild/build.xml
87 Source/SurfaceArea/build.xml
88 Source/Cpptasks/build.xml