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