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