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