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