Commit | Line | Data |
---|---|---|
a2d91340 | 1 | # Makefile.in generated automatically by automake 1.4 from Makefile.am |
252b5132 | 2 | |
a2d91340 | 3 | # Copyright (C) 1994, 1995-8, 1999 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@ | |
72 | CC_FOR_BUILD = @CC_FOR_BUILD@ | |
73 | DATADIRNAME = @DATADIRNAME@ | |
74 | DLLTOOL = @DLLTOOL@ | |
75 | EXEEXT = @EXEEXT@ | |
76 | EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ | |
77 | GMOFILES = @GMOFILES@ | |
78 | GMSGFMT = @GMSGFMT@ | |
79 | GT_NO = @GT_NO@ | |
80 | GT_YES = @GT_YES@ | |
81 | HDEFINES = @HDEFINES@ | |
82 | INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ | |
83 | INSTOBJEXT = @INSTOBJEXT@ | |
84 | INTLDEPS = @INTLDEPS@ | |
85 | INTLLIBS = @INTLLIBS@ | |
86 | INTLOBJS = @INTLOBJS@ | |
252b5132 RH |
87 | LIBTOOL = @LIBTOOL@ |
88 | LN_S = @LN_S@ | |
89 | MAINT = @MAINT@ | |
90 | MAKEINFO = @MAKEINFO@ | |
91 | MKINSTALLDIRS = @MKINSTALLDIRS@ | |
92 | MSGFMT = @MSGFMT@ | |
a74801ba | 93 | OBJDUMP = @OBJDUMP@ |
252b5132 RH |
94 | PACKAGE = @PACKAGE@ |
95 | POFILES = @POFILES@ | |
96 | POSUB = @POSUB@ | |
97 | RANLIB = @RANLIB@ | |
98 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ | |
99 | USE_NLS = @USE_NLS@ | |
252b5132 RH |
100 | VERSION = @VERSION@ |
101 | WIN32LDFLAGS = @WIN32LDFLAGS@ | |
102 | WIN32LIBADD = @WIN32LIBADD@ | |
103 | archdefs = @archdefs@ | |
252b5132 RH |
104 | l = @l@ |
105 | ||
106 | AUTOMAKE_OPTIONS = cygnus | |
107 | ||
108 | SUBDIRS = po | |
109 | ||
110 | INCDIR = $(srcdir)/../include | |
111 | BFDDIR = $(srcdir)/../bfd | |
41b49281 | 112 | MKDEP = gcc -MM |
252b5132 | 113 | |
a2d91340 AC |
114 | WARN_CFLAGS = @WARN_CFLAGS@ |
115 | AM_CFLAGS = $(WARN_CFLAGS) | |
116 | ||
252b5132 RH |
117 | lib_LTLIBRARIES = libopcodes.la |
118 | ||
119 | # This is where bfd.h lives. | |
120 | BFD_H = ../bfd/bfd.h | |
121 | ||
0ab71ce3 NC |
122 | # This is where libiberty lives. |
123 | LIBIBERTY = ../libiberty/libiberty.a | |
124 | ||
252b5132 RH |
125 | # Header files. |
126 | HFILES = \ | |
127 | arm-opc.h \ | |
128 | fr30-desc.h fr30-opc.h \ | |
129 | h8500-opc.h \ | |
130 | m32r-desc.h m32r-opc.h \ | |
131 | mcore-opc.h \ | |
132 | sh-opc.h \ | |
133 | sysdep.h \ | |
800eeca4 JW |
134 | ia64-asmtab.h \ |
135 | ia64-opc.h \ | |
252b5132 RH |
136 | w65-opc.h \ |
137 | z8k-opc.h | |
138 | ||
139 | ||
140 | # C source files that correspond to .o's. | |
141 | CFILES = \ | |
142 | a29k-dis.c \ | |
143 | alpha-dis.c \ | |
144 | alpha-opc.c \ | |
71f22174 AS |
145 | arc-dis.c \ |
146 | arc-opc.c \ | |
252b5132 | 147 | arm-dis.c \ |
832ddf62 | 148 | avr-dis.c \ |
252b5132 RH |
149 | cgen-asm.c \ |
150 | cgen-dis.c \ | |
151 | cgen-opc.c \ | |
6c95a37f HPN |
152 | cris-dis.c \ |
153 | cris-opc.c \ | |
252b5132 RH |
154 | d10v-dis.c \ |
155 | d10v-opc.c \ | |
156 | d30v-dis.c \ | |
157 | d30v-opc.c \ | |
158 | dis-buf.c \ | |
159 | disassemble.c \ | |
160 | fr30-asm.c \ | |
161 | fr30-desc.c \ | |
162 | fr30-dis.c \ | |
163 | fr30-ibld.c \ | |
164 | fr30-opc.c \ | |
165 | h8300-dis.c \ | |
166 | h8500-dis.c \ | |
167 | hppa-dis.c \ | |
5b93d8bb AM |
168 | i370-dis.c \ |
169 | i370-opc.c \ | |
252b5132 RH |
170 | i386-dis.c \ |
171 | i960-dis.c \ | |
800eeca4 JW |
172 | ia64-dis.c \ |
173 | ia64-opc-a.c \ | |
174 | ia64-opc-b.c \ | |
175 | ia64-opc-f.c \ | |
176 | ia64-opc-i.c \ | |
177 | ia64-opc-m.c \ | |
178 | ia64-opc-d.c \ | |
179 | ia64-opc.c \ | |
180 | ia64-gen.c \ | |
181 | ia64-asmtab.c \ | |
252b5132 RH |
182 | m32r-asm.c \ |
183 | m32r-desc.c \ | |
184 | m32r-dis.c \ | |
185 | m32r-ibld.c \ | |
186 | m32r-opc.c \ | |
187 | m32r-opinst.c \ | |
60bcf0fa NC |
188 | m68hc11-dis.c \ |
189 | m68hc11-opc.c \ | |
252b5132 RH |
190 | m68k-dis.c \ |
191 | m68k-opc.c \ | |
192 | m88k-dis.c \ | |
193 | mcore-dis.c \ | |
194 | mips-dis.c \ | |
195 | mips-opc.c \ | |
196 | mips16-opc.c \ | |
197 | m10200-dis.c \ | |
198 | m10200-opc.c \ | |
199 | m10300-dis.c \ | |
200 | m10300-opc.c \ | |
201 | ns32k-dis.c \ | |
1e608f98 ILT |
202 | pj-dis.c \ |
203 | pj-opc.c \ | |
252b5132 RH |
204 | ppc-dis.c \ |
205 | ppc-opc.c \ | |
206 | sh-dis.c \ | |
207 | sparc-dis.c \ | |
208 | sparc-opc.c \ | |
209 | tic30-dis.c \ | |
5c84d377 TW |
210 | tic54x-dis.c \ |
211 | tic54x-opc.c \ | |
252b5132 RH |
212 | tic80-dis.c \ |
213 | tic80-opc.c \ | |
71f22174 AS |
214 | v850-dis.c \ |
215 | v850-opc.c \ | |
252b5132 RH |
216 | vax-dis.c \ |
217 | w65-dis.c \ | |
218 | z8k-dis.c \ | |
219 | z8kgen.c | |
220 | ||
221 | ||
222 | ALL_MACHINES = \ | |
223 | a29k-dis.lo \ | |
224 | alpha-dis.lo \ | |
225 | alpha-opc.lo \ | |
226 | arc-dis.lo \ | |
227 | arc-opc.lo \ | |
228 | arm-dis.lo \ | |
832ddf62 | 229 | avr-dis.lo \ |
252b5132 RH |
230 | cgen-asm.lo \ |
231 | cgen-dis.lo \ | |
232 | cgen-opc.lo \ | |
6c95a37f HPN |
233 | cris-dis.lo \ |
234 | cris-opc.lo \ | |
252b5132 RH |
235 | d10v-dis.lo \ |
236 | d10v-opc.lo \ | |
237 | d30v-dis.lo \ | |
238 | d30v-opc.lo \ | |
239 | fr30-asm.lo \ | |
240 | fr30-desc.lo \ | |
241 | fr30-dis.lo \ | |
242 | fr30-ibld.lo \ | |
243 | fr30-opc.lo \ | |
244 | h8300-dis.lo \ | |
245 | h8500-dis.lo \ | |
246 | hppa-dis.lo \ | |
247 | i386-dis.lo \ | |
5b93d8bb AM |
248 | i370-dis.lo \ |
249 | i370-opc.lo \ | |
252b5132 | 250 | i960-dis.lo \ |
800eeca4 JW |
251 | ia64-dis.lo \ |
252 | ia64-opc.lo \ | |
252b5132 RH |
253 | m32r-asm.lo \ |
254 | m32r-desc.lo \ | |
255 | m32r-dis.lo \ | |
256 | m32r-ibld.lo \ | |
257 | m32r-opc.lo \ | |
258 | m32r-opinst.lo \ | |
60bcf0fa NC |
259 | m68hc11-dis.lo \ |
260 | m68hc11-opc.lo \ | |
252b5132 RH |
261 | m68k-dis.lo \ |
262 | m68k-opc.lo \ | |
263 | m88k-dis.lo \ | |
264 | m10200-dis.lo \ | |
265 | m10200-opc.lo \ | |
266 | m10300-dis.lo \ | |
267 | m10300-opc.lo \ | |
268 | mcore-dis.lo \ | |
269 | mips-dis.lo \ | |
270 | mips-opc.lo \ | |
271 | mips16-opc.lo \ | |
1e608f98 ILT |
272 | pj-dis.lo \ |
273 | pj-opc.lo \ | |
252b5132 RH |
274 | ppc-dis.lo \ |
275 | ppc-opc.lo \ | |
276 | ns32k-dis.lo \ | |
277 | sh-dis.lo \ | |
278 | sparc-dis.lo \ | |
279 | sparc-opc.lo \ | |
280 | tic30-dis.lo \ | |
5c84d377 TW |
281 | tic54x-dis.lo \ |
282 | tic54x-opc.lo \ | |
252b5132 RH |
283 | tic80-dis.lo \ |
284 | tic80-opc.lo \ | |
285 | v850-dis.lo \ | |
286 | v850-opc.lo \ | |
287 | vax-dis.lo \ | |
288 | w65-dis.lo \ | |
289 | z8k-dis.lo | |
290 | ||
291 | ||
292 | OFILES = @BFD_MACHINES@ | |
293 | ||
294 | INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl | |
295 | ||
296 | libopcodes_la_SOURCES = dis-buf.c disassemble.c | |
297 | libopcodes_la_DEPENDENCIES = $(OFILES) | |
298 | libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ | |
299 | libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ | |
300 | ||
301 | # libtool will build .libs/libopcodes.a. We create libopcodes.a in | |
302 | # the build directory so that we don't have to convert all the | |
303 | # programs that use libopcodes.a simultaneously. This is a hack which | |
304 | # should be removed if everything else starts using libtool. FIXME. | |
305 | ||
306 | noinst_LIBRARIES = libopcodes.a | |
307 | ||
308 | POTFILES = $(HFILES) $(CFILES) | |
309 | ||
310 | CLEANFILES = \ | |
0bdaf48b | 311 | libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2 |
252b5132 | 312 | |
252b5132 RH |
313 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
314 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | |
315 | CONFIG_HEADER = config.h | |
316 | CONFIG_CLEAN_FILES = | |
317 | LIBRARIES = $(noinst_LIBRARIES) | |
318 | ||
319 | ||
320 | DEFS = @DEFS@ -I. -I$(srcdir) -I. | |
321 | CPPFLAGS = @CPPFLAGS@ | |
322 | LDFLAGS = @LDFLAGS@ | |
323 | LIBS = @LIBS@ | |
324 | libopcodes_a_LIBADD = | |
325 | libopcodes_a_SOURCES = libopcodes.a.c | |
326 | libopcodes_a_OBJECTS = libopcodes.a.o | |
327 | LTLIBRARIES = $(lib_LTLIBRARIES) | |
328 | ||
a2d91340 AC |
329 | libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo |
330 | CFLAGS = @CFLAGS@ | |
252b5132 RH |
331 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
332 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
333 | CCLD = $(CC) | |
a2d91340 AC |
334 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
335 | DIST_COMMON = ./stamp-h.in ChangeLog Makefile.am Makefile.in \ | |
336 | acinclude.m4 aclocal.m4 config.in configure configure.in | |
252b5132 RH |
337 | |
338 | ||
a2d91340 | 339 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
252b5132 | 340 | |
1581f8c9 | 341 | TAR = tar |
252b5132 RH |
342 | GZIP_ENV = --best |
343 | SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES) | |
a2d91340 | 344 | OBJECTS = libopcodes.a.o $(libopcodes_la_OBJECTS) |
252b5132 RH |
345 | |
346 | all: all-redirect | |
347 | .SUFFIXES: | |
a2d91340 | 348 | .SUFFIXES: .S .c .lo .o .s |
252b5132 RH |
349 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
350 | cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile | |
351 | ||
352 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
353 | cd $(top_builddir) \ | |
354 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
355 | ||
356 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 | |
357 | cd $(srcdir) && $(ACLOCAL) | |
358 | $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | |
359 | cd $(srcdir) && $(AUTOCONF) | |
360 | ||
361 | config.h: stamp-h | |
362 | @if test ! -f $@; then \ | |
363 | rm -f stamp-h; \ | |
364 | $(MAKE) stamp-h; \ | |
365 | else :; fi | |
366 | stamp-h: $(srcdir)/config.in $(top_builddir)/config.status | |
367 | cd $(top_builddir) \ | |
368 | && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \ | |
369 | $(SHELL) ./config.status | |
a2d91340 AC |
370 | @echo timestamp > stamp-h 2> /dev/null |
371 | $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in | |
252b5132 | 372 | @if test ! -f $@; then \ |
a2d91340 AC |
373 | rm -f $(srcdir)/stamp-h.in; \ |
374 | $(MAKE) $(srcdir)/stamp-h.in; \ | |
252b5132 | 375 | else :; fi |
a2d91340 | 376 | $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) |
252b5132 | 377 | cd $(top_srcdir) && $(AUTOHEADER) |
a2d91340 | 378 | @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null |
252b5132 RH |
379 | |
380 | mostlyclean-hdr: | |
381 | ||
382 | clean-hdr: | |
383 | ||
384 | distclean-hdr: | |
385 | -rm -f config.h | |
386 | ||
387 | maintainer-clean-hdr: | |
388 | ||
389 | mostlyclean-noinstLIBRARIES: | |
390 | ||
391 | clean-noinstLIBRARIES: | |
392 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
393 | ||
394 | distclean-noinstLIBRARIES: | |
395 | ||
396 | maintainer-clean-noinstLIBRARIES: | |
397 | ||
a2d91340 AC |
398 | .c.o: |
399 | $(COMPILE) -c $< | |
400 | ||
401 | .s.o: | |
402 | $(COMPILE) -c $< | |
403 | ||
404 | .S.o: | |
405 | $(COMPILE) -c $< | |
406 | ||
252b5132 RH |
407 | mostlyclean-compile: |
408 | -rm -f *.o core *.core | |
409 | ||
410 | clean-compile: | |
411 | ||
412 | distclean-compile: | |
413 | -rm -f *.tab.c | |
414 | ||
415 | maintainer-clean-compile: | |
416 | ||
a2d91340 AC |
417 | .c.lo: |
418 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
419 | ||
420 | .s.lo: | |
421 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
422 | ||
423 | .S.lo: | |
424 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
425 | ||
252b5132 RH |
426 | mostlyclean-libtool: |
427 | -rm -f *.lo | |
428 | ||
429 | clean-libtool: | |
430 | -rm -rf .libs _libs | |
431 | ||
432 | distclean-libtool: | |
433 | ||
434 | maintainer-clean-libtool: | |
435 | ||
436 | mostlyclean-libLTLIBRARIES: | |
437 | ||
438 | clean-libLTLIBRARIES: | |
439 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
440 | ||
441 | distclean-libLTLIBRARIES: | |
442 | ||
443 | maintainer-clean-libLTLIBRARIES: | |
444 | ||
445 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
446 | @$(NORMAL_INSTALL) | |
447 | $(mkinstalldirs) $(DESTDIR)$(libdir) | |
448 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
449 | if test -f $$p; then \ | |
a2d91340 AC |
450 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ |
451 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ | |
252b5132 RH |
452 | else :; fi; \ |
453 | done | |
454 | ||
455 | uninstall-libLTLIBRARIES: | |
456 | @$(NORMAL_UNINSTALL) | |
a2d91340 | 457 | list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
252b5132 RH |
458 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
459 | done | |
460 | ||
461 | libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) | |
462 | $(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS) | |
463 | ||
464 | # This directory's subdirectories are mostly independent; you can cd | |
465 | # into them and run `make' without going through this Makefile. | |
466 | # To change the values of `make' variables: instead of editing Makefiles, | |
467 | # (1) if the variable is set in `config.status', edit `config.status' | |
468 | # (which will cause the Makefiles to be regenerated when you run `make'); | |
469 | # (2) otherwise, pass the desired values on the `make' command line. | |
470 | ||
a2d91340 AC |
471 | @SET_MAKE@ |
472 | ||
252b5132 RH |
473 | all-recursive install-data-recursive install-exec-recursive \ |
474 | installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ | |
475 | check-recursive installcheck-recursive info-recursive dvi-recursive: | |
476 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
477 | dot_seen=no; \ | |
478 | target=`echo $@ | sed s/-recursive//`; \ | |
479 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
480 | echo "Making $$target in $$subdir"; \ | |
481 | if test "$$subdir" = "."; then \ | |
482 | dot_seen=yes; \ | |
483 | local_target="$$target-am"; \ | |
484 | else \ | |
485 | local_target="$$target"; \ | |
486 | fi; \ | |
487 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
488 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
489 | done; \ | |
490 | if test "$$dot_seen" = "no"; then \ | |
491 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
492 | fi; test -z "$$fail" | |
493 | ||
494 | mostlyclean-recursive clean-recursive distclean-recursive \ | |
495 | maintainer-clean-recursive: | |
496 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
497 | dot_seen=no; \ | |
498 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | |
499 | rev="$$subdir $$rev"; \ | |
a2d91340 | 500 | test "$$subdir" = "." && dot_seen=yes; \ |
252b5132 RH |
501 | done; \ |
502 | test "$$dot_seen" = "no" && rev=". $$rev"; \ | |
503 | target=`echo $@ | sed s/-recursive//`; \ | |
504 | for subdir in $$rev; do \ | |
505 | echo "Making $$target in $$subdir"; \ | |
506 | if test "$$subdir" = "."; then \ | |
507 | local_target="$$target-am"; \ | |
508 | else \ | |
509 | local_target="$$target"; \ | |
510 | fi; \ | |
511 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
512 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
513 | done && test -z "$$fail" | |
514 | tags-recursive: | |
515 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
516 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
517 | done | |
518 | ||
519 | tags: TAGS | |
520 | ||
a2d91340 AC |
521 | ID: $(HEADERS) $(SOURCES) $(LISP) |
522 | list='$(SOURCES) $(HEADERS)'; \ | |
523 | unique=`for i in $$list; do echo $$i; done | \ | |
524 | awk ' { files[$$0] = 1; } \ | |
252b5132 | 525 | END { for (i in files) print i; }'`; \ |
a2d91340 AC |
526 | here=`pwd` && cd $(srcdir) \ |
527 | && mkid -f$$here/ID $$unique $(LISP) | |
252b5132 | 528 | |
a2d91340 | 529 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP) |
252b5132 RH |
530 | tags=; \ |
531 | here=`pwd`; \ | |
532 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
533 | if test "$$subdir" = .; then :; else \ | |
534 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | |
535 | fi; \ | |
536 | done; \ | |
a2d91340 AC |
537 | list='$(SOURCES) $(HEADERS)'; \ |
538 | unique=`for i in $$list; do echo $$i; done | \ | |
539 | awk ' { files[$$0] = 1; } \ | |
252b5132 RH |
540 | END { for (i in files) print i; }'`; \ |
541 | test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \ | |
a2d91340 | 542 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS) |
252b5132 RH |
543 | |
544 | mostlyclean-tags: | |
545 | ||
546 | clean-tags: | |
547 | ||
548 | distclean-tags: | |
549 | -rm -f TAGS ID | |
550 | ||
551 | maintainer-clean-tags: | |
552 | ||
553 | distdir = $(PACKAGE)-$(VERSION) | |
554 | top_distdir = $(distdir) | |
555 | ||
556 | # This target untars the dist file and tries a VPATH configuration. Then | |
557 | # it guarantees that the distribution is self-contained by making another | |
558 | # tarfile. | |
559 | distcheck: dist | |
a2d91340 AC |
560 | -rm -rf $(distdir) |
561 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | |
252b5132 RH |
562 | mkdir $(distdir)/=build |
563 | mkdir $(distdir)/=inst | |
a2d91340 AC |
564 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
565 | cd $(distdir)/=build \ | |
252b5132 RH |
566 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ |
567 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
568 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
569 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
570 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
571 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
a2d91340 AC |
572 | && $(MAKE) $(AM_MAKEFLAGS) dist |
573 | -rm -rf $(distdir) | |
252b5132 RH |
574 | @banner="$(distdir).tar.gz is ready for distribution"; \ |
575 | dashes=`echo "$$banner" | sed s/./=/g`; \ | |
576 | echo "$$dashes"; \ | |
577 | echo "$$banner"; \ | |
578 | echo "$$dashes" | |
579 | dist: distdir | |
a2d91340 AC |
580 | -chmod -R a+r $(distdir) |
581 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
582 | -rm -rf $(distdir) | |
252b5132 | 583 | dist-all: distdir |
a2d91340 AC |
584 | -chmod -R a+r $(distdir) |
585 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
586 | -rm -rf $(distdir) | |
252b5132 | 587 | distdir: $(DISTFILES) |
a2d91340 | 588 | -rm -rf $(distdir) |
252b5132 | 589 | mkdir $(distdir) |
a2d91340 | 590 | -chmod 777 $(distdir) |
252b5132 RH |
591 | @for file in $(DISTFILES); do \ |
592 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ | |
593 | if test -d $$d/$$file; then \ | |
a2d91340 | 594 | cp -pr $$d/$$file $(distdir)/$$file; \ |
252b5132 RH |
595 | else \ |
596 | test -f $(distdir)/$$file \ | |
a2d91340 AC |
597 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
598 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
252b5132 RH |
599 | fi; \ |
600 | done | |
601 | for subdir in $(SUBDIRS); do \ | |
602 | if test "$$subdir" = .; then :; else \ | |
603 | test -d $(distdir)/$$subdir \ | |
604 | || mkdir $(distdir)/$$subdir \ | |
605 | || exit 1; \ | |
a2d91340 | 606 | chmod 777 $(distdir)/$$subdir; \ |
252b5132 RH |
607 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ |
608 | || exit 1; \ | |
609 | fi; \ | |
610 | done | |
611 | info-am: | |
612 | info: info-recursive | |
613 | dvi-am: | |
614 | dvi: dvi-recursive | |
615 | check-am: | |
616 | check: check-recursive | |
617 | installcheck-am: | |
618 | installcheck: installcheck-recursive | |
619 | install-info-am: | |
620 | install-info: install-info-recursive | |
621 | all-recursive-am: config.h | |
622 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
623 | ||
624 | install-exec-am: install-libLTLIBRARIES | |
625 | install-exec: install-exec-recursive | |
626 | ||
627 | install-data-am: | |
628 | install-data: install-data-recursive | |
629 | ||
630 | install-am: all-am | |
631 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
632 | install: install-recursive | |
633 | uninstall-am: uninstall-libLTLIBRARIES | |
634 | uninstall: uninstall-recursive | |
635 | all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h | |
636 | all-redirect: all-recursive-am | |
637 | install-strip: | |
a2d91340 | 638 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
252b5132 RH |
639 | installdirs: installdirs-recursive |
640 | installdirs-am: | |
641 | $(mkinstalldirs) $(DESTDIR)$(libdir) | |
642 | ||
643 | ||
644 | mostlyclean-generic: | |
645 | ||
646 | clean-generic: | |
647 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
648 | ||
649 | distclean-generic: | |
650 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
651 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
652 | ||
653 | maintainer-clean-generic: | |
654 | mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \ | |
655 | mostlyclean-compile mostlyclean-libtool \ | |
656 | mostlyclean-libLTLIBRARIES mostlyclean-tags \ | |
657 | mostlyclean-generic | |
658 | ||
659 | mostlyclean: mostlyclean-recursive | |
660 | ||
661 | clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \ | |
662 | clean-libLTLIBRARIES clean-tags clean-generic \ | |
663 | mostlyclean-am | |
664 | ||
665 | clean: clean-recursive | |
666 | ||
667 | distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \ | |
668 | distclean-libtool distclean-libLTLIBRARIES \ | |
669 | distclean-tags distclean-generic clean-am | |
670 | -rm -f libtool | |
671 | ||
672 | distclean: distclean-recursive | |
673 | -rm -f config.status | |
674 | ||
675 | maintainer-clean-am: maintainer-clean-hdr \ | |
676 | maintainer-clean-noinstLIBRARIES \ | |
677 | maintainer-clean-compile maintainer-clean-libtool \ | |
678 | maintainer-clean-libLTLIBRARIES maintainer-clean-tags \ | |
679 | maintainer-clean-generic distclean-am | |
680 | @echo "This command is intended for maintainers to use;" | |
681 | @echo "it deletes files that may require special tools to rebuild." | |
682 | ||
683 | maintainer-clean: maintainer-clean-recursive | |
684 | -rm -f config.status | |
685 | ||
686 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | |
687 | mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ | |
688 | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ | |
689 | mostlyclean-compile distclean-compile clean-compile \ | |
690 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | |
691 | clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \ | |
692 | distclean-libLTLIBRARIES clean-libLTLIBRARIES \ | |
693 | maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \ | |
a2d91340 AC |
694 | install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \ |
695 | install-exec-recursive uninstall-exec-recursive installdirs-recursive \ | |
696 | uninstalldirs-recursive all-recursive check-recursive \ | |
697 | installcheck-recursive info-recursive dvi-recursive \ | |
698 | mostlyclean-recursive distclean-recursive clean-recursive \ | |
252b5132 RH |
699 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
700 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | |
701 | dvi-am dvi check check-am installcheck-am installcheck install-info-am \ | |
702 | install-info all-recursive-am install-exec-am install-exec \ | |
703 | install-data-am install-data install-am install uninstall-am uninstall \ | |
a2d91340 AC |
704 | all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ |
705 | distclean-generic clean-generic maintainer-clean-generic clean \ | |
706 | mostlyclean distclean maintainer-clean | |
252b5132 RH |
707 | |
708 | ||
709 | disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h | |
710 | $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c | |
711 | ||
712 | stamp-lib: libopcodes.la | |
e56f75e9 ILT |
713 | libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ |
714 | if [ -f $$libtooldir/libopcodes.a ]; then \ | |
715 | cp $$libtooldir/libopcodes.a libopcodes.tmp; \ | |
252b5132 RH |
716 | $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \ |
717 | else true; fi | |
718 | touch stamp-lib | |
719 | ||
720 | libopcodes.a: stamp-lib ; @true | |
721 | po/POTFILES.in: @MAINT@ Makefile | |
722 | for file in $(POTFILES); do echo $$file; done | sort > tmp \ | |
723 | && mv tmp $(srcdir)/po/POTFILES.in | |
724 | ||
725 | # We should reconfigure whenever bfd/configure.in changes, because | |
726 | # that's where the version number comes from. | |
727 | config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in | |
728 | $(SHELL) ./config.status --recheck | |
729 | ||
6094e721 | 730 | # The start marker is written this way to pass through automake unscathed. |
252b5132 | 731 | |
0ab71ce3 NC |
732 | ia64-ic.tbl: $(srcdir)/ia64-ic.tbl |
733 | $(LN_S) -f $(srcdir)/ia64-ic.tbl | |
734 | ia64-raw.tbl: $(srcdir)/ia64-raw.tbl | |
735 | $(LN_S) -f $(srcdir)/ia64-raw.tbl | |
736 | ia64-waw.tbl: $(srcdir)/ia64-waw.tbl | |
737 | $(LN_S) -f $(srcdir)/ia64-waw.tbl | |
738 | ia64-war.tbl: $(srcdir)/ia64-war.tbl | |
739 | $(LN_S) -f $(srcdir)/ia64-war.tbl | |
740 | ||
741 | ia64-gen: ia64-gen.o | |
742 | $(LINK) ia64-gen.o $(LIBIBERTY) | |
743 | ||
744 | ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \ | |
745 | ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h | |
746 | ||
747 | ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl | |
6c95a37f HPN |
748 | for f in ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl; do \ |
749 | if test -e $$f; then true; else cp -p $(srcdir)/$$f .; fi; done | |
0ab71ce3 NC |
750 | ./ia64-gen > $(srcdir)/ia64-asmtab.c |
751 | ||
252b5132 RH |
752 | # This dependency stuff is copied from BFD. |
753 | ||
73c418f4 ILT |
754 | DEP: dep.sed $(CFILES) $(HFILES) config.h |
755 | rm -f DEP1 | |
41b49281 | 756 | $(MAKE) MKDEP="$(MKDEP)" DEP1 |
0bdaf48b AM |
757 | sed -f dep.sed < DEP1 > DEPA |
758 | echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA | |
759 | if grep ' /' DEPA > /dev/null 2> /dev/null; then \ | |
1581f8c9 AM |
760 | echo 'make DEP failed!'; exit 1; \ |
761 | else \ | |
0bdaf48b | 762 | mv -f DEPA $@; \ |
1581f8c9 | 763 | fi |
252b5132 | 764 | |
73c418f4 | 765 | DEP1: $(CFILES) |
73c418f4 | 766 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 |
41b49281 AM |
767 | echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 |
768 | $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 | |
769 | mv -f DEP2 $@ | |
252b5132 RH |
770 | |
771 | dep.sed: dep-in.sed config.status | |
772 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
773 | -e 's!@BFD_H@!$(BFD_H)!' \ | |
774 | -e 's!@INCDIR@!$(INCDIR)!' \ | |
775 | -e 's!@BFDDIR@!$(BFDDIR)!' \ | |
776 | -e 's!@SRCDIR@!$(srcdir)!' | |
777 | ||
73c418f4 | 778 | dep: DEP |
252b5132 | 779 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile |
73c418f4 | 780 | cat DEP >> tmp-Makefile |
252b5132 RH |
781 | $(srcdir)/../move-if-change tmp-Makefile Makefile |
782 | ||
73c418f4 | 783 | dep-in: DEP |
252b5132 | 784 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in |
73c418f4 | 785 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
786 | $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
787 | ||
73c418f4 | 788 | dep-am: DEP |
252b5132 | 789 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am |
73c418f4 | 790 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
791 | $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
792 | ||
793 | .PHONY: dep dep-in dep-am | |
794 | ||
795 | # What appears below is generated by a hacked mkdep using gcc -MM. | |
796 | ||
797 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
798 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
0d8dfecf AM |
799 | a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
800 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/a29k.h | |
801 | alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
802 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h | |
803 | alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
804 | $(INCDIR)/opcode/alpha.h $(BFD_H) opintl.h | |
805 | arc-dis.lo: arc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
806 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/arc.h \ | |
807 | $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ | |
808 | $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \ | |
809 | $(INCDIR)/elf/reloc-macros.h opintl.h | |
810 | arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
811 | $(INCDIR)/opcode/arc.h opintl.h | |
812 | arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
813 | $(INCDIR)/dis-asm.h $(BFD_H) arm-opc.h $(INCDIR)/coff/internal.h \ | |
814 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h \ | |
252b5132 | 815 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ |
0d8dfecf AM |
816 | $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h |
817 | avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
bbeb2e03 | 818 | $(INCDIR)/dis-asm.h $(BFD_H) opintl.h $(INCDIR)/opcode/avr.h |
0d8dfecf AM |
819 | cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
820 | $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \ | |
6094e721 | 821 | opintl.h |
0d8dfecf AM |
822 | cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
823 | $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h | |
824 | cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
825 | $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h | |
6c95a37f HPN |
826 | cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
827 | $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/opcode/cris.h \ | |
828 | $(INCDIR)/libiberty.h | |
829 | cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h | |
0d8dfecf AM |
830 | d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
831 | $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) | |
832 | d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
833 | $(INCDIR)/opcode/d10v.h | |
834 | d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
835 | $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
252b5132 | 836 | opintl.h |
0d8dfecf AM |
837 | d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
838 | $(INCDIR)/opcode/d30v.h | |
839 | dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
840 | $(INCDIR)/dis-asm.h $(BFD_H) opintl.h | |
841 | disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
252b5132 | 842 | $(INCDIR)/dis-asm.h $(BFD_H) |
0d8dfecf | 843 | fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 RH |
844 | $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ |
845 | fr30-opc.h opintl.h | |
0d8dfecf | 846 | fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 RH |
847 | $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ |
848 | fr30-opc.h opintl.h | |
0d8dfecf AM |
849 | fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
850 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \ | |
851 | $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h | |
852 | fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
853 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \ | |
854 | $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h | |
855 | fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
856 | $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ | |
252b5132 | 857 | fr30-opc.h |
0d8dfecf AM |
858 | h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
859 | $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
860 | opintl.h | |
861 | h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
862 | h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h | |
863 | hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
864 | $(INCDIR)/dis-asm.h $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h | |
865 | i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
866 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h | |
867 | i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
868 | $(INCDIR)/opcode/i370.h | |
252b5132 RH |
869 | i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
870 | $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h | |
0d8dfecf AM |
871 | i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
872 | $(INCDIR)/dis-asm.h $(BFD_H) | |
2114f57b AM |
873 | ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ |
874 | $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ia64.h | |
875 | ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h | |
876 | ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h | |
877 | ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h | |
878 | ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h | |
879 | ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h | |
880 | ia64-opc-d.lo: ia64-opc-d.c | |
881 | ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ | |
882 | sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \ | |
883 | ia64-asmtab.c | |
884 | ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ | |
885 | sysdep.h config.h ia64-opc.h $(INCDIR)/opcode/ia64.h \ | |
886 | ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \ | |
887 | ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c | |
888 | ia64-asmtab.lo: ia64-asmtab.c | |
0d8dfecf | 889 | m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 RH |
890 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ |
891 | m32r-opc.h opintl.h | |
0d8dfecf | 892 | m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
252b5132 RH |
893 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ |
894 | m32r-opc.h opintl.h | |
0d8dfecf AM |
895 | m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
896 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \ | |
897 | $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h | |
898 | m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
899 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \ | |
900 | $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h | |
901 | m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
902 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ | |
252b5132 | 903 | m32r-opc.h |
0d8dfecf AM |
904 | m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
905 | $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ | |
252b5132 | 906 | m32r-opc.h |
bbeb2e03 L |
907 | m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \ |
908 | $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) | |
909 | m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \ | |
60bcf0fa | 910 | $(INCDIR)/opcode/m68hc11.h |
0d8dfecf AM |
911 | m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
912 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/floatformat.h \ | |
913 | opintl.h $(INCDIR)/opcode/m68k.h | |
914 | m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
252b5132 | 915 | $(INCDIR)/opcode/m68k.h |
0d8dfecf AM |
916 | m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
917 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/m88k.h \ | |
918 | opintl.h | |
919 | mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
920 | mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) | |
921 | mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
922 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/mips.h \ | |
923 | opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ | |
924 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ | |
925 | $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h | |
926 | mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
927 | $(INCDIR)/opcode/mips.h | |
928 | mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
929 | $(INCDIR)/opcode/mips.h | |
930 | m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
931 | $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
932 | opintl.h | |
933 | m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
934 | $(INCDIR)/opcode/mn10200.h | |
935 | m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
936 | $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
937 | opintl.h | |
938 | m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
939 | $(INCDIR)/opcode/mn10300.h | |
252b5132 RH |
940 | ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \ |
941 | sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \ | |
942 | opintl.h | |
0d8dfecf AM |
943 | pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
944 | $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) | |
945 | pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
946 | $(INCDIR)/opcode/pj.h | |
947 | ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
948 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h | |
949 | ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
950 | $(INCDIR)/opcode/ppc.h opintl.h | |
951 | sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
952 | sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) | |
953 | sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
954 | $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
955 | $(INCDIR)/libiberty.h opintl.h | |
956 | sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
957 | $(INCDIR)/opcode/sparc.h | |
958 | tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
959 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic30.h | |
bbeb2e03 L |
960 | tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
961 | $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic54x.h \ | |
962 | $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h | |
963 | tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
964 | $(INCDIR)/opcode/tic54x.h | |
0d8dfecf AM |
965 | tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
966 | $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) | |
967 | tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
968 | $(INCDIR)/opcode/tic80.h | |
969 | v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
970 | $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \ | |
6094e721 | 971 | opintl.h |
0d8dfecf AM |
972 | v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |
973 | $(INCDIR)/opcode/v850.h opintl.h | |
974 | vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
975 | $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) | |
976 | w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
977 | w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) | |
978 | z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ | |
979 | $(INCDIR)/dis-asm.h $(BFD_H) z8k-opc.h | |
980 | z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h | |
252b5132 RH |
981 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |
982 | ||
983 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
984 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
985 | .NOEXPORT: |