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 <taskdef resource=
"net/sf/antcontrib/antlib.xml"/>
15 <property environment=
"env"/>
17 <target name=
"all" depends=
"C_Code">
18 <echo message=
"The EDK II Tools build has completed!"/>
21 <target name=
"C_Code" depends=
"JavaCode">
22 <subant target=
"" inheritall=
"false">
25 CCode/Source/build.xml
30 <target name=
"JavaCode" depends=
"SurfaceArea">
31 <subant target=
"" verbose=
"true" inheritall=
"false">
32 <!-- Note: this is an ordered list. The projects have dependencies between them. -->
35 Java/Source/Common/build.xml
36 Java/Source/PcdTools/build.xml
37 Java/Source/GenBuild/build.xml
38 Java/Source/FrameworkTasks/build.xml
39 Java/Source/Cpptasks/build.xml
40 Java/Source/FrameworkWizard/build.xml
41 Java/Source/MigrationTools/build.xml
42 Java/Source/ContextTool/build.xml
43 Java/Source/Merge/build.xml
46 <echo message=
"The EDK II Java Tools build has completed!"/>
49 <target name=
"Wizard" depends=
"SurfaceArea">
50 <subant target=
"" verbose=
"true" inheritall=
"false">
51 <!-- Note: this is an ordered list. The projects have dependencies between them. -->
54 Java/Source/FrameworkWizard/build.xml
59 <target name=
"Merge" depends=
"SurfaceArea">
60 <subant target=
"" verbose=
"true" inheritall=
"false">
63 Java/Source/Merge/build.xml
68 <target name=
"SurfaceArea" depends=
"makeCatalog">
69 <subant target=
"" verbose=
"true" inheritall=
"false">
72 Java/Source/SurfaceArea/build.xml
77 <target name=
"makeCatalog">
80 <available file=
"XMLSchema/catalog.xml"/>
83 <echo file=
"XMLSchema/catalog.xml"><![CDATA[
<?xml version=
"1.0"?>
84 <!DOCTYPE catalog PUBLIC
"-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.xsd">
85 <catalog xmlns=
"urn:oasis:names:tc:entity:xmlns:xml:catalog">
86 <rewriteSystem systemIdStartString=
"http://www.TianoCore.org/2006/Edk2.0/"
87 rewritePrefix=
"file:/]]>${env.WORKSPACE}<![CDATA[/Tools/XMLSchema/"/>
88 <rewriteURI uriStartString=
"http://www.TianoCore.org/2006/Edk2.0/"
89 rewritePrefix=
"file:/]]>${env.WORKSPACE}<![CDATA[/Tools/XMLSchema/"/>
96 <available file=
"Conf/tools_def.txt"/>
99 <copy file=
"Conf/tools_def.template" tofile=
"Conf/tools_def.txt"/>
105 <available file=
"Conf/target.txt"/>
108 <copy file=
"Conf/target.template" tofile=
"Conf/target.txt"/>
114 <available file=
"Conf/FrameworkDatabase.db"/>
117 <copy file=
"Conf/FrameworkDatabase.template" tofile=
"Conf/FrameworkDatabase.db"/>
122 <target name=
"clean">
123 <subant target=
"clean" inheritall=
"false">
126 Java/Source/FrameworkWizard/build.xml
127 Java/Source/Cpptasks/build.xml
128 Java/Source/FrameworkTasks/build.xml
129 Java/Source/GenBuild/build.xml
130 Java/Source/PcdTools/build.xml
131 Java/Source/Common/build.xml
132 Java/Source/SurfaceArea/build.xml
133 CCode/Source/build.xml
134 Java/Source/MigrationTools/build.xml
135 Java/Source/ContextTool/build.xml
136 Java/Source/Merge/build.xml
141 <target name=
"cleanall">
142 <available classname=
"org.tianocore.frameworkwizard.FrameworkWizardUI" property=
"FrameworkWizardUI.available"/>
143 <available classname=
"org.tianocore.build.GenBuildTask" property=
"GenBuildTask.available"/>
144 <available classname=
"org.tianocore.framework.tasks.Tool" property=
"Tool.available"/>
145 <available classname=
"org.tianocore.pcd.action.BuildAction" property=
"PcdClass.available"/>
148 <isset property=
"FrameworkWizardUI.available"/>
149 <isset property=
"GenBuildTask.available"/>
150 <isset property=
"Tool.available"/>
151 <isset property=
"PcdClass.available"/>
154 <fail message=
"Use ant -noclasspath cleanall, to remove all jar files!"/>
157 <subant target=
"cleanall" inheritall=
"true">
160 Java/Source/FrameworkWizard/build.xml
161 Java/Source/Cpptasks/build.xml
162 Java/Source/FrameworkTasks/build.xml
163 Java/Source/GenBuild/build.xml
164 Java/Source/PcdTools/build.xml
165 Java/Source/Common/build.xml
166 Java/Source/SurfaceArea/build.xml
167 CCode/Source/build.xml
168 Java/Source/MigrationTools/build.xml
169 Java/Source/ContextTool/build.xml
170 Java/Source/Merge/build.xml