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