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