]>
Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | ## Process this file with automake to generate Makefile.in |
2 | ||
3 | ## FIXME: Work around apparent bug in automake. | |
4 | INTLLIBS = @INTLLIBS@ | |
5 | ||
6 | AUTOMAKE_OPTIONS = cygnus dejagnu | |
7 | ||
c45021f2 | 8 | SUBDIRS = doc po |
252b5132 RH |
9 | |
10 | tooldir = $(exec_prefix)/$(target_alias) | |
11 | ||
12 | ## These aren't set by automake, because they appear in | |
13 | ## bfd/acinclude.m4, which is included by binutils/acinclude.m4, and | |
14 | ## thus is not seen by automake. | |
15 | CC_FOR_BUILD = @CC_FOR_BUILD@ | |
16 | EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ | |
17 | ||
7a7b06ef | 18 | YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi` |
252b5132 | 19 | YFLAGS = -d |
7a7b06ef | 20 | LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` |
252b5132 | 21 | |
a2d91340 AC |
22 | WARN_CFLAGS = @WARN_CFLAGS@ |
23 | AM_CFLAGS = $(WARN_CFLAGS) | |
24 | ||
252b5132 RH |
25 | # these two are almost the same program |
26 | AR_PROG=ar | |
27 | RANLIB_PROG=ranlib | |
28 | ||
29 | # objcopy and strip should be the same program | |
30 | OBJCOPY_PROG=objcopy | |
31 | STRIP_PROG=strip-new | |
32 | ||
33 | STRINGS_PROG=strings | |
34 | ||
35 | READELF_PROG=readelf | |
36 | ||
37 | # These should all be the same program too. | |
38 | SIZE_PROG=size | |
39 | NM_PROG=nm-new | |
40 | OBJDUMP_PROG=objdump | |
41 | ||
42 | # This is the demangler, as a standalone program. | |
43 | # Note: This one is used as the installed name too, unlike the above. | |
8a965946 | 44 | DEMANGLER_PROG=cxxfilt |
252b5132 RH |
45 | |
46 | ADDR2LINE_PROG=addr2line | |
47 | ||
48 | NLMCONV_PROG=nlmconv | |
49 | DLLTOOL_PROG=dlltool | |
50 | WINDRES_PROG=windres | |
51 | DLLWRAP_PROG=dllwrap | |
52 | ||
53 | SRCONV_PROG=srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) | |
54 | ||
252b5132 RH |
55 | PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@ |
56 | ||
8a965946 | 57 | bin_PROGRAMS = $(SIZE_PROG) $(OBJDUMP_PROG) $(AR_PROG) $(STRINGS_PROG) $(RANLIB_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@ |
252b5132 | 58 | |
8a965946 ILT |
59 | ## We need a special rule to install the programs which are built with |
60 | ## -new, and to rename cxxfilt to c++filt. | |
61 | noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG) | |
252b5132 RH |
62 | |
63 | EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG) | |
64 | ||
eb1e0e80 | 65 | # Stuff that goes in tooldir/ if appropriate. |
252b5132 RH |
66 | TOOL_PROGS = nm-new strip-new ar ranlib dlltool |
67 | ||
68 | BASEDIR = $(srcdir)/.. | |
69 | BFDDIR = $(BASEDIR)/bfd | |
70 | INCDIR = $(BASEDIR)/include | |
71 | ||
41b49281 | 72 | MKDEP = gcc -MM |
252b5132 | 73 | |
eb1e0e80 NC |
74 | INCLUDES = -D_GNU_SOURCE \ |
75 | -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \ | |
76 | @HDEFINES@ \ | |
77 | -I$(srcdir)/../intl -I../intl \ | |
32118081 | 78 | -DLOCALEDIR="\"$(datadir)/locale\"" \ |
eb1e0e80 | 79 | -Dbin_dummy_emulation=$(EMULATION_VECTOR) |
252b5132 | 80 | |
a6637ec0 AM |
81 | HFILES = \ |
82 | arsup.h binemul.h bucomm.h budbg.h budemang.h \ | |
83 | coffgrok.h debug.h dlltool.h nlmconv.h \ | |
84 | windres.h winduni.h | |
252b5132 | 85 | |
41b49281 | 86 | GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h |
252b5132 | 87 | |
a6637ec0 AM |
88 | CFILES = \ |
89 | addr2line.c ar.c arsup.c binemul.c bucomm.c budemang.c \ | |
bb279dc0 | 90 | coffdump.c coffgrok.c cxxfilt.c debug.c dlltool.c dllwrap.c \ |
a6637ec0 AM |
91 | emul_aix.c emul_vanilla.c filemode.c \ |
92 | ieee.c is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \ | |
93 | nlmconv.c nm.c not-ranlib.c not-strip.c \ | |
94 | objcopy.c objdump.c prdbg.c \ | |
95 | rdcoff.c rddbg.c readelf.c rename.c \ | |
96 | resbin.c rescoff.c resrc.c resres.c \ | |
97 | size.c srconv.c stabs.c strings.c sysdump.c version.c \ | |
98 | windres.c winduni.c wrstabs.c | |
252b5132 RH |
99 | |
100 | GENERATED_CFILES = \ | |
bb279dc0 | 101 | arparse.c arlex.c sysroff.c sysinfo.c syslex.c \ |
252b5132 RH |
102 | defparse.c deflex.c nlmheader.c rcparse.c rclex.c |
103 | ||
104 | DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c | |
105 | WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c | |
106 | ||
107 | # Code shared by all the binutils. | |
108 | BULIBS = bucomm.c version.c filemode.c | |
109 | ||
110 | BFDLIB = ../bfd/libbfd.la | |
111 | ||
112 | OPCODES = ../opcodes/libopcodes.la | |
113 | ||
114 | LIBIBERTY = ../libiberty/libiberty.a | |
115 | ||
116 | POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES) | |
117 | po/POTFILES.in: @MAINT@ Makefile | |
51f7282a | 118 | for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ |
252b5132 RH |
119 | && mv tmp $(srcdir)/po/POTFILES.in |
120 | ||
121 | EXPECT = `if [ -f $$r/../expect/expect ] ; then \ | |
122 | echo $$r/../expect/expect ; \ | |
123 | else echo expect ; fi` | |
124 | RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \ | |
125 | echo ${srcdir}/../dejagnu/runtest ; \ | |
126 | else echo runtest ; fi` | |
127 | ||
128 | CC_FOR_TARGET = ` \ | |
129 | if [ -f $$r/../gcc/xgcc ] ; then \ | |
130 | if [ -f $$r/../newlib/Makefile ] ; then \ | |
131 | echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ | |
132 | else \ | |
133 | echo $$r/../gcc/xgcc -B$$r/../gcc/; \ | |
134 | fi; \ | |
135 | else \ | |
136 | if [ "@host@" = "@target@" ] ; then \ | |
137 | echo $(CC); \ | |
138 | else \ | |
139 | echo gcc | sed '$(transform)'; \ | |
140 | fi; \ | |
141 | fi` | |
142 | ||
143 | check-DEJAGNU: site.exp | |
144 | srcdir=`cd $(srcdir) && pwd`; export srcdir; \ | |
145 | r=`pwd`; export r; \ | |
146 | EXPECT=$(EXPECT); export EXPECT; \ | |
147 | if [ -f $(top_builddir)/../expect/expect ]; then \ | |
148 | TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ | |
149 | export TCL_LIBRARY; \ | |
150 | fi; \ | |
151 | runtest=$(RUNTEST); \ | |
152 | if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ | |
16474668 NC |
153 | CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \ |
154 | $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \ | |
155 | $(RUNTESTFLAGS); \ | |
252b5132 RH |
156 | else echo "WARNING: could not find \`runtest'" 1>&2; :;\ |
157 | fi | |
158 | ||
159 | installcheck: | |
160 | /bin/sh $(srcdir)/sanity.sh $(bindir) | |
161 | ||
252b5132 RH |
162 | LDADD = $(BFDLIB) $(LIBIBERTY) $(INTLLIBS) |
163 | ||
164 | size_SOURCES = size.c $(BULIBS) | |
165 | ||
166 | objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) | |
167 | ||
168 | strings_SOURCES = strings.c $(BULIBS) | |
169 | ||
4d6ed7c8 | 170 | readelf_SOURCES = readelf.c version.c unwind-ia64.c |
252b5132 RH |
171 | readelf_LDADD = $(INTLLIBS) $(LIBIBERTY) |
172 | ||
173 | strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) | |
174 | ||
a6637ec0 | 175 | nm_new_SOURCES = nm.c budemang.c $(BULIBS) |
252b5132 | 176 | |
a6637ec0 | 177 | objdump_SOURCES = objdump.c budemang.c prdbg.c $(DEBUG_SRCS) $(BULIBS) |
252b5132 RH |
178 | objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS) |
179 | ||
8b1e6df3 NC |
180 | objdump.o:objdump.c |
181 | $(COMPILE) -c $(OBJDUMP_DEFS) $(srcdir)/objdump.c | |
182 | ||
bb279dc0 | 183 | cxxfilt_SOURCES = cxxfilt.c $(BULIBS) |
252b5132 | 184 | |
eb1e0e80 NC |
185 | ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c binemul.c \ |
186 | emul_$(EMULATION).c $(BULIBS) | |
252b5132 RH |
187 | ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS) |
188 | ||
eb1e0e80 NC |
189 | ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c \ |
190 | binemul.c emul_$(EMULATION).c $(BULIBS) | |
252b5132 RH |
191 | ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS) |
192 | ||
a6637ec0 | 193 | addr2line_SOURCES = addr2line.c budemang.c $(BULIBS) |
252b5132 | 194 | |
41b49281 | 195 | # The following is commented out for the conversion to automake. |
252b5132 RH |
196 | # This rule creates a single binary that switches between ar and ranlib |
197 | # by looking at argv[0]. Use this kludge to save some disk space. | |
198 | # However, you have to install things by hand. | |
199 | # (That is after 'make install', replace the installed ranlib by a link to ar.) | |
200 | # Alternatively, you can install ranlib.sh as ranlib. | |
201 | # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o | |
202 | # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS) | |
203 | # -rm -f $(RANLIB_PROG) | |
204 | # -ln $(AR_PROG) $(RANLIB_PROG) | |
205 | # | |
206 | # objcopy and strip in one binary that uses argv[0] to decide its action. | |
207 | # | |
208 | #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o | |
209 | # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS) | |
210 | # -rm -f $(STRIP_PROG) | |
211 | # -ln $(OBJCOPY_PROG) $(STRIP_PROG) | |
212 | ||
213 | sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info | |
214 | ./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c | |
215 | ./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c | |
216 | ./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c | |
217 | ||
218 | sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info | |
219 | ./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h | |
220 | ||
221 | sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o | |
222 | $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o | |
223 | ||
224 | syslex.o: syslex.c sysinfo.h | |
225 | if [ -r syslex.c ]; then \ | |
226 | $(CC_FOR_BUILD) -c -I. $(CFLAGS) syslex.c ; \ | |
227 | else \ | |
228 | $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(CFLAGS) $(srcdir)/syslex.c ;\ | |
229 | fi | |
230 | ||
231 | sysinfo.o: sysinfo.c | |
232 | if [ -r sysinfo.c ]; then \ | |
233 | $(CC_FOR_BUILD) -c -I. $(CFLAGS) sysinfo.c ; \ | |
234 | else \ | |
235 | $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/sysinfo.c ; \ | |
236 | fi | |
237 | ||
41b49281 AM |
238 | # We need these for parallel make. |
239 | arparse.h: arparse.c | |
240 | defparse.h: defparse.c | |
241 | nlmheader.h: nlmheader.c | |
242 | rcparse.h: rcparse.c | |
243 | sysinfo.h: sysinfo.c | |
244 | ||
252b5132 RH |
245 | srconv_SOURCES = srconv.c coffgrok.c $(BULIBS) |
246 | ||
0724d64b | 247 | dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS) |
252b5132 RH |
248 | dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS) |
249 | ||
250 | dlltool.o:dlltool.c | |
251 | $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c | |
252 | ||
09cda596 DD |
253 | rescoff.o:rescoff.c |
254 | $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c | |
255 | ||
252b5132 RH |
256 | coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS) |
257 | ||
258 | sysdump_SOURCES = sysdump.c $(BULIBS) | |
259 | ||
260 | # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency | |
261 | # scripts, since they are only included conditionally. | |
262 | nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h | |
263 | ldname=`echo ld | sed '$(transform)'`; \ | |
264 | $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c | |
265 | ||
266 | nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS) | |
267 | ||
268 | windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \ | |
269 | winduni.c resres.c $(BULIBS) | |
270 | windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS) | |
271 | ||
0724d64b | 272 | dllwrap_SOURCES = dllwrap.c version.c |
bb0cb4db | 273 | dllwrap_LDADD = $(LIBIBERTY) $(INTLLIBS) |
252b5132 RH |
274 | |
275 | ||
c45021f2 | 276 | EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \ |
252b5132 RH |
277 | syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c |
278 | ||
c45021f2 | 279 | diststuff: $(EXTRA_DIST) info |
252b5132 | 280 | |
bb279dc0 | 281 | DISTCLEANFILES = sysinfo sysroff.c sysroff.h \ |
252b5132 RH |
282 | site.exp site.bak |
283 | ||
6a8c2b0d AM |
284 | Makefile: $(BFDDIR)/configure.in |
285 | ||
252b5132 | 286 | # Targets to rebuild dependencies in this Makefile. |
c278c150 ILT |
287 | # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES). |
288 | DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h | |
289 | rm -f DEP1 | |
41b49281 | 290 | $(MAKE) MKDEP="$(MKDEP)" DEP1 |
0bdaf48b AM |
291 | sed -f dep.sed < DEP1 > DEPA |
292 | echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA | |
293 | if grep ' /' DEPA > /dev/null 2> /dev/null; then \ | |
6d5be915 AM |
294 | echo 'make DEP failed!'; exit 1; \ |
295 | else \ | |
0bdaf48b | 296 | mv -f DEPA $@; \ |
6d5be915 | 297 | fi |
252b5132 | 298 | |
c278c150 | 299 | DEP1: $(CFILES) $(GENERATED_CFILES) |
c278c150 | 300 | echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 |
41b49281 AM |
301 | echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 |
302 | $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 | |
303 | mv -f DEP2 $@ | |
252b5132 RH |
304 | |
305 | dep.sed: dep-in.sed config.status | |
306 | objdir=`pwd`; \ | |
307 | sed <$(srcdir)/dep-in.sed >dep.sed \ | |
308 | -e 's!@INCDIR@!$(INCDIR)!' \ | |
309 | -e 's!@BFDDIR@!$(BFDDIR)!' \ | |
310 | -e 's!@SRCDIR@!$(srcdir)!' \ | |
8e42bcb6 AM |
311 | -e "s!@OBJDIR@!$${objdir}!" \ |
312 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/binutils$$,,`'!' | |
252b5132 | 313 | |
c278c150 | 314 | dep: DEP |
252b5132 | 315 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile |
c278c150 | 316 | cat DEP >> tmp-Makefile |
252b5132 RH |
317 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile |
318 | ||
c278c150 | 319 | dep-in: DEP |
252b5132 | 320 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in |
c278c150 | 321 | cat DEP >> tmp-Makefile.in |
252b5132 RH |
322 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in |
323 | ||
c278c150 | 324 | dep-am: DEP |
252b5132 | 325 | sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am |
c278c150 | 326 | cat DEP >> tmp-Makefile.am |
252b5132 RH |
327 | $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am |
328 | ||
329 | .PHONY: dep dep-in dep-am | |
330 | ||
331 | ### | |
c45021f2 NC |
332 | |
333 | MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh* | |
252b5132 RH |
334 | mostlyclean-local: |
335 | -rm -rf tmpdir | |
336 | ||
0bdaf48b | 337 | CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 |
252b5132 RH |
338 | |
339 | .PHONY: install-exec-local | |
340 | ||
9c28aef3 | 341 | install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS) |
252b5132 RH |
342 | @list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
343 | if test -f $$p; then \ | |
8a965946 | 344 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
d3d8a9ee | 345 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
252b5132 RH |
346 | else :; fi; \ |
347 | done | |
d3d8a9ee | 348 | $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin |
252b5132 RH |
349 | for i in $(TOOL_PROGS); do \ |
350 | if [ -f $$i$(EXEEXT) ]; then \ | |
351 | j=`echo $$i | sed -e 's/-new//'`; \ | |
352 | k=`echo $$j | sed '$(transform)'`; \ | |
75aa6618 | 353 | if [ "$(bindir)/$$k" != "$(tooldir)/bin/$$j" ]; then \ |
d3d8a9ee NC |
354 | rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \ |
355 | ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \ | |
356 | || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \ | |
252b5132 RH |
357 | fi; \ |
358 | else true; \ | |
359 | fi; \ | |
360 | done | |
361 | ||
362 | # What appears below is generated by a hacked mkdep using gcc -MM. | |
363 | ||
364 | # DO NOT DELETE THIS LINE -- mkdep uses it. | |
365 | # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. | |
252b5132 | 366 | addr2line.o: addr2line.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
367 | $(INCDIR)/symcat.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \ |
368 | $(INCDIR)/demangle.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
a6637ec0 | 369 | $(INCDIR)/fopen-same.h budemang.h |
6a8c2b0d AM |
370 | ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
371 | $(INCDIR)/libiberty.h $(INCDIR)/progress.h bucomm.h \ | |
372 | config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
1ea788ee AM |
373 | $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h arsup.h $(INCDIR)/filenames.h \ |
374 | binemul.h | |
252b5132 | 375 | arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
376 | $(INCDIR)/symcat.h arsup.h $(INCDIR)/libiberty.h bucomm.h \ |
377 | config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
378 | $(INCDIR)/filenames.h | |
a6637ec0 AM |
379 | binemul.o: binemul.c binemul.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
380 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
381 | $(INCDIR)/fopen-same.h | |
252b5132 | 382 | bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
55bb4be3 AM |
383 | $(INCDIR)/symcat.h ../bfd/bfdver.h $(INCDIR)/libiberty.h \ |
384 | bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
385 | $(INCDIR)/filenames.h $(BFDDIR)/libbfd.h | |
c5b3a82a | 386 | budemang.o: budemang.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
a6637ec0 AM |
387 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \ |
388 | budemang.h | |
8e42bcb6 AM |
389 | coffdump.o: coffdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
390 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h coffgrok.h \ | |
391 | bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h | |
392 | coffgrok.o: coffgrok.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
393 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \ | |
394 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h \ | |
395 | $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h coffgrok.h | |
bb279dc0 ZW |
396 | cxxfilt.o: cxxfilt.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
397 | $(INCDIR)/symcat.h bucomm.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
398 | $(INCDIR)/libiberty.h $(INCDIR)/demangle.h $(INCDIR)/safe-ctype.h | |
252b5132 | 399 | debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
400 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
401 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h | |
252b5132 | 402 | dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
403 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \ |
404 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/demangle.h \ | |
405 | $(INCDIR)/dyn-string.h dlltool.h $(INCDIR)/safe-ctype.h | |
a6637ec0 AM |
406 | dllwrap.o: dllwrap.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
407 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \ | |
408 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/dyn-string.h | |
409 | emul_aix.o: emul_aix.c binemul.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
410 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
411 | $(INCDIR)/fopen-same.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ | |
412 | $(INCDIR)/coff/xcoff.h $(BFDDIR)/libcoff.h $(BFDDIR)/libxcoff.h | |
413 | emul_vanilla.o: emul_vanilla.c binemul.h ../bfd/bfd.h \ | |
414 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h bucomm.h config.h \ | |
415 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h | |
252b5132 | 416 | filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
417 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
418 | $(INCDIR)/fopen-same.h | |
419 | ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ | |
420 | $(INCDIR)/ieee.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
421 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h \ | |
422 | budbg.h $(INCDIR)/filenames.h | |
252b5132 RH |
423 | is-ranlib.o: is-ranlib.c |
424 | is-strip.o: is-strip.c | |
425 | maybe-ranlib.o: maybe-ranlib.c | |
426 | maybe-strip.o: maybe-strip.c | |
427 | nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
6a8c2b0d AM |
428 | $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \ |
429 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/safe-ctype.h \ | |
430 | $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ | |
431 | $(INCDIR)/nlm/external.h nlmconv.h | |
432 | nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ | |
433 | $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
a6637ec0 AM |
434 | $(INCDIR)/fopen-same.h budemang.h $(INCDIR)/aout/stab_gnu.h \ |
435 | $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h \ | |
436 | $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ | |
437 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h | |
252b5132 RH |
438 | not-ranlib.o: not-ranlib.c |
439 | not-strip.o: not-strip.c | |
440 | objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
6a8c2b0d AM |
441 | $(INCDIR)/symcat.h $(INCDIR)/progress.h bucomm.h config.h \ |
442 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ | |
6ece5c52 AM |
443 | budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h $(BFDDIR)/elf-bfd.h \ |
444 | $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ | |
445 | $(INCDIR)/bfdlink.h | |
252b5132 | 446 | objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6e1a7e9a AM |
447 | $(INCDIR)/symcat.h ../bfd/bfdver.h $(INCDIR)/progress.h \ |
448 | bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
449 | budemang.h $(INCDIR)/safe-ctype.h $(INCDIR)/dis-asm.h \ | |
450 | $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \ | |
451 | budbg.h $(INCDIR)/aout/aout64.h | |
6a8c2b0d AM |
452 | prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
453 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
454 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h \ | |
455 | budbg.h | |
252b5132 | 456 | rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
457 | $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h bucomm.h \ |
458 | config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
a6637ec0 AM |
459 | $(INCDIR)/libiberty.h debug.h budbg.h $(BFDDIR)/libcoff.h \ |
460 | $(INCDIR)/bfdlink.h | |
252b5132 | 461 | rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
462 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
463 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h debug.h \ | |
464 | budbg.h | |
a6637ec0 AM |
465 | readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
466 | $(INCDIR)/symcat.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ | |
467 | $(INCDIR)/elf/internal.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/alpha.h \ | |
468 | $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/arm.h \ | |
469 | $(INCDIR)/elf/avr.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/d10v.h \ | |
470 | $(INCDIR)/elf/d30v.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/fr30.h \ | |
471 | $(INCDIR)/elf/frv.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/hppa.h \ | |
bb279dc0 ZW |
472 | $(INCDIR)/elf/i386.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/i860.h \ |
473 | $(INCDIR)/elf/i960.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/ip2k.h \ | |
474 | $(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.h \ | |
475 | $(INCDIR)/elf/mcore.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/mmix.h \ | |
2469cfa2 NC |
476 | $(INCDIR)/elf/mn10200.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/msp430.h \ |
477 | $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \ | |
c833c019 AM |
478 | $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \ |
479 | $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \ | |
3443c1ae AM |
480 | $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/crx.h \ |
481 | $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/xtensa.h $(INCDIR)/aout/ar.h \ | |
482 | bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ | |
55bb4be3 | 483 | $(INCDIR)/libiberty.h unwind-ia64.h |
a6637ec0 AM |
484 | rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
485 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
486 | $(INCDIR)/fopen-same.h | |
487 | resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
488 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
489 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \ | |
490 | winduni.h | |
491 | rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
492 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
493 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \ | |
494 | winduni.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ | |
495 | $(INCDIR)/bfdlink.h | |
496 | resrc.o: resrc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
497 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
498 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ | |
499 | windres.h winduni.h | |
500 | resres.o: resres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
501 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
502 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \ | |
503 | winduni.h | |
6a8c2b0d | 504 | size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
ba323545 AM |
505 | bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ |
506 | $(INCDIR)/libiberty.h | |
8e42bcb6 AM |
507 | srconv.o: srconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
508 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
509 | $(INCDIR)/fopen-same.h sysroff.h coffgrok.h $(INCDIR)/libiberty.h \ | |
510 | $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ | |
511 | sysroff.c | |
252b5132 | 512 | stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
513 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
514 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ | |
515 | $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/filenames.h \ | |
516 | $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def | |
252b5132 | 517 | strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
8e42bcb6 AM |
518 | $(INCDIR)/symcat.h $(INCDIR)/getopt.h bucomm.h config.h \ |
519 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ | |
520 | $(INCDIR)/safe-ctype.h | |
252b5132 | 521 | sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d | 522 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
8e42bcb6 AM |
523 | $(INCDIR)/fopen-same.h $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h \ |
524 | sysroff.h sysroff.c | |
252b5132 | 525 | version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6e1a7e9a AM |
526 | $(INCDIR)/symcat.h ../bfd/bfdver.h bucomm.h config.h \ |
527 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h | |
252b5132 | 528 | windres.o: windres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
529 | $(INCDIR)/symcat.h $(INCDIR)/getopt.h bucomm.h config.h \ |
530 | $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ | |
531 | $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h windres.h \ | |
efc3ee7f | 532 | winduni.h |
252b5132 | 533 | winduni.o: winduni.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
534 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
535 | $(INCDIR)/fopen-same.h winduni.h $(INCDIR)/safe-ctype.h | |
a6637ec0 | 536 | wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
1ea788ee | 537 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
a6637ec0 AM |
538 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ |
539 | debug.h budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ | |
540 | $(INCDIR)/aout/stab.def | |
252b5132 | 541 | arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
542 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
543 | $(INCDIR)/fopen-same.h arsup.h | |
8e42bcb6 AM |
544 | arlex.o: arlex.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ |
545 | arparse.h | |
252b5132 RH |
546 | sysroff.o: sysroff.c |
547 | sysinfo.o: sysinfo.c | |
548 | syslex.o: syslex.c sysinfo.h | |
549 | defparse.o: defparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ | |
6a8c2b0d AM |
550 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
551 | $(INCDIR)/fopen-same.h dlltool.h | |
252b5132 RH |
552 | deflex.o: deflex.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
553 | defparse.h dlltool.h | |
8e42bcb6 AM |
554 | nlmheader.o: nlmheader.c $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \ |
555 | ../bfd/bfd.h $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ | |
6a8c2b0d AM |
556 | $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ |
557 | nlmconv.h | |
252b5132 | 558 | rcparse.o: rcparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
559 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
560 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h windres.h \ | |
561 | winduni.h $(INCDIR)/safe-ctype.h | |
252b5132 | 562 | rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
6a8c2b0d AM |
563 | $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |
564 | $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \ | |
565 | windres.h winduni.h rcparse.h | |
252b5132 | 566 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |