* Makefile.am (check-DEJAGNU): Export r.
[deliverable/binutils-gdb.git] / binutils / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = dejagnu
4
5 tooldir = $(exec_prefix)/$(target_alias)
6
7 CC_FOR_BUILD = @CC_FOR_BUILD@
8
9 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
10 YFLAGS = -d
11 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
12
13 # these two are almost the same program
14 AR_PROG=ar
15 RANLIB_PROG=ranlib
16
17 # objcopy and strip should be the same program
18 OBJCOPY_PROG=objcopy
19 STRIP_PROG=strip-new
20
21 STRINGS_PROG=strings
22
23 # These should all be the same program too.
24 SIZE_PROG=size
25 NM_PROG=nm-new
26 OBJDUMP_PROG=objdump
27
28 # This is the demangler, as a standalone program.
29 # Note: This one is used as the installed name too, unlike the above.
30 DEMANGLER_PROG=c++filt
31
32 ADDR2LINE_PROG=addr2line
33
34 NLMCONV_PROG=nlmconv
35 DLLTOOL_PROG=dlltool
36 WINDRES_PROG=windres
37
38 SRCONV_PROG=srconv sysdump coffdump
39
40 man_MANS = ar.1 nm.1 objdump.1 ranlib.1 size.1 strings.1 strip.1 objcopy.1 \
41 addr2line.1 nlmconv.1 $(DEMANGLER_PROG).1
42
43 PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) $(ADDR2LINE_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@
44
45 bin_PROGRAMS = $(SIZE_PROG) $(OBJDUMP_PROG) $(AR_PROG) $(STRINGS_PROG) \
46 $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) $(ADDR2LINE_PROG) \
47 @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@
48
49 ## We need a special rule to install the programs which are built with -new
50 noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG)
51
52 EXTRA_PROGRAMS = $(NLMCONV_PROG) $(SRCONV_PROG) $(DLLTOOL_PROG) $(WINDRES_PROG)
53
54 # Stuff that goes in tooldir/ if appropriate
55 TOOL_PROGS = nm-new strip-new ar ranlib dlltool
56
57 BASEDIR = $(srcdir)/..
58 BFDDIR = $(BASEDIR)/bfd
59 INCDIR = $(BASEDIR)/include
60
61 DEP = mkdep
62
63 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @HDEFINES@
64
65 HFILES = arsup.h bucomm.h budbg.h coffgrok.h debug.h nlmconv.h dlltool.h \
66 windres.h
67
68 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h
69
70 CFILES = addr2line.c ar.c arsup.c bucomm.c coffdump.c coffgrok.c debug.c \
71 dlltool.c filemode.c ieee.c is-ranlib.c is-strip.c maybe-ranlib.c \
72 maybe-strip.c nlmconv.c nm.c not-ranlib.c not-strip.c \
73 objcopy.c objdump.c prdbg.c rdcoff.c rddbg.c size.c srconv.c \
74 stabs.c strings.c sysdump.c version.c wrstabs.c \
75 windres.c resrc.c rescoff.c resbin.c
76
77 GENERATED_CFILES = \
78 underscore.c arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
79 defparse.c deflex.c nlmheader.c rcparse.c rclex.c
80
81 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
82 WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
83
84 # Code shared by all the binutils.
85 BULIBS = bucomm.c version.c filemode.c
86
87 BFDLIB = ../bfd/libbfd.la
88
89 OPCODES = ../opcodes/libopcodes.la
90
91 LIBIBERTY = ../libiberty/libiberty.a
92
93 EXPECT = `if [ -f $$r/../expect/expect ] ; then \
94 echo $$r/../expect/expect ; \
95 else echo expect ; fi`
96 RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
97 echo ${srcdir}/../dejagnu/runtest ; \
98 else echo runtest ; fi`
99
100 CC_FOR_TARGET = ` \
101 if [ -f $$r/../gcc/xgcc ] ; then \
102 if [ -f $$r/../newlib/Makefile ] ; then \
103 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
104 else \
105 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
106 fi; \
107 else \
108 if [ "@host@" = "@target@" ] ; then \
109 echo $(CC); \
110 else \
111 echo gcc | sed '$(program_transform_name)'; \
112 fi; \
113 fi`
114
115 check-DEJAGNU: site.exp
116 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
117 r=`pwd`; export r; \
118 EXPECT=$(EXPECT); export EXPECT; \
119 if [ -f $(top_builddir)/../expect/expect ]; then \
120 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
121 export TCL_LIBRARY; \
122 fi; \
123 runtest=$(RUNTEST); \
124 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
125 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
126 CC_FOR_TARGET="$(CC_FOR_TARGET)" \
127 CFLAGS_FOR_TARGET="$(CFLAGS)" $(RUNTESTFLAGS); \
128 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
129 fi
130
131 installcheck:
132 /bin/sh $(srcdir)/sanity.sh $(bindir)
133
134 info_TEXINFOS = binutils.texi
135
136 LDADD = $(BFDLIB) $(LIBIBERTY)
137
138 size_SOURCES = size.c $(BULIBS)
139
140 objcopy_SOURCES = objcopy.c not-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
141
142 strings_SOURCES = strings.c $(BULIBS)
143
144 strip_new_SOURCES = objcopy.c is-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
145
146 nm_new_SOURCES = nm.c $(BULIBS)
147
148 objdump_SOURCES = objdump.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
149 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY)
150
151 underscore.c: stamp-under ; @true
152
153 stamp-under: Makefile
154 echo '/*WARNING: This file is automatically generated!*/' >underscore.t
155 echo "int prepends_underscore = @UNDERSCORE@;" >>underscore.t
156 $(SHELL) $(srcdir)/../move-if-change underscore.t underscore.c
157 touch stamp-under
158
159 version.o: version.c Makefile
160 $(COMPILE) -c -DVERSION='"$(VERSION)"' $(srcdir)/version.c
161
162 bucomm.o: bucomm.c Makefile
163 $(COMPILE) -c -DTARGET='"@target@"' $(srcdir)/bucomm.c
164
165 cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h
166 $(COMPILE) -c -DMAIN -DVERSION='"$(VERSION)"' $(BASEDIR)/libiberty/cplus-dem.c
167
168 c__filt_SOURCES =
169 c__filt_LDADD = cplus-dem.o underscore.o $(LIBIBERTY)
170
171 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c $(BULIBS)
172 ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
173
174 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c $(BULIBS)
175 ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
176
177 addr2line_SOURCES = addr2line.c $(BULIBS)
178
179 # The following is commented out for the convertion to automake.
180 # This rule creates a single binary that switches between ar and ranlib
181 # by looking at argv[0]. Use this kludge to save some disk space.
182 # However, you have to install things by hand.
183 # (That is after 'make install', replace the installed ranlib by a link to ar.)
184 # Alternatively, you can install ranlib.sh as ranlib.
185 # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
186 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
187 # -rm -f $(RANLIB_PROG)
188 # -ln $(AR_PROG) $(RANLIB_PROG)
189 #
190 # objcopy and strip in one binary that uses argv[0] to decide its action.
191 #
192 #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
193 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
194 # -rm -f $(STRIP_PROG)
195 # -ln $(OBJCOPY_PROG) $(STRIP_PROG)
196
197 sysroff.c: sysinfo sysroff.info
198 ./sysinfo -c <$(srcdir)/sysroff.info >sysroff.c
199 ./sysinfo -i <$(srcdir)/sysroff.info >>sysroff.c
200 ./sysinfo -g <$(srcdir)/sysroff.info >>sysroff.c
201
202 sysroff.h: sysinfo sysroff.info
203 ./sysinfo -d <$(srcdir)/sysroff.info >sysroff.h
204
205 sysinfo: sysinfo.o syslex.o
206 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
207
208 syslex.o: syslex.c sysinfo.h
209 if [ -r syslex.c ]; then \
210 $(CC_FOR_BUILD) -c -I. $(CFLAGS) syslex.c ; \
211 else \
212 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(CFLAGS) $(srcdir)/syslex.c ;\
213 fi
214
215 sysinfo.o: sysinfo.c
216 if [ -r sysinfo.c ]; then \
217 $(CC_FOR_BUILD) -c -I. $(CFLAGS) sysinfo.c ; \
218 else \
219 $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/sysinfo.c ; \
220 fi
221
222 srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
223
224 dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS)
225 dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
226
227 dlltool.o:dlltool.c
228 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
229
230 coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
231
232 sysdump_SOURCES = sysdump.c $(BULIBS)
233
234 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
235 # scripts, since they are only included conditionally.
236 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
237 ldname=`echo ld | sed '$(program_transform_name)'`; \
238 $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
239
240 nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
241
242 windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
243 $(BULIBS)
244 windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
245
246 # Targets to rebuild dependencies in this Makefile.
247 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
248 .dep: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
249 rm -f .dep1
250 $(MAKE) DEP=$(DEP) .dep1
251 sed -f dep.sed <.dep1 >.dep
252
253 # This rule really wants a mkdep that runs "gcc -MM".
254 .dep1: $(CFILES) $(GENERATED_CFILES)
255 rm -f .dep2
256 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
257 $(DEP) -f .dep2 $(INCLUDES) $?
258 $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
259
260 dep.sed: dep-in.sed config.status
261 sed <$(srcdir)/dep-in.sed >dep.sed \
262 -e 's!@INCDIR@!$(INCDIR)!' \
263 -e 's!@BFDDIR@!$(BFDDIR)!' \
264 -e 's!@SRCDIR@!$(srcdir)!'
265
266 dep: .dep
267 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
268 cat .dep >> tmp-Makefile
269 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
270
271 dep-in: .dep
272 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
273 cat .dep >> tmp-Makefile.in
274 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
275
276 dep-am: .dep
277 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
278 cat .dep >> tmp-Makefile.am
279 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
280
281 .PHONY: dep dep-in dep-am
282
283 ###
284 # DOCUMENTATION TARGETS
285 config.texi: Makefile
286 rm -f config.texi
287 echo '@set VERSION $(VERSION)' > config.texi
288
289 binutils.dvi: $(srcdir)/binutils.texi config.texi
290
291 binutils.info: $(srcdir)/binutils.texi config.texi
292
293 $(DEMANGLER_PROG).1: cxxfilt.man Makefile
294 sed -e 's/@PROGRAM@/$(DEMANGLER_PROG)/' < $(srcdir)/cxxfilt.man \
295 > $(DEMANGLER_PROG).1
296
297 CLEANFILES = dep.sed .dep .dep1
298
299 .PHONY: install-exec-local
300
301 install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
302 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
303 if test -f $$p; then \
304 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`"; \
305 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`; \
306 else :; fi; \
307 done
308 $(mkinstalldirs) $(tooldir)/bin
309 for i in $(TOOL_PROGS); do \
310 if [ -f $$i$(EXEEXT) ]; then \
311 j=`echo $$i | sed -e 's/-new//'`; \
312 rm -f $(tooldir)/bin/$$j$(EXEEXT); \
313 k=`echo $$j | sed '$(transform)'`; \
314 ln $(bindir)/$$k$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
315 || $(INSTALL_PROGRAM) $$i$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT); \
316 else true; \
317 fi; \
318 done
319
320 # What appears below is generated by a hacked mkdep using gcc -MM.
321
322 # DO NOT DELETE THIS LINE -- mkdep uses it.
323 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
324
325 addr2line.o: addr2line.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
326 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
327 bucomm.h config.h $(INCDIR)/fopen-same.h
328 ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
329 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/fopen-same.h \
330 $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h arsup.h
331 arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
332 arsup.h $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h
333 bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
334 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h
335 coffdump.o: coffdump.c coffgrok.h bucomm.h config.h \
336 $(INCDIR)/fopen-same.h
337 coffgrok.o: coffgrok.c bucomm.h config.h $(INCDIR)/fopen-same.h \
338 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
339 coffgrok.h
340 debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
341 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
342 debug.h
343 dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
344 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h \
345 $(INCDIR)/getopt.h $(INCDIR)/demangle.h dlltool.h
346 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
347 bucomm.h config.h $(INCDIR)/fopen-same.h
348 ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/ieee.h \
349 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
350 debug.h budbg.h
351 is-ranlib.o: is-ranlib.c
352 is-strip.o: is-strip.c
353 maybe-ranlib.o: maybe-ranlib.c
354 maybe-strip.o: maybe-strip.c
355 nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
356 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/fopen-same.h \
357 $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
358 $(INCDIR)/nlm/external.h nlmconv.h
359 nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/progress.h \
360 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/getopt.h \
361 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h \
362 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
363 not-ranlib.o: not-ranlib.c
364 not-strip.o: not-strip.c
365 objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
366 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/fopen-same.h \
367 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h budbg.h
368 objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
369 $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \
370 $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
371 $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/aout/aout64.h
372 prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
373 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
374 debug.h budbg.h
375 rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
376 $(INCDIR)/coff/internal.h bucomm.h config.h $(INCDIR)/fopen-same.h \
377 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
378 budbg.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
379 rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
380 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
381 debug.h budbg.h
382 size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
383 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h
384 srconv.o: srconv.c bucomm.h config.h $(INCDIR)/fopen-same.h \
385 sysroff.h coffgrok.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
386 $(INCDIR)/bfdlink.h sysroff.c
387 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
388 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
389 $(INCDIR)/demangle.h debug.h budbg.h $(INCDIR)/aout/aout64.h \
390 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
391 strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
392 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h
393 sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
394 bucomm.h config.h $(INCDIR)/fopen-same.h sysroff.h \
395 sysroff.c
396 version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
397 bucomm.h config.h $(INCDIR)/fopen-same.h
398 wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
399 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
400 debug.h budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
401 $(INCDIR)/aout/stab.def
402 windres.o: windres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
403 $(INCDIR)/getopt.h bucomm.h config.h $(INCDIR)/fopen-same.h \
404 $(INCDIR)/libiberty.h $(INCDIR)/obstack.h windres.h
405 resrc.o: resrc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
406 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
407 windres.h
408 rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
409 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
410 windres.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
411 $(INCDIR)/bfdlink.h
412 resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
413 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
414 windres.h
415 underscore.o: underscore.c
416 arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
417 bucomm.h config.h $(INCDIR)/fopen-same.h arsup.h
418 arlex.o: arlex.c $(INCDIR)/libiberty.h arparse.h
419 sysroff.o: sysroff.c
420 sysinfo.o: sysinfo.c
421 syslex.o: syslex.c sysinfo.h
422 defparse.o: defparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
423 bucomm.h config.h $(INCDIR)/fopen-same.h dlltool.h
424 deflex.o: deflex.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
425 defparse.h dlltool.h
426 nlmheader.o: nlmheader.c ../bfd/bfd.h bucomm.h config.h \
427 $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
428 nlmconv.h
429 rcparse.o: rcparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
430 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
431 windres.h
432 rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
433 bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
434 windres.h rcparse.h
435
436 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.040185 seconds and 5 git commands to generate.