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