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