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