1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 DOCFILES = aoutx.texi archive.texi archures.texi \
6 bfdt.texi cache.texi coffcode.texi \
7 core.texi elf.texi elfcode.texi format.texi libbfd.texi \
8 opncls.texi reloc.texi section.texi \
9 syms.texi targets.texi init.texi hash.texi linker.texi \
12 PROTOS = archive.p archures.p bfd.p \
14 libbfd.p opncls.p reloc.p \
15 section.p syms.p targets.p \
16 format.p core.p init.p
18 IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
20 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
21 # between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
22 # you don't need these three:
23 SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \
24 $(srcdir)/../archures.c $(srcdir)/../bfd.c \
25 $(srcdir)/../cache.c $(srcdir)/../coffcode.h \
26 $(srcdir)/../corefile.c $(srcdir)/../elf.c \
27 $(srcdir)/../elfcode.h $(srcdir)/../format.c \
28 $(srcdir)/../libbfd.c $(srcdir)/../opncls.c \
29 $(srcdir)/../reloc.c $(srcdir)/../section.c \
30 $(srcdir)/../syms.c $(srcdir)/../targets.c \
31 $(srcdir)/../hash.c $(srcdir)/../linker.c \
34 SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
35 $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
36 $(srcdir)/../format.c $(srcdir)/../libbfd.c \
37 $(srcdir)/../opncls.c $(srcdir)/../reloc.c \
38 $(srcdir)/../section.c $(srcdir)/../syms.c \
39 $(srcdir)/../targets.c $(srcdir)/../init.c
41 SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
42 $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \
43 $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
46 TEXIDIR = $(srcdir)/../../texinfo/fsf
48 info_TEXINFOS = bfd.texinfo
50 MKDOC = chew$(EXEEXT_FOR_BUILD)
53 $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)
56 $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c
58 protos: libbfd.h libcoff.h bfd.h
60 bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo
62 # We can't replace these rules with an implicit rule, because
63 # makes without VPATH support couldn't find the .h files in `..'.
65 # We use s-XXX targets so that we can distribute the info files,
66 # and permit people to rebuild them, without requiring the makeinfo
67 # program. If somebody tries to rebuild info, but none of the .texi
68 # files have changed, then this Makefile will build chew, and will
69 # build all of the stamp files, but will not actually have to rebuild
72 s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str
73 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
74 $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
78 s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str
79 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
80 $(srcdir)/../../move-if-change archive.tmp archive.texi
82 archive.texi: s-archive
84 s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str
85 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
86 $(srcdir)/../../move-if-change archures.tmp archures.texi
88 archures.texi: s-archures
90 # We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
91 # bfd.texinfo on an 8.3 filesystem.
92 s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str
93 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
94 $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
98 s-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str
99 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
100 $(srcdir)/../../move-if-change cache.tmp cache.texi
104 s-coffcode: $(MKDOC) $(srcdir)/../coffcode.h $(srcdir)/doc.str
105 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp
106 $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
108 coffcode.texi: s-coffcode
110 s-core: $(MKDOC) $(srcdir)/../corefile.c $(srcdir)/doc.str
111 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
112 $(srcdir)/../../move-if-change core.tmp core.texi
116 s-elf: $(MKDOC) $(srcdir)/../elf.c $(srcdir)/doc.str
117 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp
118 $(srcdir)/../../move-if-change elf.tmp elf.texi
122 s-elfcode: $(MKDOC) $(srcdir)/../elfcode.h $(srcdir)/doc.str
123 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp
124 $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
126 elfcode.texi: s-elfcode
128 s-mmo: $(MKDOC) $(srcdir)/../mmo.c $(srcdir)/doc.str
129 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../mmo.c >mmo.tmp
130 $(srcdir)/../../move-if-change mmo.tmp mmo.texi
134 s-format: $(MKDOC) $(srcdir)/../format.c $(srcdir)/doc.str
135 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp
136 $(srcdir)/../../move-if-change format.tmp format.texi
138 format.texi: s-format
140 s-libbfd: $(MKDOC) $(srcdir)/../libbfd.c $(srcdir)/doc.str
141 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp
142 $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi
144 libbfd.texi: s-libbfd
146 s-opncls: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str
147 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../opncls.c >opncls.tmp
148 $(srcdir)/../../move-if-change opncls.tmp opncls.texi
150 opncls.texi: s-opncls
152 s-reloc: $(MKDOC) $(srcdir)/../reloc.c $(srcdir)/doc.str
153 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp
154 $(srcdir)/../../move-if-change reloc.tmp reloc.texi
158 s-section: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str
159 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp
160 $(srcdir)/../../move-if-change section.tmp section.texi
162 section.texi: s-section
164 s-syms: $(MKDOC) $(srcdir)/../syms.c $(srcdir)/doc.str
165 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
166 $(srcdir)/../../move-if-change syms.tmp syms.texi
170 s-targets: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str
171 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
172 $(srcdir)/../../move-if-change targets.tmp targets.texi
174 targets.texi: s-targets
176 s-init: $(MKDOC) $(srcdir)/../init.c $(srcdir)/doc.str
177 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp
178 $(srcdir)/../../move-if-change init.tmp init.texi
182 s-hash: $(MKDOC) $(srcdir)/../hash.c $(srcdir)/doc.str
183 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp
184 $(srcdir)/../../move-if-change hash.tmp hash.texi
188 s-linker: $(MKDOC) $(srcdir)/../linker.c $(srcdir)/doc.str
189 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp
190 $(srcdir)/../../move-if-change linker.tmp linker.texi
192 linker.texi: s-linker
195 $(srcdir)/../libbfd-in.h \
196 $(srcdir)/../init.c \
197 $(srcdir)/../libbfd.c \
198 $(srcdir)/../cache.c \
199 $(srcdir)/../reloc.c \
200 $(srcdir)/../archures.c \
202 $(srcdir)/header.sed \
203 $(srcdir)/proto.str \
206 libbfd.h: $(LIBBFD_H_DEP)
207 echo "$(LIBBFD_H_DEP)" | sed -f $(srcdir)/header.sed > $@
208 for file in $(LIBBFD_H_DEP); do \
210 *-in.h) cat $$file >> $@ ;; \
211 */header.sed) break ;; \
212 *) ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
217 $(srcdir)/../libcoff-in.h \
218 $(srcdir)/../coffcode.h \
219 $(srcdir)/header.sed \
220 $(srcdir)/proto.str \
223 libcoff.h: $(LIBCOFF_H_DEP)
224 echo "$(LIBCOFF_H_DEP)" | sed -f $(srcdir)/header.sed > $@
225 for file in $(LIBCOFF_H_DEP); do \
227 *-in.h) cat $$file >> $@ ;; \
228 */header.sed) break ;; \
229 *) ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
234 $(srcdir)/../bfd-in.h \
235 $(srcdir)/../init.c \
236 $(srcdir)/../opncls.c \
237 $(srcdir)/../libbfd.c \
238 $(srcdir)/../section.c \
239 $(srcdir)/../archures.c \
240 $(srcdir)/../reloc.c \
241 $(srcdir)/../syms.c \
243 $(srcdir)/../archive.c \
244 $(srcdir)/../corefile.c \
245 $(srcdir)/../targets.c \
246 $(srcdir)/../format.c \
247 $(srcdir)/header.sed \
248 $(srcdir)/proto.str \
249 $(srcdir)/../version.h \
253 echo "$(BFD_H_DEP)" | sed -f $(srcdir)/header.sed > $@
254 for file in $(BFD_H_DEP); do \
256 *-in.h) cat $$file >> $@ ;; \
257 */header.sed) break ;; \
258 *) ./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \
261 echo "#ifdef __cplusplus" >> $@
266 noinst_TEXINFOS = bfdint.texi
268 MOSTLYCLEANFILES = $(MKDOC) *.o
270 CLEANFILES = s-* *.p *.ip
272 DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
274 MAINTAINERCLEANFILES = $(DOCFILES)
276 # We want install to imply install-info as per GNU standards, despite the
278 install: install-info