Improve TableGen dependencies
[oota-llvm.git] / win32 / x86 / x86.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="x86"
6         ProjectGUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
7         RootNamespace="x86"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="..\Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="4"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories=".;..\..\include;.."
24                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
25                                 MinimalRebuild="TRUE"
26                                 BasicRuntimeChecks="3"
27                                 RuntimeLibrary="3"
28                                 ForceConformanceInForLoopScope="TRUE"
29                                 RuntimeTypeInfo="TRUE"
30                                 UsePrecompiledHeader="0"
31                                 BrowseInformation="1"
32                                 WarningLevel="3"
33                                 Detect64BitPortabilityProblems="FALSE"
34                                 DebugInformationFormat="4"
35                                 DisableSpecificWarnings="4146,4800"/>
36                         <Tool
37                                 Name="VCCustomBuildTool"/>
38                         <Tool
39                                 Name="VCLibrarianTool"
40                                 OutputFile="$(OutDir)/x86.lib"/>
41                         <Tool
42                                 Name="VCMIDLTool"/>
43                         <Tool
44                                 Name="VCPostBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreBuildEventTool"/>
47                         <Tool
48                                 Name="VCPreLinkEventTool"/>
49                         <Tool
50                                 Name="VCResourceCompilerTool"/>
51                         <Tool
52                                 Name="VCWebServiceProxyGeneratorTool"/>
53                         <Tool
54                                 Name="VCXMLDataGeneratorTool"/>
55                         <Tool
56                                 Name="VCManagedWrapperGeneratorTool"/>
57                         <Tool
58                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59                 </Configuration>
60                 <Configuration
61                         Name="Release|Win32"
62                         OutputDirectory="..\Release"
63                         IntermediateDirectory="Release"
64                         ConfigurationType="4"
65                         CharacterSet="2">
66                         <Tool
67                                 Name="VCCLCompilerTool"
68                                 AdditionalIncludeDirectories=".;..\..\include;.."
69                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
70                                 RuntimeLibrary="2"
71                                 ForceConformanceInForLoopScope="TRUE"
72                                 RuntimeTypeInfo="TRUE"
73                                 UsePrecompiledHeader="0"
74                                 WarningLevel="3"
75                                 Detect64BitPortabilityProblems="FALSE"
76                                 DebugInformationFormat="3"
77                                 DisableSpecificWarnings="4146,4800"/>
78                         <Tool
79                                 Name="VCCustomBuildTool"/>
80                         <Tool
81                                 Name="VCLibrarianTool"
82                                 OutputFile="$(OutDir)/x86.lib"/>
83                         <Tool
84                                 Name="VCMIDLTool"/>
85                         <Tool
86                                 Name="VCPostBuildEventTool"/>
87                         <Tool
88                                 Name="VCPreBuildEventTool"/>
89                         <Tool
90                                 Name="VCPreLinkEventTool"/>
91                         <Tool
92                                 Name="VCResourceCompilerTool"/>
93                         <Tool
94                                 Name="VCWebServiceProxyGeneratorTool"/>
95                         <Tool
96                                 Name="VCXMLDataGeneratorTool"/>
97                         <Tool
98                                 Name="VCManagedWrapperGeneratorTool"/>
99                         <Tool
100                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
101                 </Configuration>
102         </Configurations>
103         <References>
104         </References>
105         <Files>
106                 <Filter
107                         Name="Source Files"
108                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
109                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
110                         <File
111                                 RelativePath="..\..\lib\Target\X86\X86.td">
112                                 <FileConfiguration
113                                         Name="Debug|Win32">
114                                         <Tool
115                                                 Name="VCCustomBuildTool"
116                                                 Description="Performing TableGen Step"
117                                                 CommandLine="..\TableGen\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterNames.inc
118 ..\TableGen\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.h.inc
119 ..\TableGen\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.inc
120 ..\TableGen\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrNames.inc
121 ..\TableGen\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrInfo.inc
122 ..\TableGen\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter.inc
123 ..\TableGen\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter1.inc"
124                                                 AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)..\Target.td;$(ProjectDir)..\TableGen\$(IntDir)\TableGen.exe"
125                                                 Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc"/>
126                                 </FileConfiguration>
127                                 <FileConfiguration
128                                         Name="Release|Win32">
129                                         <Tool
130                                                 Name="VCCustomBuildTool"
131                                                 Description="Performing TableGen Step"
132                                                 CommandLine="..\TableGen\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterNames.inc
133 ..\TableGen\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.h.inc
134 ..\TableGen\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.inc
135 ..\TableGen\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrNames.inc
136 ..\TableGen\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrInfo.inc
137 ..\TableGen\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter.inc
138 ..\TableGen\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter1.inc"
139                                                 AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)..\Target.td;$(ProjectDir)..\TableGen\$(IntDir)\TableGen.exe"
140                                                 Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc"/>
141                                 </FileConfiguration>
142                         </File>
143                         <File
144                                 RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp">
145                         </File>
146                         <File
147                                 RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp">
148                         </File>
149                         <File
150                                 RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp">
151                         </File>
152                         <File
153                                 RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp">
154                         </File>
155                         <File
156                                 RelativePath="..\..\lib\Target\X86\X86ISelPattern.cpp">
157                         </File>
158                         <File
159                                 RelativePath="..\..\lib\Target\X86\X86ISelSimple.cpp">
160                         </File>
161                         <File
162                                 RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp">
163                         </File>
164                         <File
165                                 RelativePath="..\..\lib\Target\X86\X86PeepholeOpt.cpp">
166                         </File>
167                         <File
168                                 RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp">
169                         </File>
170                         <File
171                                 RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp">
172                         </File>
173                 </Filter>
174                 <Filter
175                         Name="Header Files"
176                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
177                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
178                         <File
179                                 RelativePath="..\..\lib\Target\Target.td">
180                         </File>
181                         <File
182                                 RelativePath="..\..\lib\Target\X86\X86.h">
183                         </File>
184                         <File
185                                 RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h">
186                         </File>
187                         <File
188                                 RelativePath="..\..\lib\Target\X86\X86InstrInfo.h">
189                         </File>
190                         <File
191                                 RelativePath="..\..\lib\Target\X86\X86InstrInfo.td">
192                         </File>
193                         <File
194                                 RelativePath="..\..\lib\Target\X86\X86JITInfo.h">
195                         </File>
196                         <File
197                                 RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h">
198                         </File>
199                         <File
200                                 RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td">
201                         </File>
202                         <File
203                                 RelativePath="..\..\lib\Target\X86\X86TargetMachine.h">
204                         </File>
205                 </Filter>
206                 <Filter
207                         Name="Generated Tablegen Files"
208                         Filter="">
209                         <File
210                                 RelativePath=".\X86GenAsmWriter.inc">
211                         </File>
212                         <File
213                                 RelativePath=".\X86GenAsmWriter1.inc">
214                         </File>
215                         <File
216                                 RelativePath=".\X86GenInstrInfo.inc">
217                         </File>
218                         <File
219                                 RelativePath=".\X86GenInstrNames.inc">
220                         </File>
221                         <File
222                                 RelativePath=".\X86GenRegisterInfo.h.inc">
223                         </File>
224                         <File
225                                 RelativePath=".\X86GenRegisterInfo.inc">
226                         </File>
227                         <File
228                                 RelativePath=".\X86GenRegisterNames.inc">
229                         </File>
230                 </Filter>
231         </Files>
232         <Globals>
233         </Globals>
234 </VisualStudioProject>