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