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