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