A mostly cosmetic tidy up of warnings and error message reporting.
[deliverable/binutils-gdb.git] / binutils / Makefile.in
1 # 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 BUILD_DLLTOOL = @BUILD_DLLTOOL@
69 BUILD_DLLWRAP = @BUILD_DLLWRAP@
70 BUILD_MISC = @BUILD_MISC@
71 BUILD_NLMCONV = @BUILD_NLMCONV@
72 BUILD_SRCONV = @BUILD_SRCONV@
73 BUILD_WINDRES = @BUILD_WINDRES@
74 CATALOGS = @CATALOGS@
75 CATOBJEXT = @CATOBJEXT@
76 CC = @CC@
77 DATADIRNAME = @DATADIRNAME@
78 DEMANGLER_NAME = @DEMANGLER_NAME@
79 DLLTOOL = @DLLTOOL@
80 DLLTOOL_DEFS = @DLLTOOL_DEFS@
81 EXEEXT = @EXEEXT@
82 GMOFILES = @GMOFILES@
83 GMSGFMT = @GMSGFMT@
84 GT_NO = @GT_NO@
85 GT_YES = @GT_YES@
86 HDEFINES = @HDEFINES@
87 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
88 INSTOBJEXT = @INSTOBJEXT@
89 INTLDEPS = @INTLDEPS@
90 INTLOBJS = @INTLOBJS@
91 LIBTOOL = @LIBTOOL@
92 LN_S = @LN_S@
93 MAINT = @MAINT@
94 MAKEINFO = @MAKEINFO@
95 MKINSTALLDIRS = @MKINSTALLDIRS@
96 MSGFMT = @MSGFMT@
97 NLMCONV_DEFS = @NLMCONV_DEFS@
98 OBJDUMP = @OBJDUMP@
99 PACKAGE = @PACKAGE@
100 POFILES = @POFILES@
101 POSUB = @POSUB@
102 RANLIB = @RANLIB@
103 UNDERSCORE = @UNDERSCORE@
104 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105 USE_NLS = @USE_NLS@
106 VERSION = @VERSION@
107 l = @l@
108
109 INTLLIBS = @INTLLIBS@
110
111 AUTOMAKE_OPTIONS = cygnus dejagnu
112
113 SUBDIRS = po
114
115 tooldir = $(exec_prefix)/$(target_alias)
116
117 CC_FOR_BUILD = @CC_FOR_BUILD@
118 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
119
120 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
121 YFLAGS = -d
122 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
123
124 # these two are almost the same program
125 AR_PROG = ar
126 RANLIB_PROG = ranlib
127
128 # objcopy and strip should be the same program
129 OBJCOPY_PROG = objcopy
130 STRIP_PROG = strip-new
131
132 STRINGS_PROG = strings
133
134 READELF_PROG = readelf
135
136 # These should all be the same program too.
137 SIZE_PROG = size
138 NM_PROG = nm-new
139 OBJDUMP_PROG = objdump
140
141 # This is the demangler, as a standalone program.
142 # Note: This one is used as the installed name too, unlike the above.
143 DEMANGLER_PROG = cxxfilt
144
145 ADDR2LINE_PROG = addr2line
146
147 NLMCONV_PROG = nlmconv
148 DLLTOOL_PROG = dlltool
149 WINDRES_PROG = windres
150 DLLWRAP_PROG = dllwrap
151
152 SRCONV_PROG = srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT)
153
154 man_MANS = ar.1 nm.1 objdump.1 ranlib.1 size.1 strings.1 strip.1 objcopy.1 \
155 addr2line.1 nlmconv.1 $(DEMANGLER_NAME).1
156
157
158 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@
159
160 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@
161
162 noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
163
164 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
165
166 # Stuff that goes in tooldir/ if appropriate
167 TOOL_PROGS = nm-new strip-new ar ranlib dlltool
168
169 BASEDIR = $(srcdir)/..
170 BFDDIR = $(BASEDIR)/bfd
171 INCDIR = $(BASEDIR)/include
172
173 MKDEP = gcc -MM
174
175 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
176
177 HFILES = arsup.h bucomm.h budbg.h coffgrok.h debug.h nlmconv.h dlltool.h \
178 windres.h winduni.h dyn-string.h
179
180
181 GENERATED_HFILES = arparse.h sysroff.h sysinfo.h defparse.h rcparse.h
182
183 CFILES = addr2line.c ar.c arsup.c bucomm.c coffdump.c coffgrok.c debug.c \
184 dlltool.c filemode.c ieee.c is-ranlib.c is-strip.c maybe-ranlib.c \
185 maybe-strip.c nlmconv.c nm.c not-ranlib.c not-strip.c \
186 objcopy.c objdump.c prdbg.c rdcoff.c rddbg.c size.c srconv.c \
187 stabs.c strings.c sysdump.c version.c wrstabs.c \
188 windres.c resrc.c rescoff.c resbin.c winduni.c readelf.c \
189 resres.c dyn-string.c dllwrap.c rename.c
190
191
192 GENERATED_CFILES = \
193 underscore.c arparse.c arlex.c sysroff.c sysinfo.c syslex.c \
194 defparse.c deflex.c nlmheader.c rcparse.c rclex.c
195
196
197 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
198 WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
199
200 # Code shared by all the binutils.
201 BULIBS = bucomm.c version.c filemode.c
202
203 BFDLIB = ../bfd/libbfd.la
204
205 OPCODES = ../opcodes/libopcodes.la
206
207 LIBIBERTY = ../libiberty/libiberty.a
208
209 POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
210
211 EXPECT = `if [ -f $$r/../expect/expect ] ; then \
212 echo $$r/../expect/expect ; \
213 else echo expect ; fi`
214
215 RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \
216 echo ${srcdir}/../dejagnu/runtest ; \
217 else echo runtest ; fi`
218
219
220 CC_FOR_TARGET = ` \
221 if [ -f $$r/../gcc/xgcc ] ; then \
222 if [ -f $$r/../newlib/Makefile ] ; then \
223 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
224 else \
225 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
226 fi; \
227 else \
228 if [ "@host@" = "@target@" ] ; then \
229 echo $(CC); \
230 else \
231 echo gcc | sed '$(transform)'; \
232 fi; \
233 fi`
234
235
236 info_TEXINFOS = binutils.texi
237
238 LDADD = $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
239
240 size_SOURCES = size.c $(BULIBS)
241
242 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
243
244 strings_SOURCES = strings.c $(BULIBS)
245
246 readelf_SOURCES = readelf.c version.c
247 readelf_LDADD = $(INTLLIBS) $(LIBIBERTY)
248
249 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS)
250
251 nm_new_SOURCES = nm.c $(BULIBS)
252
253 objdump_SOURCES = objdump.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
254 objdump_LDADD = $(OPCODES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
255
256 cxxfilt_SOURCES =
257 cxxfilt_LDADD = cplus-dem.o underscore.o $(LIBIBERTY) $(INTLLIBS)
258
259 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c $(BULIBS)
260 ar_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
261
262 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c $(BULIBS)
263 ranlib_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
264
265 addr2line_SOURCES = addr2line.c $(BULIBS)
266
267 srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
268
269 dlltool_SOURCES = dlltool.c defparse.y deflex.l dyn-string.c $(BULIBS)
270 dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
271
272 coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
273
274 sysdump_SOURCES = sysdump.c $(BULIBS)
275
276 nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
277
278 windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
279 winduni.c resres.c $(BULIBS)
280
281 windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
282
283 dllwrap_SOURCES = dllwrap.c dyn-string.c version.c
284 dllwrap_LDADD = $(LIBIBERTY) $(INTLLIBS)
285
286 DISTSTUFF = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
287 syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
288
289
290 DISTCLEANFILES = stamp-under sysinfo underscore.c sysroff.c sysroff.h \
291 site.exp site.bak
292
293
294 MAINTAINERCLEANFILES = config.texi
295
296 MOSTLYCLEANFILES = sysinfo $(DEMANGLER_NAME).1 binutils.log binutils.sum \
297 abcdefgh*
298
299
300 CLEANFILES = dep.sed DEP DEP1 DEP2
301 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
302 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
303 CONFIG_HEADER = config.h
304 CONFIG_CLEAN_FILES =
305 bin_PROGRAMS = size$(EXEEXT) objdump$(EXEEXT) ar$(EXEEXT) \
306 strings$(EXEEXT) ranlib$(EXEEXT) objcopy$(EXEEXT) @BUILD_NLMCONV@ \
307 @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ addr2line$(EXEEXT) \
308 readelf$(EXEEXT) @BUILD_DLLWRAP@ @BUILD_MISC@
309 noinst_PROGRAMS = nm-new$(EXEEXT) strip-new$(EXEEXT) cxxfilt$(EXEEXT)
310 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
311
312
313 DEFS = @DEFS@ -I. -I$(srcdir) -I.
314 CPPFLAGS = @CPPFLAGS@
315 LDFLAGS = @LDFLAGS@
316 LIBS = @LIBS@
317 nlmconv_OBJECTS = nlmconv.o nlmheader.o bucomm.o version.o filemode.o
318 nlmconv_LDADD = $(LDADD)
319 nlmconv_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
320 nlmconv_LDFLAGS =
321 srconv_OBJECTS = srconv.o coffgrok.o bucomm.o version.o filemode.o
322 srconv_LDADD = $(LDADD)
323 srconv_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
324 srconv_LDFLAGS =
325 sysdump_OBJECTS = sysdump.o bucomm.o version.o filemode.o
326 sysdump_LDADD = $(LDADD)
327 sysdump_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
328 sysdump_LDFLAGS =
329 coffdump_OBJECTS = coffdump.o coffgrok.o bucomm.o version.o filemode.o
330 coffdump_LDADD = $(LDADD)
331 coffdump_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
332 coffdump_LDFLAGS =
333 dlltool_OBJECTS = dlltool.o defparse.o deflex.o dyn-string.o bucomm.o \
334 version.o filemode.o
335 dlltool_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
336 dlltool_LDFLAGS =
337 windres_OBJECTS = windres.o resrc.o rescoff.o resbin.o rcparse.o \
338 rclex.o winduni.o resres.o bucomm.o version.o filemode.o
339 windres_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
340 windres_LDFLAGS =
341 dllwrap_OBJECTS = dllwrap.o dyn-string.o version.o
342 dllwrap_DEPENDENCIES = ../libiberty/libiberty.a
343 dllwrap_LDFLAGS =
344 size_OBJECTS = size.o bucomm.o version.o filemode.o
345 size_LDADD = $(LDADD)
346 size_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
347 size_LDFLAGS =
348 objdump_OBJECTS = objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o \
349 rdcoff.o bucomm.o version.o filemode.o
350 objdump_DEPENDENCIES = ../opcodes/libopcodes.la ../bfd/libbfd.la \
351 ../libiberty/libiberty.a
352 objdump_LDFLAGS =
353 ar_OBJECTS = arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o \
354 bucomm.o version.o filemode.o
355 ar_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
356 ar_LDFLAGS =
357 strings_OBJECTS = strings.o bucomm.o version.o filemode.o
358 strings_LDADD = $(LDADD)
359 strings_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
360 strings_LDFLAGS =
361 ranlib_OBJECTS = ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o \
362 bucomm.o version.o filemode.o
363 ranlib_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
364 ranlib_LDFLAGS =
365 objcopy_OBJECTS = objcopy.o not-strip.o rename.o rddbg.o debug.o \
366 stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
367 objcopy_LDADD = $(LDADD)
368 objcopy_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
369 objcopy_LDFLAGS =
370 addr2line_OBJECTS = addr2line.o bucomm.o version.o filemode.o
371 addr2line_LDADD = $(LDADD)
372 addr2line_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
373 addr2line_LDFLAGS =
374 readelf_OBJECTS = readelf.o version.o
375 readelf_DEPENDENCIES = ../libiberty/libiberty.a
376 readelf_LDFLAGS =
377 nm_new_OBJECTS = nm.o bucomm.o version.o filemode.o
378 nm_new_LDADD = $(LDADD)
379 nm_new_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
380 nm_new_LDFLAGS =
381 strip_new_OBJECTS = objcopy.o is-strip.o rename.o rddbg.o debug.o \
382 stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
383 strip_new_LDADD = $(LDADD)
384 strip_new_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
385 strip_new_LDFLAGS =
386 cxxfilt_OBJECTS =
387 cxxfilt_DEPENDENCIES = cplus-dem.o underscore.o \
388 ../libiberty/libiberty.a
389 cxxfilt_LDFLAGS =
390 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
391 LEXLIB = @LEXLIB@
392 YLWRAP = $(top_srcdir)/../ylwrap
393 CFLAGS = @CFLAGS@
394 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
395 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
396 CCLD = $(CC)
397 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
398 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
399 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
400 INFO_DEPS = binutils.info
401 DVIS = binutils.dvi
402 TEXINFOS = binutils.texi
403 man1dir = $(mandir)/man1
404 MANS = $(man_MANS)
405
406 NROFF = nroff
407 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
408 NEWS acinclude.m4 aclocal.m4 arlex.c arparse.c config.in configure \
409 configure.in deflex.c defparse.c nlmheader.c rclex.c rcparse.c
410
411
412 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
413
414 TAR = tar
415 GZIP_ENV = --best
416 SOURCES = $(nlmconv_SOURCES) $(srconv_SOURCES) $(sysdump_SOURCES) $(coffdump_SOURCES) $(dlltool_SOURCES) $(windres_SOURCES) $(dllwrap_SOURCES) $(size_SOURCES) $(objdump_SOURCES) $(ar_SOURCES) $(strings_SOURCES) $(ranlib_SOURCES) $(objcopy_SOURCES) $(addr2line_SOURCES) $(readelf_SOURCES) $(nm_new_SOURCES) $(strip_new_SOURCES) $(cxxfilt_SOURCES)
417 OBJECTS = $(nlmconv_OBJECTS) $(srconv_OBJECTS) $(sysdump_OBJECTS) $(coffdump_OBJECTS) $(dlltool_OBJECTS) $(windres_OBJECTS) $(dllwrap_OBJECTS) $(size_OBJECTS) $(objdump_OBJECTS) $(ar_OBJECTS) $(strings_OBJECTS) $(ranlib_OBJECTS) $(objcopy_OBJECTS) $(addr2line_OBJECTS) $(readelf_OBJECTS) $(nm_new_OBJECTS) $(strip_new_OBJECTS) $(cxxfilt_OBJECTS)
418
419 all: all-redirect
420 .SUFFIXES:
421 .SUFFIXES: .S .c .dvi .info .l .lo .o .ps .s .texi .texinfo .txi .y
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
423 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
424
425 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426 cd $(top_builddir) \
427 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
428
429 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
430 cd $(srcdir) && $(ACLOCAL)
431
432 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433 $(SHELL) ./config.status --recheck
434 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
435 cd $(srcdir) && $(AUTOCONF)
436
437 config.h: stamp-h
438 @if test ! -f $@; then \
439 rm -f stamp-h; \
440 $(MAKE) stamp-h; \
441 else :; fi
442 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
443 cd $(top_builddir) \
444 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
445 $(SHELL) ./config.status
446 @echo timestamp > stamp-h 2> /dev/null
447 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
448 @if test ! -f $@; then \
449 rm -f $(srcdir)/stamp-h.in; \
450 $(MAKE) $(srcdir)/stamp-h.in; \
451 else :; fi
452 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
453 cd $(top_srcdir) && $(AUTOHEADER)
454 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
455
456 mostlyclean-hdr:
457
458 clean-hdr:
459
460 distclean-hdr:
461 -rm -f config.h
462
463 maintainer-clean-hdr:
464
465 mostlyclean-binPROGRAMS:
466
467 clean-binPROGRAMS:
468 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
469
470 distclean-binPROGRAMS:
471
472 maintainer-clean-binPROGRAMS:
473
474 install-binPROGRAMS: $(bin_PROGRAMS)
475 @$(NORMAL_INSTALL)
476 $(mkinstalldirs) $(DESTDIR)$(bindir)
477 @list='$(bin_PROGRAMS)'; for p in $$list; do \
478 if test -f $$p; then \
479 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
480 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
481 else :; fi; \
482 done
483
484 uninstall-binPROGRAMS:
485 @$(NORMAL_UNINSTALL)
486 list='$(bin_PROGRAMS)'; for p in $$list; do \
487 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
488 done
489
490 mostlyclean-noinstPROGRAMS:
491
492 clean-noinstPROGRAMS:
493 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
494
495 distclean-noinstPROGRAMS:
496
497 maintainer-clean-noinstPROGRAMS:
498
499 .c.o:
500 $(COMPILE) -c $<
501
502 .s.o:
503 $(COMPILE) -c $<
504
505 .S.o:
506 $(COMPILE) -c $<
507
508 mostlyclean-compile:
509 -rm -f *.o core *.core
510
511 clean-compile:
512
513 distclean-compile:
514 -rm -f *.tab.c
515
516 maintainer-clean-compile:
517
518 .c.lo:
519 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
520
521 .s.lo:
522 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
523
524 .S.lo:
525 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
526
527 mostlyclean-libtool:
528 -rm -f *.lo
529
530 clean-libtool:
531 -rm -rf .libs _libs
532
533 distclean-libtool:
534
535 maintainer-clean-libtool:
536
537 nlmconv$(EXEEXT): $(nlmconv_OBJECTS) $(nlmconv_DEPENDENCIES)
538 @rm -f nlmconv$(EXEEXT)
539 $(LINK) $(nlmconv_LDFLAGS) $(nlmconv_OBJECTS) $(nlmconv_LDADD) $(LIBS)
540
541 srconv$(EXEEXT): $(srconv_OBJECTS) $(srconv_DEPENDENCIES)
542 @rm -f srconv$(EXEEXT)
543 $(LINK) $(srconv_LDFLAGS) $(srconv_OBJECTS) $(srconv_LDADD) $(LIBS)
544
545 sysdump$(EXEEXT): $(sysdump_OBJECTS) $(sysdump_DEPENDENCIES)
546 @rm -f sysdump$(EXEEXT)
547 $(LINK) $(sysdump_LDFLAGS) $(sysdump_OBJECTS) $(sysdump_LDADD) $(LIBS)
548
549 coffdump$(EXEEXT): $(coffdump_OBJECTS) $(coffdump_DEPENDENCIES)
550 @rm -f coffdump$(EXEEXT)
551 $(LINK) $(coffdump_LDFLAGS) $(coffdump_OBJECTS) $(coffdump_LDADD) $(LIBS)
552
553 dlltool$(EXEEXT): $(dlltool_OBJECTS) $(dlltool_DEPENDENCIES)
554 @rm -f dlltool$(EXEEXT)
555 $(LINK) $(dlltool_LDFLAGS) $(dlltool_OBJECTS) $(dlltool_LDADD) $(LIBS)
556
557 windres$(EXEEXT): $(windres_OBJECTS) $(windres_DEPENDENCIES)
558 @rm -f windres$(EXEEXT)
559 $(LINK) $(windres_LDFLAGS) $(windres_OBJECTS) $(windres_LDADD) $(LIBS)
560
561 dllwrap$(EXEEXT): $(dllwrap_OBJECTS) $(dllwrap_DEPENDENCIES)
562 @rm -f dllwrap$(EXEEXT)
563 $(LINK) $(dllwrap_LDFLAGS) $(dllwrap_OBJECTS) $(dllwrap_LDADD) $(LIBS)
564
565 size$(EXEEXT): $(size_OBJECTS) $(size_DEPENDENCIES)
566 @rm -f size$(EXEEXT)
567 $(LINK) $(size_LDFLAGS) $(size_OBJECTS) $(size_LDADD) $(LIBS)
568
569 objdump$(EXEEXT): $(objdump_OBJECTS) $(objdump_DEPENDENCIES)
570 @rm -f objdump$(EXEEXT)
571 $(LINK) $(objdump_LDFLAGS) $(objdump_OBJECTS) $(objdump_LDADD) $(LIBS)
572
573 ar$(EXEEXT): $(ar_OBJECTS) $(ar_DEPENDENCIES)
574 @rm -f ar$(EXEEXT)
575 $(LINK) $(ar_LDFLAGS) $(ar_OBJECTS) $(ar_LDADD) $(LIBS)
576
577 strings$(EXEEXT): $(strings_OBJECTS) $(strings_DEPENDENCIES)
578 @rm -f strings$(EXEEXT)
579 $(LINK) $(strings_LDFLAGS) $(strings_OBJECTS) $(strings_LDADD) $(LIBS)
580
581 ranlib$(EXEEXT): $(ranlib_OBJECTS) $(ranlib_DEPENDENCIES)
582 @rm -f ranlib$(EXEEXT)
583 $(LINK) $(ranlib_LDFLAGS) $(ranlib_OBJECTS) $(ranlib_LDADD) $(LIBS)
584
585 objcopy$(EXEEXT): $(objcopy_OBJECTS) $(objcopy_DEPENDENCIES)
586 @rm -f objcopy$(EXEEXT)
587 $(LINK) $(objcopy_LDFLAGS) $(objcopy_OBJECTS) $(objcopy_LDADD) $(LIBS)
588
589 addr2line$(EXEEXT): $(addr2line_OBJECTS) $(addr2line_DEPENDENCIES)
590 @rm -f addr2line$(EXEEXT)
591 $(LINK) $(addr2line_LDFLAGS) $(addr2line_OBJECTS) $(addr2line_LDADD) $(LIBS)
592
593 readelf$(EXEEXT): $(readelf_OBJECTS) $(readelf_DEPENDENCIES)
594 @rm -f readelf$(EXEEXT)
595 $(LINK) $(readelf_LDFLAGS) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS)
596
597 nm-new$(EXEEXT): $(nm_new_OBJECTS) $(nm_new_DEPENDENCIES)
598 @rm -f nm-new$(EXEEXT)
599 $(LINK) $(nm_new_LDFLAGS) $(nm_new_OBJECTS) $(nm_new_LDADD) $(LIBS)
600
601 strip-new$(EXEEXT): $(strip_new_OBJECTS) $(strip_new_DEPENDENCIES)
602 @rm -f strip-new$(EXEEXT)
603 $(LINK) $(strip_new_LDFLAGS) $(strip_new_OBJECTS) $(strip_new_LDADD) $(LIBS)
604
605 cxxfilt$(EXEEXT): $(cxxfilt_OBJECTS) $(cxxfilt_DEPENDENCIES)
606 @rm -f cxxfilt$(EXEEXT)
607 $(LINK) $(cxxfilt_LDFLAGS) $(cxxfilt_OBJECTS) $(cxxfilt_LDADD) $(LIBS)
608 .l.c:
609 $(SHELL) $(YLWRAP) "$(LEX)" $< $(LEX_OUTPUT_ROOT).c $@ -- $(AM_LFLAGS) $(LFLAGS)
610 .y.c:
611 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS)
612 arparse.h: arparse.c
613 defparse.h: defparse.c
614 nlmheader.h: nlmheader.c
615 rcparse.h: rcparse.c
616
617
618 binutils.info: binutils.texi
619 binutils.dvi: binutils.texi
620
621
622 DVIPS = dvips
623
624 .texi.info:
625 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
626 $(MAKEINFO) -I $(srcdir) $<
627
628 .texi.dvi:
629 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
630 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
631
632 .texi:
633 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
634 $(MAKEINFO) -I $(srcdir) $<
635
636 .texinfo.info:
637 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
638 $(MAKEINFO) -I $(srcdir) $<
639
640 .texinfo:
641 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
642 $(MAKEINFO) -I $(srcdir) $<
643
644 .texinfo.dvi:
645 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
646 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
647
648 .txi.info:
649 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
650 $(MAKEINFO) -I $(srcdir) $<
651
652 .txi.dvi:
653 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
654 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
655
656 .txi:
657 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
658 $(MAKEINFO) -I $(srcdir) $<
659 .dvi.ps:
660 $(DVIPS) $< -o $@
661
662 install-info-am: $(INFO_DEPS)
663 @$(NORMAL_INSTALL)
664 $(mkinstalldirs) $(DESTDIR)$(infodir)
665 @list='$(INFO_DEPS)'; \
666 for file in $$list; do \
667 if test -f $$file; then d=.; else d=$(srcdir); fi; \
668 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
669 if test -f $$d/$$ifile; then \
670 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
671 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
672 else : ; fi; \
673 done; \
674 done
675 @$(POST_INSTALL)
676 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
677 list='$(INFO_DEPS)'; \
678 for file in $$list; do \
679 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
680 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
681 done; \
682 else : ; fi
683
684 uninstall-info:
685 $(PRE_UNINSTALL)
686 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
687 ii=yes; \
688 else ii=; fi; \
689 list='$(INFO_DEPS)'; \
690 for file in $$list; do \
691 test -z "$ii" \
692 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
693 done
694 @$(NORMAL_UNINSTALL)
695 list='$(INFO_DEPS)'; \
696 for file in $$list; do \
697 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
698 done
699
700 dist-info: $(INFO_DEPS)
701 list='$(INFO_DEPS)'; \
702 for base in $$list; do \
703 if test -f $$base; then d=.; else d=$(srcdir); fi; \
704 for file in `cd $$d && eval echo $$base*`; do \
705 test -f $(distdir)/$$file \
706 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
707 || cp -p $$d/$$file $(distdir)/$$file; \
708 done; \
709 done
710
711 mostlyclean-aminfo:
712 -rm -f binutils.aux binutils.cp binutils.cps binutils.dvi binutils.fn \
713 binutils.fns binutils.ky binutils.kys binutils.ps \
714 binutils.log binutils.pg binutils.toc binutils.tp \
715 binutils.tps binutils.vr binutils.vrs binutils.op binutils.tr \
716 binutils.cv binutils.cn
717
718 clean-aminfo:
719
720 distclean-aminfo:
721
722 maintainer-clean-aminfo:
723 for i in $(INFO_DEPS); do \
724 rm -f $$i; \
725 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
726 rm -f $$i-[0-9]*; \
727 fi; \
728 done
729 clean-info: mostlyclean-aminfo
730
731 install-man1:
732 $(mkinstalldirs) $(DESTDIR)$(man1dir)
733 @list='$(man1_MANS)'; \
734 l2='$(man_MANS)'; for i in $$l2; do \
735 case "$$i" in \
736 *.1*) list="$$list $$i" ;; \
737 esac; \
738 done; \
739 for i in $$list; do \
740 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
741 else file=$$i; fi; \
742 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
743 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
744 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
745 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
746 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
747 done
748
749 uninstall-man1:
750 @list='$(man1_MANS)'; \
751 l2='$(man_MANS)'; for i in $$l2; do \
752 case "$$i" in \
753 *.1*) list="$$list $$i" ;; \
754 esac; \
755 done; \
756 for i in $$list; do \
757 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
758 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
759 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
760 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
761 rm -f $(DESTDIR)$(man1dir)/$$inst; \
762 done
763 install-man: $(MANS)
764 @$(NORMAL_INSTALL)
765 $(MAKE) $(AM_MAKEFLAGS) install-man1
766 uninstall-man:
767 @$(NORMAL_UNINSTALL)
768 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
769
770 # This directory's subdirectories are mostly independent; you can cd
771 # into them and run `make' without going through this Makefile.
772 # To change the values of `make' variables: instead of editing Makefiles,
773 # (1) if the variable is set in `config.status', edit `config.status'
774 # (which will cause the Makefiles to be regenerated when you run `make');
775 # (2) otherwise, pass the desired values on the `make' command line.
776
777 @SET_MAKE@
778
779 all-recursive install-data-recursive install-exec-recursive \
780 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
781 check-recursive installcheck-recursive info-recursive dvi-recursive:
782 @set fnord $(MAKEFLAGS); amf=$$2; \
783 dot_seen=no; \
784 target=`echo $@ | sed s/-recursive//`; \
785 list='$(SUBDIRS)'; for subdir in $$list; do \
786 echo "Making $$target in $$subdir"; \
787 if test "$$subdir" = "."; then \
788 dot_seen=yes; \
789 local_target="$$target-am"; \
790 else \
791 local_target="$$target"; \
792 fi; \
793 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
794 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
795 done; \
796 if test "$$dot_seen" = "no"; then \
797 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
798 fi; test -z "$$fail"
799
800 mostlyclean-recursive clean-recursive distclean-recursive \
801 maintainer-clean-recursive:
802 @set fnord $(MAKEFLAGS); amf=$$2; \
803 dot_seen=no; \
804 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
805 rev="$$subdir $$rev"; \
806 test "$$subdir" = "." && dot_seen=yes; \
807 done; \
808 test "$$dot_seen" = "no" && rev=". $$rev"; \
809 target=`echo $@ | sed s/-recursive//`; \
810 for subdir in $$rev; do \
811 echo "Making $$target in $$subdir"; \
812 if test "$$subdir" = "."; then \
813 local_target="$$target-am"; \
814 else \
815 local_target="$$target"; \
816 fi; \
817 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
818 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
819 done && test -z "$$fail"
820 tags-recursive:
821 list='$(SUBDIRS)'; for subdir in $$list; do \
822 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
823 done
824
825 tags: TAGS
826
827 ID: $(HEADERS) $(SOURCES) $(LISP)
828 list='$(SOURCES) $(HEADERS)'; \
829 unique=`for i in $$list; do echo $$i; done | \
830 awk ' { files[$$0] = 1; } \
831 END { for (i in files) print i; }'`; \
832 here=`pwd` && cd $(srcdir) \
833 && mkid -f$$here/ID $$unique $(LISP)
834
835 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
836 tags=; \
837 here=`pwd`; \
838 list='$(SUBDIRS)'; for subdir in $$list; do \
839 if test "$$subdir" = .; then :; else \
840 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
841 fi; \
842 done; \
843 list='$(SOURCES) $(HEADERS)'; \
844 unique=`for i in $$list; do echo $$i; done | \
845 awk ' { files[$$0] = 1; } \
846 END { for (i in files) print i; }'`; \
847 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
848 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
849
850 mostlyclean-tags:
851
852 clean-tags:
853
854 distclean-tags:
855 -rm -f TAGS ID
856
857 maintainer-clean-tags:
858
859 distdir = $(PACKAGE)-$(VERSION)
860 top_distdir = $(distdir)
861
862 # This target untars the dist file and tries a VPATH configuration. Then
863 # it guarantees that the distribution is self-contained by making another
864 # tarfile.
865 distcheck: dist
866 -rm -rf $(distdir)
867 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
868 mkdir $(distdir)/=build
869 mkdir $(distdir)/=inst
870 dc_install_base=`cd $(distdir)/=inst && pwd`; \
871 cd $(distdir)/=build \
872 && ../configure --srcdir=.. --prefix=$$dc_install_base \
873 && $(MAKE) $(AM_MAKEFLAGS) \
874 && $(MAKE) $(AM_MAKEFLAGS) dvi \
875 && $(MAKE) $(AM_MAKEFLAGS) check \
876 && $(MAKE) $(AM_MAKEFLAGS) install \
877 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
878 && $(MAKE) $(AM_MAKEFLAGS) dist
879 -rm -rf $(distdir)
880 @banner="$(distdir).tar.gz is ready for distribution"; \
881 dashes=`echo "$$banner" | sed s/./=/g`; \
882 echo "$$dashes"; \
883 echo "$$banner"; \
884 echo "$$dashes"
885 dist: distdir
886 -chmod -R a+r $(distdir)
887 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
888 -rm -rf $(distdir)
889 dist-all: distdir
890 -chmod -R a+r $(distdir)
891 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
892 -rm -rf $(distdir)
893 distdir: $(DISTFILES)
894 -rm -rf $(distdir)
895 mkdir $(distdir)
896 -chmod 777 $(distdir)
897 @for file in $(DISTFILES); do \
898 if test -f $$file; then d=.; else d=$(srcdir); fi; \
899 if test -d $$d/$$file; then \
900 cp -pr $$d/$$file $(distdir)/$$file; \
901 else \
902 test -f $(distdir)/$$file \
903 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
904 || cp -p $$d/$$file $(distdir)/$$file || :; \
905 fi; \
906 done
907 for subdir in $(SUBDIRS); do \
908 if test "$$subdir" = .; then :; else \
909 test -d $(distdir)/$$subdir \
910 || mkdir $(distdir)/$$subdir \
911 || exit 1; \
912 chmod 777 $(distdir)/$$subdir; \
913 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
914 || exit 1; \
915 fi; \
916 done
917 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
918
919 RUNTESTFLAGS =
920
921 DEJATOOL = $(PACKAGE)
922
923 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
924 site.exp: Makefile
925 @echo 'Making a new site.exp file...'
926 @test ! -f site.bak || rm -f site.bak
927 @echo '## these variables are automatically generated by make ##' > $@-t
928 @echo '# Do not edit here. If you wish to override these values' >> $@-t
929 @echo '# edit the last section' >> $@-t
930 @echo 'set tool $(DEJATOOL)' >> $@-t
931 @echo 'set srcdir $(srcdir)' >> $@-t
932 @echo 'set objdir' `pwd` >> $@-t
933 @echo 'set host_alias $(host_alias)' >> $@-t
934 @echo 'set host_triplet $(host_triplet)' >> $@-t
935 @echo 'set target_alias $(target_alias)' >> $@-t
936 @echo 'set target_triplet $(target_triplet)' >> $@-t
937 @echo 'set build_alias $(build_alias)' >> $@-t
938 @echo 'set build_triplet $(build_triplet)' >> $@-t
939 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
940 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
941 @test ! -f site.exp || mv site.exp site.bak
942 @mv $@-t site.exp
943 info-am: $(INFO_DEPS)
944 info: info-recursive
945 dvi-am: $(DVIS)
946 dvi: dvi-recursive
947 check-am:
948 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
949 check: check-recursive
950 installcheck-am:
951 installcheck: installcheck-recursive
952 install-info-am:
953 install-info: install-info-recursive
954 all-recursive-am: config.h
955 $(MAKE) $(AM_MAKEFLAGS) all-recursive
956
957 install-exec-am: install-binPROGRAMS install-exec-local
958 install-exec: install-exec-recursive
959
960 install-data-am: install-man
961 install-data: install-data-recursive
962
963 install-am: all-am
964 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
965 install: install-recursive
966 uninstall-am: uninstall-binPROGRAMS uninstall-man
967 uninstall: uninstall-recursive
968 all-am: Makefile $(PROGRAMS) $(MANS) config.h
969 all-redirect: all-recursive-am
970 install-strip:
971 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
972 installdirs: installdirs-recursive
973 installdirs-am:
974 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
975
976
977 mostlyclean-generic:
978 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
979
980 clean-generic:
981 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
982
983 distclean-generic:
984 -rm -f Makefile $(CONFIG_CLEAN_FILES)
985 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
986 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
987
988 maintainer-clean-generic:
989 -test -z "arlexldeflexlrclexlarparseharparsecdefparsehdefparsecnlmheaderhnlmheadercrcparsehrcparsec$(MAINTAINERCLEANFILES)" || rm -f arlexl deflexl rclexl arparseh arparsec defparseh defparsec nlmheaderh nlmheaderc rcparseh rcparsec $(MAINTAINERCLEANFILES)
990 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
991 mostlyclean-noinstPROGRAMS mostlyclean-compile \
992 mostlyclean-libtool mostlyclean-aminfo mostlyclean-tags \
993 mostlyclean-generic mostlyclean-local
994
995 mostlyclean: mostlyclean-recursive
996
997 clean-am: clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
998 clean-compile clean-libtool clean-aminfo clean-tags \
999 clean-generic mostlyclean-am
1000
1001 clean: clean-recursive
1002
1003 distclean-am: distclean-hdr distclean-binPROGRAMS \
1004 distclean-noinstPROGRAMS distclean-compile \
1005 distclean-libtool distclean-aminfo distclean-tags \
1006 distclean-generic clean-am
1007 -rm -f libtool
1008
1009 distclean: distclean-recursive
1010 -rm -f config.status
1011
1012 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
1013 maintainer-clean-noinstPROGRAMS \
1014 maintainer-clean-compile maintainer-clean-libtool \
1015 maintainer-clean-aminfo maintainer-clean-tags \
1016 maintainer-clean-generic distclean-am
1017 @echo "This command is intended for maintainers to use;"
1018 @echo "it deletes files that may require special tools to rebuild."
1019
1020 maintainer-clean: maintainer-clean-recursive
1021 -rm -f config.status
1022
1023 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1024 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
1025 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
1026 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1027 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1028 mostlyclean-compile distclean-compile clean-compile \
1029 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1030 clean-libtool maintainer-clean-libtool install-info-am uninstall-info \
1031 mostlyclean-aminfo distclean-aminfo clean-aminfo \
1032 maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
1033 uninstall-man install-data-recursive uninstall-data-recursive \
1034 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
1035 uninstalldirs-recursive all-recursive check-recursive \
1036 installcheck-recursive info-recursive dvi-recursive \
1037 mostlyclean-recursive distclean-recursive clean-recursive \
1038 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1039 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
1040 info-am info dvi-am dvi check check-am installcheck-am installcheck \
1041 install-info-am install-info all-recursive-am install-exec-local \
1042 install-exec-am install-exec install-data-am install-data install-am \
1043 install uninstall-am uninstall all-redirect all-am all installdirs-am \
1044 installdirs mostlyclean-generic distclean-generic clean-generic \
1045 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1046
1047 po/POTFILES.in: @MAINT@ Makefile
1048 for file in $(POTFILES); do echo $$file; done | sort > tmp \
1049 && mv tmp $(srcdir)/po/POTFILES.in
1050
1051 check-DEJAGNU: site.exp
1052 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
1053 r=`pwd`; export r; \
1054 EXPECT=$(EXPECT); export EXPECT; \
1055 if [ -f $(top_builddir)/../expect/expect ]; then \
1056 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1057 export TCL_LIBRARY; \
1058 fi; \
1059 runtest=$(RUNTEST); \
1060 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1061 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
1062 CC_FOR_TARGET="$(CC_FOR_TARGET)" \
1063 CFLAGS_FOR_TARGET="$(CFLAGS)" $(RUNTESTFLAGS); \
1064 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1065 fi
1066
1067 installcheck:
1068 /bin/sh $(srcdir)/sanity.sh $(bindir)
1069
1070 underscore.c: stamp-under ; @true
1071
1072 stamp-under: Makefile
1073 echo '/*WARNING: This file is automatically generated!*/' >underscore.t
1074 echo "int prepends_underscore = @UNDERSCORE@;" >>underscore.t
1075 $(SHELL) $(srcdir)/../move-if-change underscore.t underscore.c
1076 touch stamp-under
1077
1078 cplus-dem.o: $(BASEDIR)/libiberty/cplus-dem.c $(INCDIR)/getopt.h
1079 $(COMPILE) -c -DMAIN -DVERSION='"$(VERSION)"' $(BASEDIR)/libiberty/cplus-dem.c
1080
1081 # The following is commented out for the conversion to automake.
1082 # This rule creates a single binary that switches between ar and ranlib
1083 # by looking at argv[0]. Use this kludge to save some disk space.
1084 # However, you have to install things by hand.
1085 # (That is after 'make install', replace the installed ranlib by a link to ar.)
1086 # Alternatively, you can install ranlib.sh as ranlib.
1087 # ar_with_ranlib: $(ADDL_DEPS) ar.o maybe-ranlib.o
1088 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(AR_PROG) ar.o maybe-ranlib.o $(ADDL_LIBS) $(EXTRALIBS)
1089 # -rm -f $(RANLIB_PROG)
1090 # -ln $(AR_PROG) $(RANLIB_PROG)
1091 #
1092 # objcopy and strip in one binary that uses argv[0] to decide its action.
1093 #
1094 #objcopy_with_strip: $(ADDL_DEPS) objcopy.o maybe-strip.o
1095 # $(HLDENV) $(CC) $(HLDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(OBJCOPY_PROG) objcopy.o maybe-strip.o $(ADDL_LIBS) $(EXTRALIBS)
1096 # -rm -f $(STRIP_PROG)
1097 # -ln $(OBJCOPY_PROG) $(STRIP_PROG)
1098
1099 sysroff.c: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
1100 ./sysinfo$(EXEEXT_FOR_BUILD) -c <$(srcdir)/sysroff.info >sysroff.c
1101 ./sysinfo$(EXEEXT_FOR_BUILD) -i <$(srcdir)/sysroff.info >>sysroff.c
1102 ./sysinfo$(EXEEXT_FOR_BUILD) -g <$(srcdir)/sysroff.info >>sysroff.c
1103
1104 sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info
1105 ./sysinfo$(EXEEXT_FOR_BUILD) -d <$(srcdir)/sysroff.info >sysroff.h
1106
1107 sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o
1108 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
1109
1110 syslex.o: syslex.c sysinfo.h
1111 if [ -r syslex.c ]; then \
1112 $(CC_FOR_BUILD) -c -I. $(CFLAGS) syslex.c ; \
1113 else \
1114 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(CFLAGS) $(srcdir)/syslex.c ;\
1115 fi
1116
1117 sysinfo.o: sysinfo.c
1118 if [ -r sysinfo.c ]; then \
1119 $(CC_FOR_BUILD) -c -I. $(CFLAGS) sysinfo.c ; \
1120 else \
1121 $(CC_FOR_BUILD) -c -I. $(CFLAGS) $(srcdir)/sysinfo.c ; \
1122 fi
1123
1124 # We need these for parallel make.
1125 arparse.h: arparse.c
1126 defparse.h: defparse.c
1127 nlmheader.h: nlmheader.c
1128 rcparse.h: rcparse.c
1129 sysinfo.h: sysinfo.c
1130
1131 dlltool.o:dlltool.c
1132 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
1133
1134 rescoff.o:rescoff.c
1135 $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
1136
1137 # coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
1138 # scripts, since they are only included conditionally.
1139 nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1140 ldname=`echo ld | sed '$(transform)'`; \
1141 $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
1142
1143 diststuff: $(DISTSTUFF) info
1144
1145 # Targets to rebuild dependencies in this Makefile.
1146 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1147 DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
1148 rm -f DEP1
1149 $(MAKE) MKDEP="$(MKDEP)" DEP1
1150 sed -f dep.sed < DEP1 > $@
1151 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> $@
1152
1153 DEP1: $(CFILES) $(GENERATED_CFILES)
1154 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1155 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1156 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1157 mv -f DEP2 $@
1158
1159 dep.sed: dep-in.sed config.status
1160 objdir=`pwd`; \
1161 sed <$(srcdir)/dep-in.sed >dep.sed \
1162 -e 's!@INCDIR@!$(INCDIR)!' \
1163 -e 's!@BFDDIR@!$(BFDDIR)!' \
1164 -e 's!@SRCDIR@!$(srcdir)!' \
1165 -e "s!@OBJDIR@!$${objdir}!"
1166
1167 dep: DEP
1168 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1169 cat DEP >> tmp-Makefile
1170 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1171
1172 dep-in: DEP
1173 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1174 cat DEP >> tmp-Makefile.in
1175 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1176
1177 dep-am: DEP
1178 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1179 cat DEP >> tmp-Makefile.am
1180 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1181
1182 .PHONY: dep dep-in dep-am
1183
1184 ###
1185 # DOCUMENTATION TARGETS
1186 config.texi: Makefile
1187 rm -f config.texi
1188 echo '@set VERSION $(VERSION)' > config.texi
1189
1190 binutils.dvi: $(srcdir)/binutils.texi config.texi
1191
1192 binutils.info: $(srcdir)/binutils.texi config.texi
1193
1194 $(DEMANGLER_NAME).1: cxxfilt.man Makefile
1195 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' < $(srcdir)/cxxfilt.man \
1196 > $(DEMANGLER_NAME).1
1197 mostlyclean-local:
1198 -rm -rf tmpdir
1199
1200 .PHONY: install-exec-local
1201
1202 install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
1203 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1204 if test -f $$p; then \
1205 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)/'`"; \
1206 $(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)/'`; \
1207 else :; fi; \
1208 done
1209 $(mkinstalldirs) $(tooldir)/bin
1210 for i in $(TOOL_PROGS); do \
1211 if [ -f $$i$(EXEEXT) ]; then \
1212 j=`echo $$i | sed -e 's/-new//'`; \
1213 k=`echo $$j | sed '$(transform)'`; \
1214 if [ "$(bindir)/$$k$(EXEEXT)" != "$(tooldir)/bin/$$j$(EXEEXT)" ]; then \
1215 rm -f $(tooldir)/bin/$$j$(EXEEXT); \
1216 ln $(bindir)/$$k$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
1217 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(tooldir)/bin/$$j$(EXEEXT); \
1218 fi; \
1219 else true; \
1220 fi; \
1221 done
1222
1223 # What appears below is generated by a hacked mkdep using gcc -MM.
1224
1225 # DO NOT DELETE THIS LINE -- mkdep uses it.
1226 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1227 addr2line.o: addr2line.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1228 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
1229 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
1230 ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1231 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1232 $(INCDIR)/fopen-same.h $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h \
1233 arsup.h
1234 arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1235 arsup.h $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1236 $(INCDIR)/fopen-same.h
1237 bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1238 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1239 $(INCDIR)/fopen-same.h
1240 coffdump.o: coffdump.c coffgrok.h bucomm.h config.h \
1241 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
1242 coffgrok.o: coffgrok.c bucomm.h config.h $(INCDIR)/bin-bugs.h \
1243 $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
1244 $(INCDIR)/bfdlink.h coffgrok.h
1245 debug.o: debug.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1246 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1247 $(INCDIR)/libiberty.h debug.h
1248 dlltool.o: dlltool.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1249 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1250 $(INCDIR)/fopen-same.h $(INCDIR)/demangle.h dyn-string.h \
1251 dlltool.h
1252 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1253 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
1254 ieee.o: ieee.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/ieee.h \
1255 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1256 $(INCDIR)/libiberty.h debug.h budbg.h
1257 is-ranlib.o: is-ranlib.c
1258 is-strip.o: is-strip.c
1259 maybe-ranlib.o: maybe-ranlib.c
1260 maybe-strip.o: maybe-strip.c
1261 nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1262 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1263 $(INCDIR)/fopen-same.h $(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h \
1264 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmconv.h
1265 nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/progress.h \
1266 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1267 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h \
1268 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
1269 not-ranlib.o: not-ranlib.c
1270 not-strip.o: not-strip.c
1271 objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1272 $(INCDIR)/progress.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1273 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h budbg.h
1274 objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1275 $(INCDIR)/getopt.h $(INCDIR)/progress.h bucomm.h config.h \
1276 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h \
1277 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
1278 budbg.h $(INCDIR)/aout/aout64.h
1279 prdbg.o: prdbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1280 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1281 $(INCDIR)/libiberty.h debug.h budbg.h
1282 rdcoff.o: rdcoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1283 $(INCDIR)/coff/internal.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1284 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \
1285 debug.h budbg.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1286 rddbg.o: rddbg.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1287 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1288 $(INCDIR)/libiberty.h debug.h budbg.h
1289 size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
1290 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1291 $(INCDIR)/libiberty.h
1292 srconv.o: srconv.c bucomm.h config.h $(INCDIR)/bin-bugs.h \
1293 $(INCDIR)/fopen-same.h sysroff.h coffgrok.h $(INCDIR)/coff/internal.h \
1294 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h sysroff.c
1295 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1296 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1297 $(INCDIR)/libiberty.h $(INCDIR)/demangle.h debug.h \
1298 budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1299 $(INCDIR)/aout/stab.def
1300 strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1301 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1302 $(INCDIR)/libiberty.h
1303 sysdump.o: sysdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1304 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1305 sysroff.h sysroff.c
1306 version.o: version.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1307 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
1308 wrstabs.o: wrstabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1309 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1310 $(INCDIR)/libiberty.h debug.h budbg.h $(INCDIR)/aout/aout64.h \
1311 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1312 windres.o: windres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1313 $(INCDIR)/getopt.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1314 $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h $(INCDIR)/obstack.h \
1315 windres.h winduni.h
1316 resrc.o: resrc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1317 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1318 $(INCDIR)/libiberty.h windres.h winduni.h
1319 rescoff.o: rescoff.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1320 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1321 $(INCDIR)/libiberty.h windres.h winduni.h $(INCDIR)/coff/internal.h \
1322 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1323 resbin.o: resbin.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1324 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1325 $(INCDIR)/libiberty.h windres.h winduni.h
1326 winduni.o: winduni.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1327 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1328 winduni.h
1329 readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1330 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1331 $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1332 $(INCDIR)/elf/v850.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/mips.h \
1333 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/m68k.h \
1334 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/d10v.h \
1335 $(INCDIR)/elf/d30v.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/mn10200.h \
1336 $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/arc.h \
1337 $(INCDIR)/elf/fr30.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/i960.h \
1338 $(INCDIR)/elf/pj.h $(INCDIR)/elf/avr.h bucomm.h config.h \
1339 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
1340 resres.o: resres.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1341 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1342 $(INCDIR)/libiberty.h windres.h winduni.h
1343 dyn-string.o: dyn-string.c config.h $(INCDIR)/ansidecl.h \
1344 dyn-string.h
1345 dllwrap.o: dllwrap.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1346 $(INCDIR)/libiberty.h bucomm.h config.h $(INCDIR)/bin-bugs.h \
1347 $(INCDIR)/fopen-same.h dyn-string.h
1348 rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1349 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
1350 underscore.o: underscore.c
1351 arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1352 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1353 arsup.h
1354 arlex.o: arlex.c $(INCDIR)/libiberty.h arparse.h
1355 sysroff.o: sysroff.c
1356 sysinfo.o: sysinfo.c
1357 syslex.o: syslex.c sysinfo.h
1358 defparse.o: defparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1359 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1360 dlltool.h
1361 deflex.o: deflex.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1362 defparse.h dlltool.h
1363 nlmheader.o: nlmheader.c ../bfd/bfd.h bucomm.h config.h \
1364 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/nlm/common.h \
1365 $(INCDIR)/nlm/internal.h nlmconv.h
1366 rcparse.o: rcparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1367 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1368 $(INCDIR)/libiberty.h windres.h winduni.h
1369 rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1370 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
1371 $(INCDIR)/libiberty.h windres.h winduni.h rcparse.h
1372 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1373
1374 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1375 # Otherwise a system limit (for SysV at least) may be exceeded.
1376 .NOEXPORT:
This page took 0.067864 seconds and 4 git commands to generate.