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