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