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