]>
Commit | Line | Data |
---|---|---|
e0001a05 | 1 | # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am |
252b5132 | 2 | |
2469cfa2 | 3 | # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
252b5132 RH |
4 | # This Makefile.in is free software; the Free Software Foundation |
5 | # gives unlimited permission to copy and/or distribute it, | |
6 | # with or without modifications, as long as this notice is preserved. | |
7 | ||
8 | # This program is distributed in the hope that it will be useful, | |
9 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
10 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
11 | # PARTICULAR PURPOSE. | |
12 | ||
a2d91340 | 13 | |
252b5132 RH |
14 | SHELL = @SHELL@ |
15 | ||
16 | srcdir = @srcdir@ | |
17 | top_srcdir = @top_srcdir@ | |
18 | VPATH = @srcdir@ | |
19 | prefix = @prefix@ | |
20 | exec_prefix = @exec_prefix@ | |
21 | ||
22 | bindir = @bindir@ | |
23 | sbindir = @sbindir@ | |
24 | libexecdir = @libexecdir@ | |
25 | datadir = @datadir@ | |
26 | sysconfdir = @sysconfdir@ | |
27 | sharedstatedir = @sharedstatedir@ | |
28 | localstatedir = @localstatedir@ | |
29 | libdir = @libdir@ | |
30 | infodir = @infodir@ | |
31 | mandir = @mandir@ | |
32 | includedir = @includedir@ | |
33 | oldincludedir = /usr/include | |
34 | ||
35 | DESTDIR = | |
36 | ||
37 | pkgdatadir = $(datadir)/@PACKAGE@ | |
38 | pkglibdir = $(libdir)/@PACKAGE@ | |
39 | pkgincludedir = $(includedir)/@PACKAGE@ | |
40 | ||
41 | top_builddir = . | |
42 | ||
43 | ACLOCAL = @ACLOCAL@ | |
44 | AUTOCONF = @AUTOCONF@ | |
45 | AUTOMAKE = @AUTOMAKE@ | |
46 | AUTOHEADER = @AUTOHEADER@ | |
47 | ||
48 | INSTALL = @INSTALL@ | |
a2d91340 | 49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
252b5132 RH |
50 | INSTALL_DATA = @INSTALL_DATA@ |
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
52 | transform = @program_transform_name@ | |
53 | ||
54 | NORMAL_INSTALL = : | |
55 | PRE_INSTALL = : | |
56 | POST_INSTALL = : | |
57 | NORMAL_UNINSTALL = : | |
58 | PRE_UNINSTALL = : | |
59 | POST_UNINSTALL = : | |
60 | build_alias = @build_alias@ | |
61 | build_triplet = @build@ | |
62 | host_alias = @host_alias@ | |
63 | host_triplet = @host@ | |
64 | target_alias = @target_alias@ | |
65 | target_triplet = @target@ | |
66 | AR = @AR@ | |
67 | AS = @AS@ | |
68 | BFD_MACHINES = @BFD_MACHINES@ | |
69 | CATALOGS = @CATALOGS@ | |
70 | CATOBJEXT = @CATOBJEXT@ | |
71 | CC = @CC@ | |
dc62a253 | 72 | CC_FOR_BUILD = @CC_FOR_BUILD@ |
ed265386 NC |
73 | CXX = @CXX@ |
74 | CXXCPP = @CXXCPP@ | |
252b5132 RH |
75 | DATADIRNAME = @DATADIRNAME@ |
76 | DLLTOOL = @DLLTOOL@ | |
77 | EXEEXT = @EXEEXT@ | |
dc62a253 | 78 | EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ |
09919455 NC |
79 | GCJ = @GCJ@ |
80 | GCJFLAGS = @GCJFLAGS@ | |
252b5132 RH |
81 | GMOFILES = @GMOFILES@ |
82 | GMSGFMT = @GMSGFMT@ | |
83 | GT_NO = @GT_NO@ | |
84 | GT_YES = @GT_YES@ | |
85 | HDEFINES = @HDEFINES@ | |
86 | INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ | |
87 | INSTOBJEXT = @INSTOBJEXT@ | |
88 | INTLDEPS = @INTLDEPS@ | |
89 | INTLLIBS = @INTLLIBS@ | |
90 | INTLOBJS = @INTLOBJS@ | |
252b5132 RH |
91 | LIBTOOL = @LIBTOOL@ |
92 | LN_S = @LN_S@ | |
93 | MAINT = @MAINT@ | |
94 | MAKEINFO = @MAKEINFO@ | |
95 | MKINSTALLDIRS = @MKINSTALLDIRS@ | |
96 | MSGFMT = @MSGFMT@ | |
a74801ba | 97 | OBJDUMP = @OBJDUMP@ |
ed265386 | 98 | OBJEXT = @OBJEXT@ |
252b5132 RH |
99 | PACKAGE = @PACKAGE@ |
100 | POFILES = @POFILES@ | |
101 | POSUB = @POSUB@ | |
102 | RANLIB = @RANLIB@ | |
ed265386 | 103 | STRIP = @STRIP@ |
252b5132 RH |
104 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ |
105 | USE_NLS = @USE_NLS@ | |
252b5132 RH |
106 | VERSION = @VERSION@ |
107 | WIN32LDFLAGS = @WIN32LDFLAGS@ | |
108 | WIN32LIBADD = @WIN32LIBADD@ | |
109 | archdefs = @archdefs@ | |
6e31aea3 | 110 | cgendir = @cgendir@ |
252b5132 RH |
111 | l = @l@ |
112 | ||
113 | AUTOMAKE_OPTIONS = cygnus | |
114 | ||
115 | SUBDIRS = po | |
116 | ||
117 | INCDIR = $(srcdir)/../include | |
118 | BFDDIR = $(srcdir)/../bfd | |
41b49281 | 119 | MKDEP = gcc -MM |
252b5132 | 120 | |
a2d91340 AC |
121 | WARN_CFLAGS = @WARN_CFLAGS@ |
122 | AM_CFLAGS = $(WARN_CFLAGS) | |
123 | ||
81172ff2 AM |
124 | bfdlibdir = @bfdlibdir@ |
125 | bfdincludedir = @bfdincludedir@ | |
126 | ||
127 | bfdlib_LTLIBRARIES = libopcodes.la | |
252b5132 RH |
128 | |
129 | # This is where bfd.h lives. | |
130 | BFD_H = ../bfd/bfd.h | |
131 | ||
0ab71ce3 NC |
132 | # This is where libiberty lives. |
133 | LIBIBERTY = ../libiberty/libiberty.a | |
134 | ||
252b5132 RH |
135 | # Header files. |
136 | HFILES = \ | |
137 | arm-opc.h \ | |
138 | fr30-desc.h fr30-opc.h \ | |
fd3c93d5 | 139 | frv-desc.h frv-opc.h \ |
252b5132 | 140 | h8500-opc.h \ |
43079f18 NC |
141 | ia64-asmtab.h \ |
142 | ia64-opc.h \ | |
a40cbfa3 | 143 | ip2k-desc.h ip2k-opc.h \ |
47b1a55a | 144 | iq2000-desc.h iq2000-opc.h \ |
252b5132 RH |
145 | m32r-desc.h m32r-opc.h \ |
146 | mcore-opc.h \ | |
87e6d782 | 147 | openrisc-desc.h openrisc-opc.h \ |
252b5132 | 148 | sh-opc.h \ |
43079f18 | 149 | sh64-opc.h \ |
252b5132 RH |
150 | sysdep.h \ |
151 | w65-opc.h \ | |
93fbbb04 | 152 | xstormy16-desc.h xstormy16-opc.h \ |
252b5132 RH |
153 | z8k-opc.h |
154 | ||
155 | ||
156 | # C source files that correspond to .o's. | |
157 | CFILES = \ | |
158 | a29k-dis.c \ | |
159 | alpha-dis.c \ | |
160 | alpha-opc.c \ | |
71f22174 AS |
161 | arc-dis.c \ |
162 | arc-opc.c \ | |
0d2bcfaf | 163 | arc-ext.c \ |
252b5132 | 164 | arm-dis.c \ |
832ddf62 | 165 | avr-dis.c \ |
252b5132 RH |
166 | cgen-asm.c \ |
167 | cgen-dis.c \ | |
168 | cgen-opc.c \ | |
6c95a37f HPN |
169 | cris-dis.c \ |
170 | cris-opc.c \ | |
252b5132 RH |
171 | d10v-dis.c \ |
172 | d10v-opc.c \ | |
173 | d30v-dis.c \ | |
174 | d30v-opc.c \ | |
d172d4ba | 175 | dlx-dis.c \ |
252b5132 RH |
176 | dis-buf.c \ |
177 | disassemble.c \ | |
178 | fr30-asm.c \ | |
179 | fr30-desc.c \ | |
180 | fr30-dis.c \ | |
181 | fr30-ibld.c \ | |
182 | fr30-opc.c \ | |
fd3c93d5 DB |
183 | frv-asm.c \ |
184 | frv-desc.c \ | |
185 | frv-dis.c \ | |
186 | frv-ibld.c \ | |
187 | frv-opc.c \ | |
252b5132 RH |
188 | h8300-dis.c \ |
189 | h8500-dis.c \ | |
190 | hppa-dis.c \ | |
5b93d8bb AM |
191 | i370-dis.c \ |
192 | i370-opc.c \ | |
252b5132 | 193 | i386-dis.c \ |
9d751335 | 194 | i860-dis.c \ |
252b5132 | 195 | i960-dis.c \ |
800eeca4 JW |
196 | ia64-dis.c \ |
197 | ia64-opc-a.c \ | |
198 | ia64-opc-b.c \ | |
199 | ia64-opc-f.c \ | |
200 | ia64-opc-i.c \ | |
201 | ia64-opc-m.c \ | |
202 | ia64-opc-d.c \ | |
203 | ia64-opc.c \ | |
204 | ia64-gen.c \ | |
205 | ia64-asmtab.c \ | |
a40cbfa3 NC |
206 | ip2k-asm.c \ |
207 | ip2k-desc.c \ | |
208 | ip2k-dis.c \ | |
209 | ip2k-ibld.c \ | |
210 | ip2k-opc.c \ | |
47b1a55a SC |
211 | iq2000-asm.c \ |
212 | iq2000-desc.c \ | |
213 | iq2000-dis.c \ | |
214 | iq2000-ibld.c \ | |
215 | iq2000-opc.c \ | |
252b5132 RH |
216 | m32r-asm.c \ |
217 | m32r-desc.c \ | |
218 | m32r-dis.c \ | |
219 | m32r-ibld.c \ | |
220 | m32r-opc.c \ | |
221 | m32r-opinst.c \ | |
60bcf0fa NC |
222 | m68hc11-dis.c \ |
223 | m68hc11-opc.c \ | |
252b5132 RH |
224 | m68k-dis.c \ |
225 | m68k-opc.c \ | |
226 | m88k-dis.c \ | |
227 | mcore-dis.c \ | |
228 | mips-dis.c \ | |
229 | mips-opc.c \ | |
230 | mips16-opc.c \ | |
231 | m10200-dis.c \ | |
232 | m10200-opc.c \ | |
233 | m10300-dis.c \ | |
234 | m10300-opc.c \ | |
3c3bdf30 NC |
235 | mmix-dis.c \ |
236 | mmix-opc.c \ | |
252b5132 | 237 | ns32k-dis.c \ |
87e6d782 NC |
238 | openrisc-asm.c \ |
239 | openrisc-desc.c \ | |
240 | openrisc-dis.c \ | |
241 | openrisc-ibld.c \ | |
242 | openrisc-opc.c \ | |
3b16e843 NC |
243 | or32-dis.c \ |
244 | or32-opc.c \ | |
e135f41b NC |
245 | pdp11-dis.c \ |
246 | pdp11-opc.c \ | |
1e608f98 ILT |
247 | pj-dis.c \ |
248 | pj-opc.c \ | |
252b5132 RH |
249 | ppc-dis.c \ |
250 | ppc-opc.c \ | |
b6849f55 | 251 | s390-mkopc.c \ |
a85d7ed0 NC |
252 | s390-opc.c \ |
253 | s390-dis.c \ | |
252b5132 | 254 | sh-dis.c \ |
43079f18 NC |
255 | sh64-dis.c \ |
256 | sh64-opc.c \ | |
252b5132 RH |
257 | sparc-dis.c \ |
258 | sparc-opc.c \ | |
259 | tic30-dis.c \ | |
026df7c5 | 260 | tic4x-dis.c \ |
5c84d377 TW |
261 | tic54x-dis.c \ |
262 | tic54x-opc.c \ | |
252b5132 RH |
263 | tic80-dis.c \ |
264 | tic80-opc.c \ | |
71f22174 AS |
265 | v850-dis.c \ |
266 | v850-opc.c \ | |
252b5132 RH |
267 | vax-dis.c \ |
268 | w65-dis.c \ | |
93fbbb04 GK |
269 | xstormy16-asm.c \ |
270 | xstormy16-desc.c \ | |
271 | xstormy16-dis.c \ | |
272 | xstormy16-ibld.c \ | |
273 | xstormy16-opc.c \ | |
e0001a05 | 274 | xtensa-dis.c \ |
252b5132 RH |
275 | z8k-dis.c \ |
276 | z8kgen.c | |
277 | ||
278 | ||
279 | ALL_MACHINES = \ | |
280 | a29k-dis.lo \ | |
281 | alpha-dis.lo \ | |
282 | alpha-opc.lo \ | |
283 | arc-dis.lo \ | |
284 | arc-opc.lo \ | |
0d2bcfaf | 285 | arc-ext.lo \ |
252b5132 | 286 | arm-dis.lo \ |
832ddf62 | 287 | avr-dis.lo \ |
252b5132 RH |
288 | cgen-asm.lo \ |
289 | cgen-dis.lo \ | |
290 | cgen-opc.lo \ | |
6c95a37f HPN |
291 | cris-dis.lo \ |
292 | cris-opc.lo \ | |
252b5132 RH |
293 | d10v-dis.lo \ |
294 | d10v-opc.lo \ | |
295 | d30v-dis.lo \ | |
296 | d30v-opc.lo \ | |
d172d4ba | 297 | dlx-dis.lo \ |
252b5132 RH |
298 | fr30-asm.lo \ |
299 | fr30-desc.lo \ | |
300 | fr30-dis.lo \ | |
301 | fr30-ibld.lo \ | |
302 | fr30-opc.lo \ | |
fd3c93d5 DB |
303 | frv-asm.lo \ |
304 | frv-desc.lo \ | |
305 | frv-dis.lo \ | |
306 | frv-ibld.lo \ | |
307 | frv-opc.lo \ | |
252b5132 RH |
308 | h8300-dis.lo \ |
309 | h8500-dis.lo \ | |
310 | hppa-dis.lo \ | |
311 | i386-dis.lo \ | |
5b93d8bb AM |
312 | i370-dis.lo \ |
313 | i370-opc.lo \ | |
9d751335 | 314 | i860-dis.lo \ |
252b5132 | 315 | i960-dis.lo \ |
800eeca4 JW |
316 | ia64-dis.lo \ |
317 | ia64-opc.lo \ | |
a40cbfa3 NC |
318 | ip2k-asm.lo \ |
319 | ip2k-desc.lo \ | |
320 | ip2k-dis.lo \ | |
321 | ip2k-ibld.lo \ | |
322 | ip2k-opc.lo \ | |
47b1a55a SC |
323 | iq2000-asm.lo \ |
324 | iq2000-desc.lo \ | |
325 | iq2000-dis.lo \ | |
326 | iq2000-ibld.lo \ | |
327 | iq2000-opc.lo \ | |
252b5132 RH |
328 | m32r-asm.lo \ |
329 | m32r-desc.lo \ | |
330 | m32r-dis.lo \ | |
331 | m32r-ibld.lo \ | |
332 | m32r-opc.lo \ | |
333 | m32r-opinst.lo \ | |
60bcf0fa NC |
334 | m68hc11-dis.lo \ |
335 | m68hc11-opc.lo \ | |
252b5132 RH |
336 | m68k-dis.lo \ |
337 | m68k-opc.lo \ | |
338 | m88k-dis.lo \ | |
339 | m10200-dis.lo \ | |
340 | m10200-opc.lo \ | |
341 | m10300-dis.lo \ | |
342 | m10300-opc.lo \ | |
343 | mcore-dis.lo \ | |
344 | mips-dis.lo \ | |
345 | mips-opc.lo \ | |
346 | mips16-opc.lo \ | |
3c3bdf30 NC |
347 | mmix-dis.lo \ |
348 | mmix-opc.lo \ | |
40065372 | 349 | msp430-dis.lo \ |
e135f41b | 350 | ns32k-dis.lo \ |
87e6d782 NC |
351 | openrisc-asm.lo \ |
352 | openrisc-desc.lo \ | |
353 | openrisc-dis.lo \ | |
354 | openrisc-ibld.lo \ | |
355 | openrisc-opc.lo \ | |
3b16e843 NC |
356 | or32-dis.lo \ |
357 | or32-opc.lo \ | |
e135f41b NC |
358 | pdp11-dis.lo \ |
359 | pdp11-opc.lo \ | |
1e608f98 ILT |
360 | pj-dis.lo \ |
361 | pj-opc.lo \ | |
252b5132 RH |
362 | ppc-dis.lo \ |
363 | ppc-opc.lo \ | |
a85d7ed0 NC |
364 | s390-dis.lo \ |
365 | s390-opc.lo \ | |
252b5132 | 366 | sh-dis.lo \ |
43079f18 NC |
367 | sh64-dis.lo \ |
368 | sh64-opc.lo \ | |
252b5132 RH |
369 | sparc-dis.lo \ |
370 | sparc-opc.lo \ | |
371 | tic30-dis.lo \ | |
026df7c5 | 372 | tic4x-dis.lo \ |
5c84d377 TW |
373 | tic54x-dis.lo \ |
374 | tic54x-opc.lo \ | |
252b5132 RH |
375 | tic80-dis.lo \ |
376 | tic80-opc.lo \ | |
377 | v850-dis.lo \ | |
378 | v850-opc.lo \ | |
379 | vax-dis.lo \ | |
380 | w65-dis.lo \ | |
93fbbb04 GK |
381 | xstormy16-asm.lo \ |
382 | xstormy16-desc.lo \ | |
383 | xstormy16-dis.lo \ | |
384 | xstormy16-ibld.lo \ | |
385 | xstormy16-opc.lo \ | |
e0001a05 | 386 | xtensa-dis.lo \ |
252b5132 RH |
387 | z8k-dis.lo |
388 | ||
389 | ||
390 | OFILES = @BFD_MACHINES@ | |
391 | ||
392 | INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl | |
393 | ||
394 | libopcodes_la_SOURCES = dis-buf.c disassemble.c | |
395 | libopcodes_la_DEPENDENCIES = $(OFILES) | |
396 | libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ | |
397 | libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ | |
398 | ||
399 | # libtool will build .libs/libopcodes.a. We create libopcodes.a in | |
400 | # the build directory so that we don't have to convert all the | |
401 | # programs that use libopcodes.a simultaneously. This is a hack which | |
402 | # should be removed if everything else starts using libtool. FIXME. | |
403 | ||
404 | noinst_LIBRARIES = libopcodes.a | |
405 | ||
406 | POTFILES = $(HFILES) $(CFILES) | |
407 | ||
408 | CLEANFILES = \ | |
f62ba8f2 AM |
409 | stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \ |
410 | stamp-iq2000 stamp-xstormy16 \ | |
0bdaf48b | 411 | libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2 |
252b5132 | 412 | |
6e31aea3 BE |
413 | |
414 | CGENDIR = @cgendir@ | |
4a3264e6 | 415 | CPUDIR = $(CGENDIR)/cpu |
6e31aea3 BE |
416 | CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` |
417 | CGENFLAGS = -v | |
418 | ||
bc98a631 | 419 | CGENDEPS = \ |
6e31aea3 BE |
420 | $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \ |
421 | $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \ | |
422 | $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \ | |
423 | $(CGENDIR)/opc-opinst.scm \ | |
424 | cgen-asm.in cgen-dis.in cgen-ibld.in | |
425 | ||
4714fbc0 DE |
426 | |
427 | CGEN_CPUS = fr30 frv ip2k m32r openrisc xstormy16 | |
50e0eb66 AM |
428 | @CGEN_MAINT_TRUE@IP2K_DEPS = @CGEN_MAINT_TRUE@stamp-ip2k |
429 | @CGEN_MAINT_FALSE@IP2K_DEPS = | |
430 | @CGEN_MAINT_TRUE@M32R_DEPS = @CGEN_MAINT_TRUE@stamp-m32r | |
431 | @CGEN_MAINT_FALSE@M32R_DEPS = | |
432 | @CGEN_MAINT_TRUE@FR30_DEPS = @CGEN_MAINT_TRUE@stamp-fr30 | |
433 | @CGEN_MAINT_FALSE@FR30_DEPS = | |
434 | @CGEN_MAINT_TRUE@FRV_DEPS = @CGEN_MAINT_TRUE@stamp-frv | |
435 | @CGEN_MAINT_FALSE@FRV_DEPS = | |
436 | @CGEN_MAINT_TRUE@OPENRISC_DEPS = @CGEN_MAINT_TRUE@stamp-openrisc | |
437 | @CGEN_MAINT_FALSE@OPENRISC_DEPS = | |
f62ba8f2 AM |
438 | @CGEN_MAINT_TRUE@IQ2000_DEPS = @CGEN_MAINT_TRUE@stamp-iq2000 |
439 | @CGEN_MAINT_FALSE@IQ2000_DEPS = | |
50e0eb66 AM |
440 | @CGEN_MAINT_TRUE@XSTORMY16_DEPS = @CGEN_MAINT_TRUE@stamp-xstormy16 |
441 | @CGEN_MAINT_FALSE@XSTORMY16_DEPS = | |
252b5132 RH |
442 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
443 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | |
444 | CONFIG_HEADER = config.h | |
445 | CONFIG_CLEAN_FILES = | |
446 | LIBRARIES = $(noinst_LIBRARIES) | |
447 | ||
448 | ||
449 | DEFS = @DEFS@ -I. -I$(srcdir) -I. | |
450 | CPPFLAGS = @CPPFLAGS@ | |
451 | LDFLAGS = @LDFLAGS@ | |
452 | LIBS = @LIBS@ | |
453 | libopcodes_a_LIBADD = | |
454 | libopcodes_a_SOURCES = libopcodes.a.c | |
ed265386 | 455 | libopcodes_a_OBJECTS = libopcodes.a.$(OBJEXT) |
81172ff2 | 456 | LTLIBRARIES = $(bfdlib_LTLIBRARIES) |
252b5132 | 457 | |
a2d91340 AC |
458 | libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo |
459 | CFLAGS = @CFLAGS@ | |
252b5132 RH |
460 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
461 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
462 | CCLD = $(CC) | |
a2d91340 AC |
463 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
464 | DIST_COMMON = ./stamp-h.in ChangeLog Makefile.am Makefile.in \ | |
465 | acinclude.m4 aclocal.m4 config.in configure configure.in | |
252b5132 RH |
466 | |
467 | ||
a2d91340 | 468 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
252b5132 | 469 | |
e0001a05 | 470 | TAR = gtar |
252b5132 RH |
471 | GZIP_ENV = --best |
472 | SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES) | |
ed265386 | 473 | OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS) |
252b5132 RH |
474 | |
475 | all: all-redirect | |
476 | .SUFFIXES: | |
ed265386 | 477 | .SUFFIXES: .S .c .lo .o .obj .s |
252b5132 RH |
478 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
479 | cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile | |
480 | ||
481 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
482 | cd $(top_builddir) \ | |
483 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
484 | ||
485 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 | |
486 | cd $(srcdir) && $(ACLOCAL) | |
487 | $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | |
488 | cd $(srcdir) && $(AUTOCONF) | |
489 | ||
490 | config.h: stamp-h | |
491 | @if test ! -f $@; then \ | |
492 | rm -f stamp-h; \ | |
493 | $(MAKE) stamp-h; \ | |
494 | else :; fi | |
495 | stamp-h: $(srcdir)/config.in $(top_builddir)/config.status | |
496 | cd $(top_builddir) \ | |
497 | && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \ | |
498 | $(SHELL) ./config.status | |
a2d91340 AC |
499 | @echo timestamp > stamp-h 2> /dev/null |
500 | $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in | |
252b5132 | 501 | @if test ! -f $@; then \ |
a2d91340 AC |
502 | rm -f $(srcdir)/stamp-h.in; \ |
503 | $(MAKE) $(srcdir)/stamp-h.in; \ | |
252b5132 | 504 | else :; fi |
a2d91340 | 505 | $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) |
252b5132 | 506 | cd $(top_srcdir) && $(AUTOHEADER) |
a2d91340 | 507 | @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null |
252b5132 RH |
508 | |
509 | mostlyclean-hdr: | |
510 | ||
511 | clean-hdr: | |
512 | ||
513 | distclean-hdr: | |
514 | -rm -f config.h | |
515 | ||
516 | maintainer-clean-hdr: | |
517 | ||
518 | mostlyclean-noinstLIBRARIES: | |
519 | ||
520 | clean-noinstLIBRARIES: | |
521 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
522 | ||
523 | distclean-noinstLIBRARIES: | |
524 | ||
525 | maintainer-clean-noinstLIBRARIES: | |
526 | ||
a2d91340 AC |
527 | .c.o: |
528 | $(COMPILE) -c $< | |
529 | ||
ed265386 NC |
530 | # FIXME: We should only use cygpath when building on Windows, |
531 | # and only if it is available. | |
532 | .c.obj: | |
533 | $(COMPILE) -c `cygpath -w $<` | |
534 | ||
a2d91340 AC |
535 | .s.o: |
536 | $(COMPILE) -c $< | |
537 | ||
538 | .S.o: | |
539 | $(COMPILE) -c $< | |
540 | ||
252b5132 RH |
541 | mostlyclean-compile: |
542 | -rm -f *.o core *.core | |
ed265386 | 543 | -rm -f *.$(OBJEXT) |
252b5132 RH |
544 | |
545 | clean-compile: | |
546 | ||
547 | distclean-compile: | |
548 | -rm -f *.tab.c | |
549 | ||
550 | maintainer-clean-compile: | |
551 | ||
a2d91340 AC |
552 | .c.lo: |
553 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
554 | ||
555 | .s.lo: | |
556 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
557 | ||
558 | .S.lo: | |
559 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
560 | ||
252b5132 RH |
561 | mostlyclean-libtool: |
562 | -rm -f *.lo | |
563 | ||
564 | clean-libtool: | |
565 | -rm -rf .libs _libs | |
566 | ||
567 | distclean-libtool: | |
568 | ||
569 | maintainer-clean-libtool: | |
570 | ||
81172ff2 | 571 | mostlyclean-bfdlibLTLIBRARIES: |
252b5132 | 572 | |
81172ff2 AM |
573 | clean-bfdlibLTLIBRARIES: |
574 | -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES) | |
252b5132 | 575 | |
81172ff2 | 576 | distclean-bfdlibLTLIBRARIES: |
252b5132 | 577 | |
81172ff2 | 578 | maintainer-clean-bfdlibLTLIBRARIES: |
252b5132 RH |
579 | |
580 | libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) | |
81172ff2 | 581 | $(LINK) -rpath $(bfdlibdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS) |
252b5132 RH |
582 | |
583 | # This directory's subdirectories are mostly independent; you can cd | |
584 | # into them and run `make' without going through this Makefile. | |
585 | # To change the values of `make' variables: instead of editing Makefiles, | |
586 | # (1) if the variable is set in `config.status', edit `config.status' | |
587 | # (which will cause the Makefiles to be regenerated when you run `make'); | |
588 | # (2) otherwise, pass the desired values on the `make' command line. | |
589 | ||
a2d91340 AC |
590 | @SET_MAKE@ |
591 | ||
252b5132 RH |
592 | all-recursive install-data-recursive install-exec-recursive \ |
593 | installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ | |
594 | check-recursive installcheck-recursive info-recursive dvi-recursive: | |
595 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
596 | dot_seen=no; \ | |
597 | target=`echo $@ | sed s/-recursive//`; \ | |
598 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
599 | echo "Making $$target in $$subdir"; \ | |
600 | if test "$$subdir" = "."; then \ | |
601 | dot_seen=yes; \ | |
602 | local_target="$$target-am"; \ | |
603 | else \ | |
604 | local_target="$$target"; \ | |
605 | fi; \ | |
606 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
607 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
608 | done; \ | |
609 | if test "$$dot_seen" = "no"; then \ | |
610 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
611 | fi; test -z "$$fail" | |
612 | ||
613 | mostlyclean-recursive clean-recursive distclean-recursive \ | |
614 | maintainer-clean-recursive: | |
615 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
616 | dot_seen=no; \ | |
617 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | |
618 | rev="$$subdir $$rev"; \ | |
2469cfa2 | 619 | test "$$subdir" != "." || dot_seen=yes; \ |
252b5132 RH |
620 | done; \ |
621 | test "$$dot_seen" = "no" && rev=". $$rev"; \ | |
622 | target=`echo $@ | sed s/-recursive//`; \ | |
623 | for subdir in $$rev; do \ | |
624 | echo "Making $$target in $$subdir"; \ | |
625 | if test "$$subdir" = "."; then \ | |
626 | local_target="$$target-am"; \ | |
627 | else \ | |
628 | local_target="$$target"; \ | |
629 | fi; \ | |
630 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
631 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
632 | done && test -z "$$fail" | |
633 | tags-recursive: | |
634 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
635 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
636 | done | |
637 | ||
638 | tags: TAGS | |
639 | ||
a2d91340 AC |
640 | ID: $(HEADERS) $(SOURCES) $(LISP) |
641 | list='$(SOURCES) $(HEADERS)'; \ | |
642 | unique=`for i in $$list; do echo $$i; done | \ | |
643 | awk ' { files[$$0] = 1; } \ | |
252b5132 | 644 | END { for (i in files) print i; }'`; \ |
a2d91340 AC |
645 | here=`pwd` && cd $(srcdir) \ |
646 | && mkid -f$$here/ID $$unique $(LISP) | |
252b5132 | 647 | |
a2d91340 | 648 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP) |
252b5132 RH |
649 | tags=; \ |
650 | here=`pwd`; \ | |
651 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
652 | if test "$$subdir" = .; then :; else \ | |
653 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | |
654 | fi; \ | |
655 | done; \ | |
a2d91340 AC |
656 | list='$(SOURCES) $(HEADERS)'; \ |
657 | unique=`for i in $$list; do echo $$i; done | \ | |
658 | awk ' { files[$$0] = 1; } \ | |
252b5132 RH |
659 | END { for (i in files) print i; }'`; \ |
660 | test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \ | |
a2d91340 | 661 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS) |
252b5132 RH |
662 | |
663 | mostlyclean-tags: | |
664 | ||
665 | clean-tags: | |
666 | ||
667 | distclean-tags: | |
668 | -rm -f TAGS ID | |
669 | ||
670 | maintainer-clean-tags: | |
671 | ||
672 | distdir = $(PACKAGE)-$(VERSION) | |
673 | top_distdir = $(distdir) | |
674 | ||
675 | # This target untars the dist file and tries a VPATH configuration. Then | |
676 | # it guarantees that the distribution is self-contained by making another | |
677 | # tarfile. | |
678 | distcheck: dist | |
a2d91340 AC |
679 | -rm -rf $(distdir) |
680 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | |
252b5132 RH |
681 | mkdir $(distdir)/=build |
682 | mkdir $(distdir)/=inst | |
a2d91340 AC |
683 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
684 | cd $(distdir)/=build \ | |
252b5132 RH |
685 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ |
686 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
687 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
688 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
689 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
690 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
a2d91340 AC |
691 | && $(MAKE) $(AM_MAKEFLAGS) dist |
692 | -rm -rf $(distdir) | |
252b5132 RH |
693 | @banner="$(distdir).tar.gz is ready for distribution"; \ |
694 | dashes=`echo "$$banner" | sed s/./=/g`; \ | |
695 | echo "$$dashes"; \ | |
696 | echo "$$banner"; \ | |
697 | echo "$$dashes" | |
698 | dist: distdir | |
a2d91340 AC |
699 | -chmod -R a+r $(distdir) |
700 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
701 | -rm -rf $(distdir) | |
252b5132 | 702 | dist-all: distdir |
a2d91340 AC |
703 | -chmod -R a+r $(distdir) |
704 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
705 | -rm -rf $(distdir) | |
252b5132 | 706 | distdir: $(DISTFILES) |
a2d91340 | 707 | -rm -rf $(distdir) |
252b5132 | 708 | mkdir $(distdir) |
a2d91340 | 709 | -chmod 777 $(distdir) |
252b5132 RH |
710 | @for file in $(DISTFILES); do \ |
711 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ | |
712 | if test -d $$d/$$file; then \ | |
a2d91340 | 713 | cp -pr $$d/$$file $(distdir)/$$file; \ |
252b5132 RH |
714 | else \ |
715 | test -f $(distdir)/$$file \ | |
a2d91340 AC |
716 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
717 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
252b5132 RH |
718 | fi; \ |
719 | done | |
720 | for subdir in $(SUBDIRS); do \ | |
721 | if test "$$subdir" = .; then :; else \ | |
722 | test -d $(distdir)/$$subdir \ | |
723 | || mkdir $(distdir)/$$subdir \ | |
724 | || exit 1; \ | |
a2d91340 | 725 | chmod 777 $(distdir)/$$subdir; \ |
252b5132 RH |
726 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ |
727 | || exit 1; \ | |
728 | fi; \ | |
729 | done | |
730 | info-am: | |
731 | info: info-recursive | |
732 | dvi-am: | |
733 | dvi: dvi-recursive | |
734 | check-am: | |
735 | check: check-recursive | |
736 | installcheck-am: | |
737 | installcheck: installcheck-recursive | |
738 | install-info-am: | |
739 | install-info: install-info-recursive | |
740 | all-recursive-am: config.h | |
741 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
742 | ||
81172ff2 | 743 | install-exec-am: |
252b5132 RH |
744 | install-exec: install-exec-recursive |
745 | ||
81172ff2 | 746 | install-data-am: install-bfdlibLTLIBRARIES |
252b5132 RH |
747 | install-data: install-data-recursive |
748 | ||
749 | install-am: all-am | |
750 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
751 | install: install-recursive | |
81172ff2 | 752 | uninstall-am: uninstall-bfdlibLTLIBRARIES |
252b5132 RH |
753 | uninstall: uninstall-recursive |
754 | all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h | |
755 | all-redirect: all-recursive-am | |
756 | install-strip: | |
a2d91340 | 757 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
252b5132 RH |
758 | installdirs: installdirs-recursive |
759 | installdirs-am: | |
81172ff2 | 760 | $(mkinstalldirs) $(DESTDIR)$(bfdlibdir) |
252b5132 RH |
761 | |
762 | ||
763 | mostlyclean-generic: | |
764 | ||
765 | clean-generic: | |
766 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
767 | ||
768 | distclean-generic: | |
769 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
770 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
771 | ||
772 | maintainer-clean-generic: | |
773 | mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \ | |
774 | mostlyclean-compile mostlyclean-libtool \ | |
81172ff2 | 775 | mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \ |
252b5132 RH |
776 | mostlyclean-generic |
777 | ||
778 | mostlyclean: mostlyclean-recursive | |
779 | ||
780 | clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \ | |
81172ff2 | 781 | clean-bfdlibLTLIBRARIES clean-tags clean-generic \ |
252b5132 RH |
782 | mostlyclean-am |
783 | ||
784 | clean: clean-recursive | |
785 | ||
786 | distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \ | |
81172ff2 | 787 | distclean-libtool distclean-bfdlibLTLIBRARIES \ |
252b5132 RH |
788 | distclean-tags distclean-generic clean-am |
789 | -rm -f libtool | |
790 | ||
791 | distclean: distclean-recursive | |
792 | -rm -f config.status | |
793 | ||
794 | maintainer-clean-am: maintainer-clean-hdr \ | |
795 | maintainer-clean-noinstLIBRARIES \ | |
796 | maintainer-clean-compile maintainer-clean-libtool \ | |
81172ff2 AM |
797 | maintainer-clean-bfdlibLTLIBRARIES \ |
798 | maintainer-clean-tags maintainer-clean-generic \ | |
799 | distclean-am | |
252b5132 RH |
800 | @echo "This command is intended for maintainers to use;" |
801 | @echo "it deletes files that may require special tools to rebuild." | |
802 | ||
803 | maintainer-clean: maintainer-clean-recursive | |
804 | -rm -f config.status | |
805 | ||
806 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | |
807 | mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ | |
808 | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ | |
809 | mostlyclean-compile distclean-compile clean-compile \ | |
810 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | |
81172ff2 AM |
811 | clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \ |
812 | distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \ | |
813 | maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \ | |
814 | install-bfdlibLTLIBRARIES install-data-recursive \ | |
815 | uninstall-data-recursive install-exec-recursive \ | |
816 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | |
817 | all-recursive check-recursive installcheck-recursive info-recursive \ | |
818 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | |
252b5132 RH |
819 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
820 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | |
821 | dvi-am dvi check check-am installcheck-am installcheck install-info-am \ | |
822 | install-info all-recursive-am install-exec-am install-exec \ | |
81172ff2 AM |
823 | install-data-am install-data install-am install uninstall-am uninstall \ |
824 | all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ | |
825 | distclean-generic clean-generic maintainer-clean-generic clean \ | |
826 | mostlyclean distclean maintainer-clean | |
252b5132 RH |
827 | |
828 | ||
829 | disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h | |
830 | $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c | |
831 | ||
832 | stamp-lib: libopcodes.la | |
e56f75e9 ILT |
833 | libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ |
834 | if [ -f $$libtooldir/libopcodes.a ]; then \ | |
835 | cp $$libtooldir/libopcodes.a libopcodes.tmp; \ | |
847ee773 | 836 | $(RANLIB) libopcodes.tmp; \ |
252b5132 RH |
837 | $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \ |
838 | else true; fi | |
839 | touch stamp-lib | |
840 | ||
841 | libopcodes.a: stamp-lib ; @true | |
842 | po/POTFILES.in: @MAINT@ Makefile | |
843 | for file in $(POTFILES); do echo $$file; done | sort > tmp \ | |
844 | && mv tmp $(srcdir)/po/POTFILES.in | |
845 | ||
846 | # We should reconfigure whenever bfd/configure.in changes, because | |
847 | # that's where the version number comes from. | |
848 | config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in | |
849 | $(SHELL) ./config.status --recheck | |
850 | ||
81172ff2 | 851 | install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes |
263de010 | 852 | @$(NORMAL_INSTALL) |
81172ff2 AM |
853 | |
854 | uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes | |
855 | @$(NORMAL_UNINSTALL) | |
856 | ||
857 | .PHONY: install_libopcodes uninstall_libopcodes | |
858 | install_libopcodes: $(bfdlib_LTLIBRARIES) | |
859 | $(mkinstalldirs) $(DESTDIR)$(bfdlibdir) | |
860 | $(mkinstalldirs) $(DESTDIR)$(bfdincludedir) | |
861 | @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ | |
862 | if test -f $$p; then \ | |
863 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \ | |
864 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \ | |
865 | else :; fi; \ | |
866 | done | |
867 | $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h | |
868 | ||
869 | uninstall_libopcodes: | |
870 | list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ | |
871 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \ | |
872 | done | |
873 | rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h | |
263de010 | 874 | |
6e31aea3 BE |
875 | run-cgen: |
876 | $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \ | |
877 | $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \ | |
878 | "$(options)" $(extrafiles) | |
879 | touch stamp-${prefix} | |
880 | .PHONY: run-cgen | |
881 | ||
4714fbc0 DE |
882 | # Maintainer utility rule to regenerate all cgen files. |
883 | run-cgen-all: | |
884 | for c in $(CGEN_CPUS) ; \ | |
885 | do \ | |
886 | $(MAKE) stamp-$$c || exit 1 ; \ | |
887 | done | |
888 | .PHONY: run-cgen-all | |
889 | ||
6e31aea3 | 890 | # For now, require developers to configure with --enable-cgen-maint. |
a40cbfa3 NC |
891 | $(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS) |
892 | @true | |
893 | stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc | |
894 | $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles= | |
895 | ||
6e31aea3 | 896 | $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS) |
ed265386 | 897 | @true |
4a3264e6 | 898 | stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc |
6e31aea3 BE |
899 | $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst |
900 | ||
901 | $(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS) | |
902 | @true | |
4a3264e6 | 903 | stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc |
6e31aea3 BE |
904 | $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles= |
905 | ||
fd3c93d5 DB |
906 | $(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS) |
907 | @true | |
908 | stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc | |
909 | $(MAKE) run-cgen arch=frv prefix=frv options= extrafiles= | |
910 | ||
87e6d782 NC |
911 | $(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS) |
912 | @true | |
4a3264e6 | 913 | stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc |
87e6d782 NC |
914 | $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles= |
915 | ||
f62ba8f2 AM |
916 | $(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS) |
917 | @true | |
918 | stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu $(CPUDIR)/iq2000.opc \ | |
919 | $(CPUDIR)/iq2000m.cpu $(CPUDIR)/iq10.cpu | |
920 | $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= extrafiles= | |
921 | ||
93fbbb04 GK |
922 | $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS) |
923 | @true | |
924 | stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc | |
925 | $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles= | |
926 | ||
0ab71ce3 NC |
927 | ia64-gen: ia64-gen.o |
928 | $(LINK) ia64-gen.o $(LIBIBERTY) | |
929 | ||
930 | ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \ | |
931 | ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h | |
932 | ||
933 | ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl | |
bde78a07 | 934 | ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c |
0ab71ce3 | 935 | |
b6849f55 NC |
936 | s390-mkopc: s390-mkopc.c |
937 | $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c | |
938 | ||
939 | s390-opc.tab: s390-mkopc s390-opc.txt | |
940 | ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab | |
941 | ||
19f33eee AM |
942 | sh-dis.lo: sh-dis.c |
943 | $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $< | |
944 | ||
7997656a AM |
945 | Makefile: $(BFDDIR)/configure.in |
946 | ||
252b5132 RH |
947 | # This dependency stuff is copied from BFD. |
948 | ||
73c418f4 ILT |
949 | DEP: dep.sed $(CFILES) $(HFILES) config.h |
950 | rm -f DEP1 | |
41b49281 | 951 | $(MAKE) MKDEP="$(MKDEP)" DEP1 |
0bdaf48b AM |
952 | sed -f dep.sed < DEP1 > DEPA |
953 | echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA | |
954 | if grep ' /' DEPA > /dev/null 2> /dev/null; then \ | |
1581f8c9 AM |
955 | echo 'make DEP failed!'; exit 1; \ |
956 | else \ | |
0bdaf48b | 957 | mv -f DEPA $@; \ |
1581f8c9 | 958 | fi |
252b5132 | 959 | |
73c418f4 | 960 | DEP1: $(CFILES) |
73c418f4 | 961 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 |
41b49281 AM |
962 | echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 |
963 | $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 | |
964 | mv -f DEP2 $@ | |
252b5132 RH |
965 | |
966 | dep.sed: dep-in.sed config.status | |
967 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
968 | -e 's!@BFD_H@!$(BFD_H)!' \ | |
969 | -e 's!@INCDIR@!$(INCDIR)!' \ | |
970 | -e 's!@BFDDIR@!$(BFDDIR)!' \ | |
82674a1f AM |
971 | -e 's!@SRCDIR@!$(srcdir)!' \ |
972 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!' | |
252b5132 | 973 | |
73c418f4 | 974 | dep: DEP |
252b5132 | 975 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile |
73c418f4 | 976 | cat DEP >> tmp-Makefile |
252b5132 RH |
977 | $(srcdir)/../move-if-change tmp-Makefile Makefile |
978 | ||
73c418f4 | 979 | dep-in: DEP |
252b5132 | 980 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in |
73c418f4 | 981 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
982 | $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
983 | ||
73c418f4 | 984 | dep-am: DEP |
252b5132 | 985 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am |
73c418f4 | 986 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
987 | $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
988 | ||
989 | .PHONY: dep dep-in dep-am | |
990 | ||
991 | # What appears below is generated by a hacked mkdep using gcc -MM. | |
992 | ||
993 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
994 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
0d8dfecf | 995 | a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 996 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h |
0d8dfecf | 997 | alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 998 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h |
0d8dfecf | 999 | alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1000 | $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \ |
1001 | opintl.h | |
82674a1f AM |
1002 | arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ |
1003 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \ | |
1004 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
1005 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \ | |
1006 | $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h | |
8737c3ea | 1007 | arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
2d2550d6 | 1008 | $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h |
8737c3ea | 1009 | arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1010 | $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h |
0d8dfecf | 1011 | arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1012 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \ |
1013 | $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
1014 | opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ | |
1015 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \ | |
1016 | $(INCDIR)/elf/reloc-macros.h | |
0d8dfecf | 1017 | avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1018 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \ |
f62ba8f2 | 1019 | $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h |
0d8dfecf | 1020 | cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
8737c3ea HPN |
1021 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \ |
1022 | $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h | |
0d8dfecf AM |
1023 | cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1024 | $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h | |
1025 | cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
8737c3ea HPN |
1026 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \ |
1027 | $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h | |
6c95a37f | 1028 | cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
7997656a AM |
1029 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ |
1030 | $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h | |
6c95a37f | 1031 | cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h |
0d8dfecf | 1032 | d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1033 | $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \ |
1034 | $(INCDIR)/symcat.h | |
0d8dfecf AM |
1035 | d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1036 | $(INCDIR)/opcode/d10v.h | |
1037 | d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1038 | $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
7997656a | 1039 | $(INCDIR)/symcat.h opintl.h |
0d8dfecf AM |
1040 | d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1041 | $(INCDIR)/opcode/d30v.h | |
d172d4ba | 1042 | dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
194b5210 | 1043 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h |
0d8dfecf | 1044 | dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1045 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h |
0d8dfecf | 1046 | disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1047 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h |
0d8dfecf | 1048 | fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
c0ef99a7 AM |
1049 | $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ |
1050 | fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ | |
1051 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
0d8dfecf | 1052 | fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 | 1053 | $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ |
f62ba8f2 AM |
1054 | fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \ |
1055 | $(INCDIR)/xregex2.h | |
0d8dfecf | 1056 | fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
f62ba8f2 AM |
1057 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
1058 | fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h | |
0d8dfecf AM |
1059 | fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1060 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \ | |
c0ef99a7 | 1061 | $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h |
0d8dfecf AM |
1062 | fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1063 | $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ | |
27b7e12d | 1064 | fr30-opc.h $(INCDIR)/libiberty.h |
8c3bb577 AM |
1065 | frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1066 | $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ | |
1067 | frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ | |
1068 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
1069 | frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1070 | $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ | |
f62ba8f2 AM |
1071 | frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \ |
1072 | $(INCDIR)/xregex2.h | |
8c3bb577 | 1073 | frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
f62ba8f2 AM |
1074 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
1075 | frv-desc.h $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h | |
8c3bb577 AM |
1076 | frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1077 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \ | |
1078 | $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h | |
1079 | frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1080 | $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ | |
1081 | frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \ | |
1082 | $(INCDIR)/elf/reloc-macros.h | |
0d8dfecf AM |
1083 | h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1084 | $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
f62ba8f2 | 1085 | $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h |
0d8dfecf | 1086 | h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1087 | h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ |
1088 | opintl.h | |
0d8dfecf | 1089 | hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1090 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \ |
1091 | $(INCDIR)/opcode/hppa.h | |
0d8dfecf | 1092 | i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1093 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h |
0d8dfecf AM |
1094 | i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1095 | $(INCDIR)/opcode/i370.h | |
252b5132 | 1096 | i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
7997656a AM |
1097 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ |
1098 | opintl.h | |
9d751335 | 1099 | i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
7997656a | 1100 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h |
0d8dfecf | 1101 | i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1102 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h |
2114f57b | 1103 | ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
7997656a | 1104 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h |
82674a1f AM |
1105 | ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \ |
1106 | $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h | |
1107 | ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \ | |
1108 | $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h | |
1109 | ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \ | |
1110 | $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h | |
1111 | ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \ | |
1112 | $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h | |
1113 | ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \ | |
1114 | $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h | |
2114f57b AM |
1115 | ia64-opc-d.lo: ia64-opc-d.c |
1116 | ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ | |
1117 | sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \ | |
82674a1f | 1118 | $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c |
2114f57b | 1119 | ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ |
bde78a07 NC |
1120 | $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \ |
1121 | ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \ | |
82674a1f | 1122 | ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \ |
f62ba8f2 | 1123 | ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c ../intl/libintl.h |
2114f57b | 1124 | ia64-asmtab.lo: ia64-asmtab.c |
8c3bb577 AM |
1125 | ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1126 | $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ | |
1127 | ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ | |
1128 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
1129 | ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1130 | $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ | |
f62ba8f2 AM |
1131 | ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \ |
1132 | $(INCDIR)/xregex2.h | |
8c3bb577 | 1133 | ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
f62ba8f2 AM |
1134 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
1135 | ip2k-desc.h $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h | |
8c3bb577 AM |
1136 | ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1137 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \ | |
1138 | $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h | |
1139 | ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1140 | $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ | |
f62ba8f2 AM |
1141 | ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h |
1142 | iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1143 | $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \ | |
1144 | iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ | |
1145 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
1146 | iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1147 | $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \ | |
1148 | iq2000-opc.h opintl.h $(INCDIR)/libiberty.h | |
1149 | iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1150 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \ | |
47b1a55a | 1151 | $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h |
f62ba8f2 AM |
1152 | iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1153 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \ | |
1154 | $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h | |
1155 | iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1156 | $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \ | |
1157 | iq2000-opc.h $(INCDIR)/libiberty.h | |
0d8dfecf | 1158 | m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
c0ef99a7 AM |
1159 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ |
1160 | m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ | |
1161 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
0d8dfecf | 1162 | m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 | 1163 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ |
f62ba8f2 AM |
1164 | m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \ |
1165 | $(INCDIR)/xregex2.h | |
0d8dfecf | 1166 | m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
f62ba8f2 AM |
1167 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
1168 | m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h | |
0d8dfecf AM |
1169 | m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1170 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \ | |
c0ef99a7 | 1171 | $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h |
0d8dfecf AM |
1172 | m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1173 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ | |
27b7e12d | 1174 | m32r-opc.h $(INCDIR)/libiberty.h |
0d8dfecf AM |
1175 | m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1176 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ | |
252b5132 | 1177 | m32r-opc.h |
bbeb2e03 | 1178 | m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \ |
7997656a AM |
1179 | $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \ |
1180 | $(INCDIR)/symcat.h | |
bbeb2e03 | 1181 | m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \ |
60bcf0fa | 1182 | $(INCDIR)/opcode/m68hc11.h |
0d8dfecf | 1183 | m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1184 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \ |
82674a1f | 1185 | $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h |
0d8dfecf | 1186 | m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 | 1187 | $(INCDIR)/opcode/m68k.h |
0d8dfecf | 1188 | m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1189 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \ |
f62ba8f2 | 1190 | opintl.h $(INCDIR)/libiberty.h |
0d8dfecf | 1191 | mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1192 | mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h |
0d8dfecf | 1193 | mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
f62ba8f2 AM |
1194 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
1195 | $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \ | |
1196 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
1197 | $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h | |
0d8dfecf AM |
1198 | mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1199 | $(INCDIR)/opcode/mips.h | |
1200 | mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1201 | $(INCDIR)/opcode/mips.h | |
1202 | m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1203 | $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
7997656a | 1204 | $(INCDIR)/symcat.h opintl.h |
0d8dfecf AM |
1205 | m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1206 | $(INCDIR)/opcode/mn10200.h | |
1207 | m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1208 | $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
7997656a | 1209 | $(INCDIR)/symcat.h opintl.h |
0d8dfecf AM |
1210 | m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1211 | $(INCDIR)/opcode/mn10300.h | |
3c3bdf30 | 1212 | mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \ |
c0ef99a7 | 1213 | $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
3c3bdf30 NC |
1214 | opintl.h |
1215 | mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h | |
252b5132 | 1216 | ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \ |
7997656a AM |
1217 | $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \ |
1218 | $(INCDIR)/opcode/ns32k.h opintl.h | |
87e6d782 | 1219 | openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
c0ef99a7 AM |
1220 | $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \ |
1221 | openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ | |
1222 | $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
8a5cc6be AM |
1223 | openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \ |
1224 | $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \ | |
f62ba8f2 AM |
1225 | $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h \ |
1226 | $(INCDIR)/xregex.h $(INCDIR)/xregex2.h | |
87e6d782 | 1227 | openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
f62ba8f2 AM |
1228 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \ |
1229 | openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \ | |
1230 | opintl.h | |
8a5cc6be AM |
1231 | openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \ |
1232 | $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ | |
1233 | openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \ | |
c0ef99a7 | 1234 | opintl.h $(INCDIR)/safe-ctype.h |
87e6d782 NC |
1235 | openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1236 | $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \ | |
1237 | openrisc-opc.h $(INCDIR)/libiberty.h | |
ba323545 AM |
1238 | or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
1239 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \ | |
1240 | $(INCDIR)/safe-ctype.h | |
1241 | or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \ | |
1242 | $(INCDIR)/opcode/or32.h | |
8737c3ea | 1243 | pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1244 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h |
e135f41b | 1245 | pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h |
0d8dfecf | 1246 | pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1247 | $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \ |
1248 | $(INCDIR)/symcat.h | |
0d8dfecf AM |
1249 | pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1250 | $(INCDIR)/opcode/pj.h | |
1251 | ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
7997656a | 1252 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h |
0d8dfecf AM |
1253 | ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1254 | $(INCDIR)/opcode/ppc.h opintl.h | |
8737c3ea HPN |
1255 | s390-mkopc.lo: s390-mkopc.c |
1256 | s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \ | |
1257 | s390-opc.tab | |
27b7e12d | 1258 | s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ |
7997656a AM |
1259 | config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ |
1260 | $(INCDIR)/opcode/s390.h | |
0d8dfecf | 1261 | sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1262 | sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h |
43079f18 NC |
1263 | sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
1264 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ | |
1265 | sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \ | |
1266 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
f0abc2a1 AM |
1267 | $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ |
1268 | $(BFDDIR)/elf32-sh64.h | |
71b21050 | 1269 | sh64-opc.lo: sh64-opc.c sh64-opc.h |
0d8dfecf AM |
1270 | sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1271 | $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
7997656a | 1272 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h |
0d8dfecf AM |
1273 | sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1274 | $(INCDIR)/opcode/sparc.h | |
1275 | tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
7997656a | 1276 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h |
2d2550d6 AM |
1277 | tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
1278 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h | |
bbeb2e03 | 1279 | tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1280 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \ |
bbeb2e03 L |
1281 | $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h |
1282 | tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
c0ef99a7 | 1283 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h |
0d8dfecf | 1284 | tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a AM |
1285 | $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \ |
1286 | $(INCDIR)/symcat.h | |
0d8dfecf AM |
1287 | tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1288 | $(INCDIR)/opcode/tic80.h | |
1289 | v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
1290 | $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
7997656a | 1291 | $(INCDIR)/symcat.h opintl.h |
0d8dfecf AM |
1292 | v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1293 | $(INCDIR)/opcode/v850.h opintl.h | |
1294 | vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
7997656a AM |
1295 | $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \ |
1296 | $(INCDIR)/symcat.h | |
0d8dfecf | 1297 | w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1298 | w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h |
c0ef99a7 AM |
1299 | xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \ |
1300 | $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \ | |
1301 | $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \ | |
1302 | $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h | |
1303 | xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \ | |
1304 | $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \ | |
f62ba8f2 AM |
1305 | $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h \ |
1306 | $(INCDIR)/xregex.h $(INCDIR)/xregex2.h | |
c0ef99a7 AM |
1307 | xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \ |
1308 | $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ | |
f62ba8f2 AM |
1309 | $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen.h \ |
1310 | xstormy16-opc.h opintl.h | |
c0ef99a7 AM |
1311 | xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \ |
1312 | $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ | |
1313 | xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \ | |
1314 | opintl.h $(INCDIR)/safe-ctype.h | |
1315 | xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \ | |
1316 | $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \ | |
1317 | $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h | |
e0001a05 NC |
1318 | xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \ |
1319 | $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/dis-asm.h \ | |
1320 | $(BFD_H) $(INCDIR)/symcat.h | |
0d8dfecf | 1321 | z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
7997656a | 1322 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h |
f62ba8f2 AM |
1323 | z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
1324 | $(INCDIR)/libiberty.h | |
252b5132 RH |
1325 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |
1326 | ||
1327 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
1328 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
1329 | .NOEXPORT: |