1# Copyright (C) 2015-2017 The Bochs Project
2#
3# This library is free software; you can redistribute it and/or
4# modify it under the terms of the GNU Lesser General Public
5# License as published by the Free Software Foundation; either
6# version 2 of the License, or (at your option) any later version.
7#
8# This library is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11# Lesser General Public License for more details.
12#
13# You should have received a copy of the GNU Lesser General Public
14# License along with this library; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA B 02110-1301 USA
16
17
18@SUFFIX_LINE@
19
20srcdir = @srcdir@
21VPATH = @srcdir@
22top_builddir    = ../..
23top_srcdir      = @top_srcdir@
24
25SHELL = @SHELL@
26
27@SET_MAKE@
28
29CXX = @CXX@
30CXXFLAGS = @CXXFLAGS@ @GUI_CXXFLAGS@
31
32LDFLAGS = @LDFLAGS@
33LIBS = @LIBS@
34RANLIB = @RANLIB@
35
36BX_INCDIRS = -I.. -I../.. -I$(srcdir)/.. -I$(srcdir)/../.. -I../../@INSTRUMENT_DIR@ -I$(srcdir)/../../@INSTRUMENT_DIR@
37
38CPUDB_OBJS = intel/pentium.o \
39             intel/pentium_mmx.o \
40             intel/p2_klamath.o \
41             intel/p3_katmai.o \
42             intel/p4_willamette.o \
43             intel/p4_prescott_celeron_336.o \
44             intel/atom_n270.o \
45             intel/core_duo_t2400_yonah.o \
46             intel/core2_penryn_t9600.o \
47             intel/corei5_lynnfield_750.o \
48             intel/corei5_arrandale_m520.o \
49             intel/corei7_sandy_bridge_2600K.o \
50             intel/corei7_ivy_bridge_3770K.o \
51             intel/corei7_haswell_4770.o \
52             intel/broadwell_ult.o \
53             intel/corei7_skylake-x.o \
54             intel/corei3_cnl.o \
55             intel/corei7_icelake-u.o \
56             intel/tigerlake.o \
57             amd/amd_k6_2_chomper.o  \
58             amd/athlon64_clawhammer.o \
59             amd/athlon64_venice.o \
60             amd/turion64_tyler.o \
61             amd/phenomx3_8650_toliman.o \
62             amd/trinity_apu.o \
63             amd/zambezi.o \
64             amd/ryzen.o
65
66BX_INCLUDES = ../../bochs.h ../../config.h
67
68
69all: libcpudb.a
70
71.@CPP_SUFFIX@.o:
72	$(CXX) @DASH@c $(BX_INCDIRS) $(CXXFLAGS) @CXXFP@$< @OFP@$@
73
74
75libcpudb.a: $(CPUDB_OBJS)
76	@RMCOMMAND@ libcpudb.a
77	@MAKELIB@ $(CPUDB_OBJS)
78	$(RANLIB) libcpudb.a
79
80$(CPUDB_OBJS): $(BX_INCLUDES)
81
82clean:
83	@RMCOMMAND@ amd@SLASH@*.o
84	@RMCOMMAND@ intel@SLASH@*.o
85	@RMCOMMAND@ *.a
86
87dist-clean: clean
88	@RMCOMMAND@ Makefile
89
90###########################################
91# dependencies generated by
92#  gcc -MM -I.. -I../.. -I../../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
93###########################################
94amd/amd_k6_2_chomper.o: amd/amd_k6_2_chomper.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
95 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
96 ../../gui/siminterface.h ../../gui/paramtree.h \
97 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
98 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
99 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
100 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
101 ../svm.h ../cpuid.h ../access.h amd/amd_k6_2_chomper.h ../../cpu/cpuid.h
102amd/athlon64_clawhammer.o: amd/athlon64_clawhammer.@CPP_SUFFIX@ ../../bochs.h \
103 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
104 ../../osdep.h ../../gui/siminterface.h \
105 ../../gui/paramtree.h ../../pc_system.h \
106 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
107 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
108 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
109 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
110 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h \
111 amd/athlon64_clawhammer.h ../../cpu/cpuid.h
112amd/athlon64_venice.o: amd/athlon64_venice.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
113 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
114 ../../gui/siminterface.h ../../gui/paramtree.h \
115 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
116 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
117 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
118 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
119 ../svm.h ../cpuid.h ../access.h amd/athlon64_venice.h ../../cpu/cpuid.h
120amd/phenomx3_8650_toliman.o: amd/phenomx3_8650_toliman.@CPP_SUFFIX@ ../../bochs.h \
121 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
122 ../../osdep.h ../../gui/siminterface.h \
123 ../../gui/paramtree.h ../../pc_system.h \
124 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
125 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
126 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
127 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
128 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
129 amd/phenomx3_8650_toliman.h ../../cpu/cpuid.h
130amd/ryzen.o: amd/ryzen.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
131 ../../bx_debug/debug.h ../../config.h ../../osdep.h \
132 ../../gui/siminterface.h ../../gui/paramtree.h \
133 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
134 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
135 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
136 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
137 ../svm.h ../cpuid.h ../access.h ../../param_names.h amd/ryzen.h \
138 ../../cpu/cpuid.h
139amd/trinity_apu.o: amd/trinity_apu.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
140 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
141 ../../gui/siminterface.h ../../gui/paramtree.h \
142 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
143 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
144 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
145 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
146 ../svm.h ../cpuid.h ../access.h ../../param_names.h amd/trinity_apu.h \
147 ../../cpu/cpuid.h
148amd/turion64_tyler.o: amd/turion64_tyler.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
149 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
150 ../../gui/siminterface.h ../../gui/paramtree.h \
151 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
152 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
153 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
154 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
155 ../svm.h ../cpuid.h ../access.h amd/turion64_tyler.h ../../cpu/cpuid.h
156amd/zambezi.o: amd/zambezi.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
157 ../../bx_debug/debug.h ../../config.h ../../osdep.h \
158 ../../gui/siminterface.h ../../gui/paramtree.h \
159 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
160 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
161 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
162 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
163 ../svm.h ../cpuid.h ../access.h ../../param_names.h amd/zambezi.h \
164 ../../cpu/cpuid.h
165intel/atom_n270.o: intel/atom_n270.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
166 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
167 ../../gui/siminterface.h ../../gui/paramtree.h \
168 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
169 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
170 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
171 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
172 ../svm.h ../cpuid.h ../access.h ../../param_names.h intel/atom_n270.h \
173 ../../cpu/cpuid.h
174intel/broadwell_ult.o: intel/broadwell_ult.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
175 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
176 ../../gui/siminterface.h ../../gui/paramtree.h \
177 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
178 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
179 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
180 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
181 ../svm.h ../cpuid.h ../access.h ../../param_names.h \
182 intel/broadwell_ult.h ../../cpu/cpuid.h
183intel/core_duo_t2400_yonah.o: intel/core_duo_t2400_yonah.@CPP_SUFFIX@ ../../bochs.h \
184 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
185 ../../osdep.h ../../gui/siminterface.h \
186 ../../gui/paramtree.h ../../pc_system.h \
187 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
188 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
189 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
190 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
191 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
192 intel/core_duo_t2400_yonah.h ../../cpu/cpuid.h
193intel/core2_penryn_t9600.o: intel/core2_penryn_t9600.@CPP_SUFFIX@ ../../bochs.h \
194 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
195 ../../osdep.h ../../gui/siminterface.h \
196 ../../gui/paramtree.h ../../pc_system.h \
197 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
198 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
199 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
200 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
201 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
202 intel/core2_penryn_t9600.h ../../cpu/cpuid.h
203intel/corei5_arrandale_m520.o: intel/corei5_arrandale_m520.@CPP_SUFFIX@ ../../bochs.h \
204 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
205 ../../osdep.h ../../gui/siminterface.h \
206 ../../gui/paramtree.h ../../pc_system.h \
207 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
208 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
209 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
210 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
211 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
212 intel/corei5_arrandale_m520.h ../../cpu/cpuid.h
213intel/corei5_lynnfield_750.o: intel/corei5_lynnfield_750.@CPP_SUFFIX@ ../../bochs.h \
214 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
215 ../../osdep.h ../../gui/siminterface.h \
216 ../../gui/paramtree.h ../../pc_system.h \
217 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
218 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
219 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
220 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
221 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
222 intel/corei5_lynnfield_750.h ../../cpu/cpuid.h
223intel/corei7_haswell_4770.o: intel/corei7_haswell_4770.@CPP_SUFFIX@ ../../bochs.h \
224 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
225 ../../osdep.h ../../gui/siminterface.h \
226 ../../gui/paramtree.h ../../pc_system.h \
227 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
228 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
229 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
230 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
231 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
232 intel/corei7_haswell_4770.h ../../cpu/cpuid.h
233intel/corei7_ivy_bridge_3770K.o: intel/corei7_ivy_bridge_3770K.@CPP_SUFFIX@ ../../bochs.h \
234 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
235 ../../osdep.h ../../gui/siminterface.h \
236 ../../gui/paramtree.h ../../pc_system.h \
237 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
238 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
239 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
240 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
241 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
242 intel/corei7_ivy_bridge_3770K.h ../../cpu/cpuid.h
243intel/corei7_sandy_bridge_2600K.o: intel/corei7_sandy_bridge_2600K.@CPP_SUFFIX@ \
244 ../../bochs.h ../../config.h ../../osdep.h ../../bx_debug/debug.h \
245 ../../config.h ../../osdep.h ../../gui/siminterface.h \
246 ../../gui/paramtree.h ../../pc_system.h \
247 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
248 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
249 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
250 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
251 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
252 intel/corei7_sandy_bridge_2600K.h ../../cpu/cpuid.h
253intel/corei7_skylake-x.o: intel/corei7_skylake-x.@CPP_SUFFIX@ ../../bochs.h \
254 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
255 ../../osdep.h ../../gui/siminterface.h \
256 ../../gui/paramtree.h ../../pc_system.h \
257 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
258 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
259 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
260 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
261 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
262 intel/corei7_skylake-x.h ../../cpu/cpuid.h
263intel/corei3_cnl.o: intel/corei3_cnl.@CPP_SUFFIX@ ../../bochs.h \
264 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
265 ../../osdep.h ../../gui/siminterface.h \
266 ../../gui/paramtree.h ../../pc_system.h \
267 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
268 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
269 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
270 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
271 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
272 intel/corei3_cnl.h ../../cpu/cpuid.h
273intel/corei7_icelake-u.o: intel/corei7_icelake-u.@CPP_SUFFIX@ ../../bochs.h \
274 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
275 ../../osdep.h ../../gui/siminterface.h \
276 ../../gui/paramtree.h ../../pc_system.h \
277 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
278 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
279 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
280 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
281 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
282 intel/corei7_icelake-u.h ../../cpu/cpuid.h
283intel/tigerlake.o: intel/tigerlake.@CPP_SUFFIX@ ../../bochs.h \
284 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
285 ../../osdep.h ../../gui/siminterface.h \
286 ../../gui/paramtree.h ../../pc_system.h \
287 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
288 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
289 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
290 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
291 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
292 intel/tigerlake.h ../../cpu/cpuid.h
293intel/p2_klamath.o: intel/p2_klamath.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
294 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
295 ../../gui/siminterface.h ../../gui/paramtree.h \
296 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
297 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
298 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
299 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
300 ../svm.h ../cpuid.h ../access.h intel/p2_klamath.h ../../cpu/cpuid.h
301intel/p3_katmai.o: intel/p3_katmai.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
302 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
303 ../../gui/siminterface.h ../../gui/paramtree.h \
304 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
305 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
306 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
307 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
308 ../svm.h ../cpuid.h ../access.h intel/p3_katmai.h ../../cpu/cpuid.h
309intel/p4_prescott_celeron_336.o: intel/p4_prescott_celeron_336.@CPP_SUFFIX@ ../../bochs.h \
310 ../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
311 ../../osdep.h ../../gui/siminterface.h \
312 ../../gui/paramtree.h ../../pc_system.h \
313 ../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
314 ../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
315 ../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
316 ../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
317 ../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h \
318 intel/p4_prescott_celeron_336.h ../../cpu/cpuid.h
319intel/p4_willamette.o: intel/p4_willamette.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
320 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
321 ../../gui/siminterface.h ../../gui/paramtree.h \
322 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
323 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
324 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
325 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
326 ../svm.h ../cpuid.h ../access.h intel/p4_willamette.h ../../cpu/cpuid.h
327intel/pentium.o: intel/pentium.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
328 ../../bx_debug/debug.h ../../config.h ../../osdep.h \
329 ../../gui/siminterface.h ../../gui/paramtree.h \
330 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
331 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
332 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
333 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
334 ../svm.h ../cpuid.h ../access.h intel/pentium.h ../../cpu/cpuid.h
335intel/pentium_mmx.o: intel/pentium_mmx.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
336 ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
337 ../../gui/siminterface.h ../../gui/paramtree.h \
338 ../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
339 ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
340 ../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
341 ../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
342 ../svm.h ../cpuid.h ../access.h intel/pentium_mmx.h ../../cpu/cpuid.h
343