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