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