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