OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [opcodes/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.