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