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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [opcodes/] [Makefile.in] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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