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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [bfd/] [doc/] [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_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69
BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70
BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71
BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
72
CATALOGS = @CATALOGS@
73
CATOBJEXT = @CATOBJEXT@
74
CC = @CC@
75
CC_FOR_BUILD = @CC_FOR_BUILD@
76
COREFILE = @COREFILE@
77
COREFLAG = @COREFLAG@
78
CXX = @CXX@
79
CXXCPP = @CXXCPP@
80
DATADIRNAME = @DATADIRNAME@
81
DLLTOOL = @DLLTOOL@
82
EXEEXT = @EXEEXT@
83
EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
84
GCJ = @GCJ@
85
GCJFLAGS = @GCJFLAGS@
86
GMOFILES = @GMOFILES@
87
GMSGFMT = @GMSGFMT@
88
GT_NO = @GT_NO@
89
GT_YES = @GT_YES@
90
HDEFINES = @HDEFINES@
91
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
92
INSTOBJEXT = @INSTOBJEXT@
93
INTLDEPS = @INTLDEPS@
94
INTLLIBS = @INTLLIBS@
95
INTLOBJS = @INTLOBJS@
96
LIBTOOL = @LIBTOOL@
97
LN_S = @LN_S@
98
MAINT = @MAINT@
99
MAKEINFO = @MAKEINFO@
100
MKINSTALLDIRS = @MKINSTALLDIRS@
101
MSGFMT = @MSGFMT@
102
OBJDUMP = @OBJDUMP@
103
OBJEXT = @OBJEXT@
104
PACKAGE = @PACKAGE@
105
POFILES = @POFILES@
106
POSUB = @POSUB@
107
RANLIB = @RANLIB@
108
STRIP = @STRIP@
109
TDEFINES = @TDEFINES@
110
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
111
USE_NLS = @USE_NLS@
112
VERSION = @VERSION@
113
WARN_CFLAGS = @WARN_CFLAGS@
114
WIN32LDFLAGS = @WIN32LDFLAGS@
115
WIN32LIBADD = @WIN32LIBADD@
116
all_backends = @all_backends@
117
bfd_backends = @bfd_backends@
118
bfd_machines = @bfd_machines@
119
l = @l@
120
tdefaults = @tdefaults@
121
wordsize = @wordsize@
122
 
123
AUTOMAKE_OPTIONS = cygnus
124
 
125
DOCFILES = aoutx.texi  archive.texi archures.texi \
126
        bfdt.texi  cache.texi coffcode.texi \
127
        core.texi elf.texi elfcode.texi  format.texi  libbfd.texi  \
128
        opncls.texi  reloc.texi  section.texi  \
129
        syms.texi  targets.texi init.texi hash.texi linker.texi
130
 
131
 
132
PROTOS = archive.p archures.p bfd.p \
133
         core.p format.p \
134
        libbfd.p opncls.p reloc.p \
135
        section.p syms.p targets.p  \
136
        format.p  core.p init.p
137
 
138
 
139
IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
140
 
141
# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
142
# between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,
143
# you don't need these three:
144
SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)/../archive.c \
145
        $(srcdir)/../archures.c $(srcdir)/../bfd.c \
146
        $(srcdir)/../cache.c $(srcdir)/../coffcode.h \
147
        $(srcdir)/../corefile.c $(srcdir)/../elf.c \
148
        $(srcdir)/../elfcode.h  $(srcdir)/../format.c \
149
        $(srcdir)/../libbfd.c $(srcdir)/../opncls.c \
150
        $(srcdir)/../reloc.c  $(srcdir)/../section.c \
151
        $(srcdir)/../syms.c  $(srcdir)/../targets.c \
152
        $(srcdir)/../hash.c $(srcdir)/../linker.c
153
 
154
 
155
SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
156
        $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
157
        $(srcdir)/../format.c $(srcdir)/../libbfd.c \
158
        $(srcdir)/../opncls.c $(srcdir)/../reloc.c \
159
        $(srcdir)/../section.c $(srcdir)/../syms.c \
160
        $(srcdir)/../targets.c $(srcdir)/../init.c
161
 
162
 
163
SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
164
        $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \
165
        $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
166
        $(srcdir)/../init.c
167
 
168
 
169
TEXIDIR = $(srcdir)/../../texinfo/fsf
170
 
171
info_TEXINFOS = bfd.texinfo
172
 
173
MKDOC = chew$(EXEEXT_FOR_BUILD)
174
 
175
noinst_TEXINFOS = bfdint.texi
176
 
177
MOSTLYCLEANFILES = $(MKDOC) *.o
178
 
179
CLEANFILES = s-* *.p *.ip
180
 
181
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
182
 
183
MAINTAINERCLEANFILES = $(DOCFILES)
184
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
185
CONFIG_HEADER = ../config.h
186
CONFIG_CLEAN_FILES =
187
TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
188
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
189
INFO_DEPS = bfd.info
190
DVIS = bfd.dvi
191
TEXINFOS = bfd.texinfo
192
DIST_COMMON =  ChangeLog Makefile.am Makefile.in
193
 
194
 
195
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
196
 
197
TAR = gtar
198
GZIP_ENV = --best
199
all: all-redirect
200
.SUFFIXES:
201
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
202
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
203
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
204
 
205
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
206
        cd $(top_builddir) \
207
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
208
 
209
 
210
bfd.info: bfd.texinfo
211
bfd.dvi: bfd.texinfo
212
 
213
 
214
DVIPS = dvips
215
 
216
.texi.info:
217
        @rm -f $@ $@-[0-9] $@-[0-9][0-9]
218
        $(MAKEINFO) -I $(srcdir) $<
219
 
220
.texi.dvi:
221
        TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
222
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
223
 
224
.texi:
225
        @rm -f $@ $@-[0-9] $@-[0-9][0-9]
226
        $(MAKEINFO) -I $(srcdir) $<
227
 
228
.texinfo.info:
229
        @rm -f $@ $@-[0-9] $@-[0-9][0-9]
230
        $(MAKEINFO) -I $(srcdir) $<
231
 
232
.texinfo:
233
        @rm -f $@ $@-[0-9] $@-[0-9][0-9]
234
        $(MAKEINFO) -I $(srcdir) $<
235
 
236
.texinfo.dvi:
237
        TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
238
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
239
 
240
.txi.info:
241
        @rm -f $@ $@-[0-9] $@-[0-9][0-9]
242
        $(MAKEINFO) -I $(srcdir) $<
243
 
244
.txi.dvi:
245
        TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
246
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
247
 
248
.txi:
249
        @rm -f $@ $@-[0-9] $@-[0-9][0-9]
250
        $(MAKEINFO) -I $(srcdir) $<
251
.dvi.ps:
252
        $(DVIPS) $< -o $@
253
 
254
install-info-am: $(INFO_DEPS)
255
        @$(NORMAL_INSTALL)
256
        $(mkinstalldirs) $(DESTDIR)$(infodir)
257
        @list='$(INFO_DEPS)'; \
258
        for file in $$list; do \
259
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
260
          for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
261
            if test -f $$d/$$ifile; then \
262
              echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
263
              $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
264
            else : ; fi; \
265
          done; \
266
        done
267
        @$(POST_INSTALL)
268
        @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
269
          list='$(INFO_DEPS)'; \
270
          for file in $$list; do \
271
            echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
272
            install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
273
          done; \
274
        else : ; fi
275
 
276
uninstall-info:
277
        $(PRE_UNINSTALL)
278
        @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
279
          ii=yes; \
280
        else ii=; fi; \
281
        list='$(INFO_DEPS)'; \
282
        for file in $$list; do \
283
          test -z "$ii" \
284
            || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
285
        done
286
        @$(NORMAL_UNINSTALL)
287
        list='$(INFO_DEPS)'; \
288
        for file in $$list; do \
289
          (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
290
        done
291
 
292
dist-info: $(INFO_DEPS)
293
        list='$(INFO_DEPS)'; \
294
        for base in $$list; do \
295
          if test -f $$base; then d=.; else d=$(srcdir); fi; \
296
          for file in `cd $$d && eval echo $$base*`; do \
297
            test -f $(distdir)/$$file \
298
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
299
            || cp -p $$d/$$file $(distdir)/$$file; \
300
          done; \
301
        done
302
 
303
mostlyclean-aminfo:
304
        -rm -f bfd.aux bfd.cp bfd.cps bfd.dvi bfd.fn bfd.fns bfd.ky bfd.kys \
305
          bfd.ps bfd.log bfd.pg bfd.toc bfd.tp bfd.tps bfd.vr bfd.vrs \
306
          bfd.op bfd.tr bfd.cv bfd.cn
307
 
308
clean-aminfo:
309
 
310
distclean-aminfo:
311
 
312
maintainer-clean-aminfo:
313
        for i in $(INFO_DEPS); do \
314
          rm -f $$i; \
315
          if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
316
            rm -f $$i-[0-9]*; \
317
          fi; \
318
        done
319
clean-info: mostlyclean-aminfo
320
tags: TAGS
321
TAGS:
322
 
323
 
324
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
325
 
326
subdir = doc
327
 
328
distdir: $(DISTFILES)
329
        @for file in $(DISTFILES); do \
330
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
331
          if test -d $$d/$$file; then \
332
            cp -pr $$d/$$file $(distdir)/$$file; \
333
          else \
334
            test -f $(distdir)/$$file \
335
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
336
            || cp -p $$d/$$file $(distdir)/$$file || :; \
337
          fi; \
338
        done
339
        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
340
info-am: $(INFO_DEPS)
341
info: info-am
342
dvi-am: $(DVIS)
343
dvi: dvi-am
344
check-am:
345
check: check-am
346
installcheck-am:
347
installcheck: installcheck-am
348
install-info-am:
349
install-info: install-info-am
350
install-exec-am:
351
install-exec: install-exec-am
352
 
353
install-data-am:
354
install-data: install-data-am
355
 
356
install-am: all-am
357
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
install: install-am
359
uninstall-am:
360
uninstall: uninstall-am
361
all-am: Makefile
362
all-redirect: all-am
363
install-strip:
364
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
365
installdirs:
366
 
367
 
368
mostlyclean-generic:
369
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
370
 
371
clean-generic:
372
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
373
 
374
distclean-generic:
375
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
376
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
377
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
378
 
379
maintainer-clean-generic:
380
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
381
mostlyclean-am:  mostlyclean-aminfo mostlyclean-generic
382
 
383
mostlyclean: mostlyclean-am
384
 
385
clean-am:  clean-aminfo clean-generic mostlyclean-am
386
 
387
clean: clean-am
388
 
389
distclean-am:  distclean-aminfo distclean-generic clean-am
390
        -rm -f libtool
391
 
392
distclean: distclean-am
393
 
394
maintainer-clean-am:  maintainer-clean-aminfo maintainer-clean-generic \
395
                distclean-am
396
        @echo "This command is intended for maintainers to use;"
397
        @echo "it deletes files that may require special tools to rebuild."
398
 
399
maintainer-clean: maintainer-clean-am
400
 
401
.PHONY: install-info-am uninstall-info mostlyclean-aminfo \
402
distclean-aminfo clean-aminfo maintainer-clean-aminfo tags distdir \
403
info-am info dvi-am dvi check check-am installcheck-am installcheck \
404
install-info-am install-info install-exec-am install-exec \
405
install-data-am install-data install-am install uninstall-am uninstall \
406
all-redirect all-am all installdirs mostlyclean-generic \
407
distclean-generic clean-generic maintainer-clean-generic clean \
408
mostlyclean distclean maintainer-clean
409
 
410
 
411
$(MKDOC): chew.o
412
        $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)
413
 
414
chew.o: chew.c
415
        $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c
416
 
417
protos: libbfd.h libcoff.h bfd.h
418
 
419
bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo
420
 
421
# We can't replace these rules with an implicit rule, because
422
# makes without VPATH support couldn't find the .h files in `..'.
423
 
424
# We use s-XXX targets so that we can distribute the info files,
425
# and permit people to rebuild them, without requiring the makeinfo
426
# program.  If somebody tries to rebuild info, but none of the .texi
427
# files have changed, then this Makefile will build chew, and will
428
# build all of the stamp files, but will not actually have to rebuild
429
# bfd.info.
430
 
431
s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str
432
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
433
        $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
434
        touch s-aoutx
435
aoutx.texi: s-aoutx
436
 
437
s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str
438
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
439
        $(srcdir)/../../move-if-change archive.tmp archive.texi
440
        touch s-archive
441
archive.texi: s-archive
442
 
443
s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str
444
        ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
445
        $(srcdir)/../../move-if-change archures.tmp archures.texi
446
        touch s-archures
447
archures.texi: s-archures
448
 
449
# We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
450
# bfd.texinfo on an 8.3 filesystem.
451
s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str
452
        ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
453
        $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
454
        touch s-bfd
455
bfdt.texi: s-bfd
456
 
457
s-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str
458
        ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
459
        $(srcdir)/../../move-if-change cache.tmp cache.texi
460
        touch s-cache
461
cache.texi: s-cache
462
 
463
s-coffcode: $(MKDOC) $(srcdir)/../coffcode.h $(srcdir)/doc.str
464
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp
465
        $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
466
        touch s-coffcode
467
coffcode.texi: s-coffcode
468
 
469
s-core: $(MKDOC) $(srcdir)/../corefile.c $(srcdir)/doc.str
470
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
471
        $(srcdir)/../../move-if-change core.tmp core.texi
472
        touch s-core
473
core.texi: s-core
474
 
475
s-elf: $(MKDOC) $(srcdir)/../elf.c $(srcdir)/doc.str
476
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp
477
        $(srcdir)/../../move-if-change elf.tmp elf.texi
478
        touch s-elf
479
elf.texi: s-elf
480
 
481
s-elfcode: $(MKDOC) $(srcdir)/../elfcode.h $(srcdir)/doc.str
482
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp
483
        $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
484
        touch s-elfcode
485
elfcode.texi: s-elfcode
486
 
487
s-format: $(MKDOC) $(srcdir)/../format.c $(srcdir)/doc.str
488
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp
489
        $(srcdir)/../../move-if-change format.tmp format.texi
490
        touch s-format
491
format.texi: s-format
492
 
493
s-libbfd: $(MKDOC) $(srcdir)/../libbfd.c $(srcdir)/doc.str
494
        ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp
495
        $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi
496
        touch s-libbfd
497
libbfd.texi: s-libbfd
498
 
499
s-opncls: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str
500
        ./$(MKDOC) -f $(srcdir)/doc.str  <$(srcdir)/../opncls.c >opncls.tmp
501
        $(srcdir)/../../move-if-change opncls.tmp opncls.texi
502
        touch s-opncls
503
opncls.texi: s-opncls
504
 
505
s-reloc: $(MKDOC) $(srcdir)/../reloc.c $(srcdir)/doc.str
506
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp
507
        $(srcdir)/../../move-if-change reloc.tmp reloc.texi
508
        touch s-reloc
509
reloc.texi: s-reloc
510
 
511
s-section: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str
512
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp
513
        $(srcdir)/../../move-if-change section.tmp section.texi
514
        touch s-section
515
section.texi: s-section
516
 
517
s-syms: $(MKDOC) $(srcdir)/../syms.c $(srcdir)/doc.str
518
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
519
        $(srcdir)/../../move-if-change syms.tmp syms.texi
520
        touch s-syms
521
syms.texi: s-syms
522
 
523
s-targets: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str
524
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
525
        $(srcdir)/../../move-if-change targets.tmp targets.texi
526
        touch s-targets
527
targets.texi: s-targets
528
 
529
s-init: $(MKDOC) $(srcdir)/../init.c $(srcdir)/doc.str
530
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp
531
        $(srcdir)/../../move-if-change init.tmp init.texi
532
        touch s-init
533
init.texi: s-init
534
 
535
s-hash: $(MKDOC) $(srcdir)/../hash.c $(srcdir)/doc.str
536
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp
537
        $(srcdir)/../../move-if-change hash.tmp hash.texi
538
        touch s-hash
539
hash.texi: s-hash
540
 
541
s-linker: $(MKDOC) $(srcdir)/../linker.c $(srcdir)/doc.str
542
        ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp
543
        $(srcdir)/../../move-if-change linker.tmp linker.texi
544
        touch s-linker
545
linker.texi: s-linker
546
 
547
libbfd.h: $(srcdir)/../libbfd-in.h      \
548
        $(srcdir)/../init.c             \
549
        $(srcdir)/../libbfd.c           \
550
        $(srcdir)/../cache.c            \
551
        $(srcdir)/../reloc.c            \
552
        $(srcdir)/../archures.c         \
553
        $(srcdir)/proto.str             \
554
        $(MKDOC)
555
        cat $(srcdir)/../libbfd-in.h >libbfd.h
556
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../init.c >>libbfd.h
557
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../libbfd.c >>libbfd.h
558
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../cache.c >>libbfd.h
559
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../reloc.c >>libbfd.h
560
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../archures.c >>libbfd.h
561
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../elf.c >>libbfd.h
562
 
563
libcoff.h: $(srcdir)/../libcoff-in.h    \
564
        $(srcdir)/../coffcode.h         \
565
        $(srcdir)/proto.str             \
566
        $(MKDOC)
567
        cat $(srcdir)/../libcoff-in.h >libcoff.h
568
        ./$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../coffcode.h >>libcoff.h
569
 
570
bfd.h: $(srcdir)/../bfd-in.h            \
571
        $(srcdir)/../init.c             \
572
        $(srcdir)/../opncls.c           \
573
        $(srcdir)/../libbfd.c           \
574
        $(srcdir)/../section.c          \
575
        $(srcdir)/../archures.c         \
576
        $(srcdir)/../reloc.c            \
577
        $(srcdir)/../syms.c             \
578
        $(srcdir)/../bfd.c              \
579
        $(srcdir)/../archive.c          \
580
        $(srcdir)/../corefile.c         \
581
        $(srcdir)/../targets.c          \
582
        $(srcdir)/../format.c           \
583
        $(srcdir)/proto.str             \
584
        $(MKDOC)
585
        cat $(srcdir)/../bfd-in.h >bfd.h
586
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../init.c >>bfd.h
587
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../opncls.c >>bfd.h
588
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../libbfd.c >>bfd.h
589
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../section.c >>bfd.h
590
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../archures.c >>bfd.h
591
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../reloc.c >>bfd.h
592
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../syms.c >>bfd.h
593
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../bfd.c >>bfd.h
594
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../archive.c >>bfd.h
595
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../corefile.c >>bfd.h
596
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../targets.c >>bfd.h
597
        ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../format.c >>bfd.h
598
        echo "#ifdef __cplusplus" >>bfd.h
599
        echo "}" >>bfd.h
600
        echo "#endif" >>bfd.h
601
        echo "#endif" >>bfd.h
602
 
603
# Tell versions [3.59,3.63) of GNU make to not export all variables.
604
# Otherwise a system limit (for SysV at least) may be exceeded.
605
.NOEXPORT:

powered by: WebSVN 2.1.0

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