* doc/binutils.texi (objdump): Document support for disassembling the 440 PowerPC...
[deliverable/binutils-gdb.git] / gold / Makefile.in
CommitLineData
ead1e424 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
bae7f79e
ILT
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Process this file with automake to generate Makefile.in
18
5a6f7e2d 19
bae7f79e
ILT
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = .
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42target_triplet = @target@
43noinst_PROGRAMS = ld-new$(EXEEXT)
44DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
45 $(srcdir)/../config.sub $(srcdir)/../depcomp \
46 $(srcdir)/../install-sh $(srcdir)/../missing \
47 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
48 $(srcdir)/Makefile.in $(srcdir)/config.in \
dbe717ef
ILT
49 $(top_srcdir)/configure $(top_srcdir)/po/Make-in yyscript.c \
50 yyscript.h
bae7f79e
ILT
51subdir = .
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
54 $(top_srcdir)/../config/lead-dot.m4 \
ead1e424
ILT
55 $(top_srcdir)/../config/progtest.m4 \
56 $(top_srcdir)/../config/po.m4 $(top_srcdir)/../config/nls.m4 \
57 $(top_srcdir)/../config/gettext-sister.m4 \
bae7f79e
ILT
58 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
62 configure.lineno configure.status.lineno
63mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
64CONFIG_HEADER = config.h
65CONFIG_CLEAN_FILES = po/Makefile.in
5a6f7e2d
ILT
66LIBRARIES = $(noinst_LIBRARIES)
67AR = ar
68ARFLAGS = cru
69libgold_a_AR = $(AR) $(ARFLAGS)
70libgold_a_LIBADD =
ead1e424 71am__objects_1 = archive.$(OBJEXT) common.$(OBJEXT) defstd.$(OBJEXT) \
dbe717ef
ILT
72 dirsearch.$(OBJEXT) dynobj.$(OBJEXT) fileread.$(OBJEXT) \
73 gold.$(OBJEXT) gold-threads.$(OBJEXT) layout.$(OBJEXT) \
74 object.$(OBJEXT) options.$(OBJEXT) output.$(OBJEXT) \
75 readsyms.$(OBJEXT) reloc.$(OBJEXT) resolve.$(OBJEXT) \
76 script.$(OBJEXT) symtab.$(OBJEXT) stringpool.$(OBJEXT) \
77 target-select.$(OBJEXT) workqueue.$(OBJEXT)
bae7f79e 78am__objects_2 =
5a6f7e2d
ILT
79am__objects_3 = yyscript.$(OBJEXT)
80am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
81 $(am__objects_3)
82libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
83PROGRAMS = $(noinst_PROGRAMS)
84am__objects_4 = i386.$(OBJEXT)
85am_ld_new_OBJECTS = main.$(OBJEXT) $(am__objects_4)
bae7f79e
ILT
86ld_new_OBJECTS = $(am_ld_new_OBJECTS)
87am__DEPENDENCIES_1 =
88DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
89depcomp = $(SHELL) $(top_srcdir)/../depcomp
90am__depfiles_maybe = depfiles
dbe717ef
ILT
91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93CCLD = $(CC)
94LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
bae7f79e
ILT
95CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
97CXXLD = $(CXX)
98CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
99 -o $@
dbe717ef 100YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
5a6f7e2d
ILT
101SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES)
102DIST_SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES)
bae7f79e
ILT
103RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
104 html-recursive info-recursive install-data-recursive \
105 install-exec-recursive install-info-recursive \
106 install-recursive installcheck-recursive installdirs-recursive \
107 pdf-recursive ps-recursive uninstall-info-recursive \
108 uninstall-recursive
109ETAGS = etags
110CTAGS = ctags
111DIST_SUBDIRS = $(SUBDIRS)
112DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113distdir = $(PACKAGE)-$(VERSION)
114top_distdir = $(distdir)
115am__remove_distdir = \
116 { test ! -d $(distdir) \
117 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
118 && rm -fr $(distdir); }; }
119DIST_ARCHIVES = $(distdir).tar.gz
120GZIP_ENV = --best
121distuninstallcheck_listfiles = find . -type f -print
122distcleancheck_listfiles = find . -type f -print
123ACLOCAL = @ACLOCAL@
124AMDEP_FALSE = @AMDEP_FALSE@
125AMDEP_TRUE = @AMDEP_TRUE@
126AMTAR = @AMTAR@
127AUTOCONF = @AUTOCONF@
128AUTOHEADER = @AUTOHEADER@
129AUTOMAKE = @AUTOMAKE@
130AWK = @AWK@
131CATALOGS = @CATALOGS@
132CATOBJEXT = @CATOBJEXT@
133CC = @CC@
134CCDEPMODE = @CCDEPMODE@
135CFLAGS = @CFLAGS@
136CPPFLAGS = @CPPFLAGS@
137CXX = @CXX@
54dc6425 138CXXCPP = @CXXCPP@
bae7f79e
ILT
139CXXDEPMODE = @CXXDEPMODE@
140CXXFLAGS = @CXXFLAGS@
141CYGPATH_W = @CYGPATH_W@
142DATADIRNAME = @DATADIRNAME@
143DEFS = @DEFS@
144DEPDIR = @DEPDIR@
145ECHO_C = @ECHO_C@
146ECHO_N = @ECHO_N@
147ECHO_T = @ECHO_T@
54dc6425 148EGREP = @EGREP@
bae7f79e
ILT
149EXEEXT = @EXEEXT@
150GENCAT = @GENCAT@
151GMSGFMT = @GMSGFMT@
152INCINTL = @INCINTL@
153INSTALL_DATA = @INSTALL_DATA@
154INSTALL_PROGRAM = @INSTALL_PROGRAM@
155INSTALL_SCRIPT = @INSTALL_SCRIPT@
156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157INSTOBJEXT = @INSTOBJEXT@
158LDFLAGS = @LDFLAGS@
159LFS_CXXFLAGS = @LFS_CXXFLAGS@
160LIBINTL = @LIBINTL@
161LIBINTL_DEP = @LIBINTL_DEP@
162LIBOBJS = @LIBOBJS@
163LIBS = @LIBS@
164LTLIBOBJS = @LTLIBOBJS@
165MAINT = @MAINT@
166MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
167MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
168MAKEINFO = @MAKEINFO@
169MKINSTALLDIRS = @MKINSTALLDIRS@
170MSGFMT = @MSGFMT@
171MSGMERGE = @MSGMERGE@
172NO_WERROR = @NO_WERROR@
173OBJEXT = @OBJEXT@
174PACKAGE = @PACKAGE@
175PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176PACKAGE_NAME = @PACKAGE_NAME@
177PACKAGE_STRING = @PACKAGE_STRING@
178PACKAGE_TARNAME = @PACKAGE_TARNAME@
179PACKAGE_VERSION = @PACKAGE_VERSION@
180PATH_SEPARATOR = @PATH_SEPARATOR@
181POSUB = @POSUB@
5a6f7e2d 182RANLIB = @RANLIB@
bae7f79e
ILT
183SET_MAKE = @SET_MAKE@
184SHELL = @SHELL@
185STRIP = @STRIP@
186USE_NLS = @USE_NLS@
187VERSION = @VERSION@
188WARN_CFLAGS = @WARN_CFLAGS@
189WARN_CXXFLAGS = @WARN_CXXFLAGS@
190XGETTEXT = @XGETTEXT@
dbe717ef 191YACC = @YACC@
bae7f79e
ILT
192ac_ct_CC = @ac_ct_CC@
193ac_ct_CXX = @ac_ct_CXX@
5a6f7e2d 194ac_ct_RANLIB = @ac_ct_RANLIB@
bae7f79e
ILT
195ac_ct_STRIP = @ac_ct_STRIP@
196am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
197am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
198am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
199am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
200am__include = @am__include@
201am__leading_dot = @am__leading_dot@
202am__quote = @am__quote@
203am__tar = @am__tar@
204am__untar = @am__untar@
205bindir = @bindir@
206build = @build@
207build_alias = @build_alias@
208build_cpu = @build_cpu@
209build_os = @build_os@
210build_vendor = @build_vendor@
211datadir = @datadir@
212exec_prefix = @exec_prefix@
213host = @host@
214host_alias = @host_alias@
215host_cpu = @host_cpu@
216host_os = @host_os@
217host_vendor = @host_vendor@
218includedir = @includedir@
219infodir = @infodir@
220install_sh = @install_sh@
221libdir = @libdir@
222libexecdir = @libexecdir@
223localstatedir = @localstatedir@
224mandir = @mandir@
225mkdir_p = @mkdir_p@
226oldincludedir = @oldincludedir@
227prefix = @prefix@
228program_transform_name = @program_transform_name@
229sbindir = @sbindir@
230sharedstatedir = @sharedstatedir@
231sysconfdir = @sysconfdir@
232target = @target@
233target_alias = @target_alias@
234target_cpu = @target_cpu@
235target_os = @target_os@
236target_vendor = @target_vendor@
237AUTOMAKE_OPTIONS =
5a6f7e2d 238SUBDIRS = po testsuite
bae7f79e
ILT
239tooldir = $(exec_prefix)/$(target_alias)
240ACLOCAL_AMFLAGS = -I ../bfd -I ../config
241AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS)
242INCLUDES = -D_GNU_SOURCE \
243 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
244 -DLOCALEDIR="\"$(datadir)/locale\"" \
245 @INCINTL@
246
dbe717ef 247YFLAGS = -d
5a6f7e2d 248noinst_LIBRARIES = libgold.a
14bfc3f5 249CCFILES = \
61ba1cf9 250 archive.cc \
ead1e424
ILT
251 common.cc \
252 defstd.cc \
bae7f79e 253 dirsearch.cc \
dbe717ef 254 dynobj.cc \
bae7f79e
ILT
255 fileread.cc \
256 gold.cc \
257 gold-threads.cc \
a2fb1b05 258 layout.cc \
bae7f79e
ILT
259 object.cc \
260 options.cc \
a2fb1b05 261 output.cc \
bae7f79e 262 readsyms.cc \
61ba1cf9 263 reloc.cc \
14bfc3f5 264 resolve.cc \
dbe717ef 265 script.cc \
14bfc3f5
ILT
266 symtab.cc \
267 stringpool.cc \
268 target-select.cc \
bae7f79e
ILT
269 workqueue.cc
270
271HFILES = \
61ba1cf9 272 archive.h \
ead1e424
ILT
273 common.h \
274 defstd.h \
bae7f79e 275 dirsearch.h \
dbe717ef 276 dynobj.h \
bae7f79e
ILT
277 fileread.h \
278 gold.h \
279 gold-threads.h \
a2fb1b05 280 layout.h \
bae7f79e
ILT
281 object.h \
282 options.h \
a2fb1b05 283 output.h \
bae7f79e 284 readsyms.h \
61ba1cf9 285 reloc.h \
c06b7b0b 286 reloc-types.h \
dbe717ef 287 script.h \
c06b7b0b 288 script-c.h \
14bfc3f5 289 stringpool.h \
bae7f79e
ILT
290 symtab.h \
291 target.h \
61ba1cf9 292 target-reloc.h \
14bfc3f5 293 target-select.h \
bae7f79e
ILT
294 workqueue.h
295
14bfc3f5
ILT
296TARGETFILES = \
297 i386.cc
298
dbe717ef
ILT
299YFILES = \
300 yyscript.y
301
302EXTRA_DIST = yyscript.c yyscript.h
5a6f7e2d
ILT
303libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
304ld_new_SOURCES = main.cc $(TARGETFILES)
305ld_new_DEPENDENCIES = libgold.a $(LIBINTL_DEP)
306ld_new_LDADD = libgold.a $(LIBINTL)
14bfc3f5 307POTFILES = $(CCFILES) $(HFILES) $(TARGETFILES)
bae7f79e
ILT
308all: config.h
309 $(MAKE) $(AM_MAKEFLAGS) all-recursive
310
311.SUFFIXES:
dbe717ef 312.SUFFIXES: .c .cc .o .obj .y
bae7f79e
ILT
313am--refresh:
314 @:
315$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
316 @for dep in $?; do \
317 case '$(am__configure_deps)' in \
318 *$$dep*) \
319 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
320 cd $(srcdir) && $(AUTOMAKE) --foreign \
321 && exit 0; \
322 exit 1;; \
323 esac; \
324 done; \
325 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
326 cd $(top_srcdir) && \
327 $(AUTOMAKE) --foreign Makefile
328.PRECIOUS: Makefile
329Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330 @case '$?' in \
331 *config.status*) \
332 echo ' $(SHELL) ./config.status'; \
333 $(SHELL) ./config.status;; \
334 *) \
335 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
336 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
337 esac;
338
339$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340 $(SHELL) ./config.status --recheck
341
342$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
343 cd $(srcdir) && $(AUTOCONF)
344$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
345 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
346
347config.h: stamp-h1
348 @if test ! -f $@; then \
349 rm -f stamp-h1; \
350 $(MAKE) stamp-h1; \
351 else :; fi
352
353stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
354 @rm -f stamp-h1
355 cd $(top_builddir) && $(SHELL) ./config.status config.h
356$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
357 cd $(top_srcdir) && $(AUTOHEADER)
358 rm -f stamp-h1
359 touch $@
360
361distclean-hdr:
362 -rm -f config.h stamp-h1
363po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
364 cd $(top_builddir) && $(SHELL) ./config.status $@
365
5a6f7e2d
ILT
366clean-noinstLIBRARIES:
367 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
dbe717ef
ILT
368yyscript.h: yyscript.c
369 @if test ! -f $@; then \
370 rm -f yyscript.c; \
371 $(MAKE) yyscript.c; \
372 else :; fi
5a6f7e2d
ILT
373libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES)
374 -rm -f libgold.a
375 $(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
376 $(RANLIB) libgold.a
377
378clean-noinstPROGRAMS:
379 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
bae7f79e
ILT
380ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
381 @rm -f ld-new$(EXEEXT)
382 $(CXXLINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
383
384mostlyclean-compile:
385 -rm -f *.$(OBJEXT)
386
387distclean-compile:
388 -rm -f *.tab.c
389
61ba1cf9 390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
ead1e424
ILT
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
bae7f79e 393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
dbe717ef 394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
bae7f79e
ILT
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
14bfc3f5 398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
a2fb1b05 399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
5a6f7e2d 400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
bae7f79e
ILT
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
a2fb1b05 403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
bae7f79e 404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
61ba1cf9 405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
14bfc3f5 406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
dbe717ef 407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
14bfc3f5
ILT
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
bae7f79e 411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
dbe717ef
ILT
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
413
414.c.o:
415@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
416@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
417@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419@am__fastdepCC_FALSE@ $(COMPILE) -c $<
420
421.c.obj:
422@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
423@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
424@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
425@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
bae7f79e
ILT
427
428.cc.o:
429@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
430@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
431@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
434
435.cc.obj:
436@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
437@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
438@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
dbe717ef
ILT
441
442.y.c:
443 $(YACCCOMPILE) $<
444 if test -f y.tab.h; then \
445 to=`echo "$*_H" | sed \
446 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
447 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
448 sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
449 y.tab.h >$*.ht; \
450 rm -f y.tab.h; \
451 if cmp -s $*.ht $*.h; then \
452 rm -f $*.ht ;\
453 else \
454 mv $*.ht $*.h; \
455 fi; \
456 fi
457 if test -f y.output; then \
458 mv y.output $*.output; \
459 fi
460 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
461 rm -f y.tab.c
bae7f79e
ILT
462uninstall-info-am:
463
464# This directory's subdirectories are mostly independent; you can cd
465# into them and run `make' without going through this Makefile.
466# To change the values of `make' variables: instead of editing Makefiles,
467# (1) if the variable is set in `config.status', edit `config.status'
468# (which will cause the Makefiles to be regenerated when you run `make');
469# (2) otherwise, pass the desired values on the `make' command line.
470$(RECURSIVE_TARGETS):
471 @failcom='exit 1'; \
472 for f in x $$MAKEFLAGS; do \
473 case $$f in \
474 *=* | --[!k]*);; \
475 *k*) failcom='fail=yes';; \
476 esac; \
477 done; \
478 dot_seen=no; \
479 target=`echo $@ | sed s/-recursive//`; \
480 list='$(SUBDIRS)'; for subdir in $$list; do \
481 echo "Making $$target in $$subdir"; \
482 if test "$$subdir" = "."; then \
483 dot_seen=yes; \
484 local_target="$$target-am"; \
485 else \
486 local_target="$$target"; \
487 fi; \
488 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489 || eval $$failcom; \
490 done; \
491 if test "$$dot_seen" = "no"; then \
492 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
493 fi; test -z "$$fail"
494
495mostlyclean-recursive clean-recursive distclean-recursive \
496maintainer-clean-recursive:
497 @failcom='exit 1'; \
498 for f in x $$MAKEFLAGS; do \
499 case $$f in \
500 *=* | --[!k]*);; \
501 *k*) failcom='fail=yes';; \
502 esac; \
503 done; \
504 dot_seen=no; \
505 case "$@" in \
506 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
507 *) list='$(SUBDIRS)' ;; \
508 esac; \
509 rev=''; for subdir in $$list; do \
510 if test "$$subdir" = "."; then :; else \
511 rev="$$subdir $$rev"; \
512 fi; \
513 done; \
514 rev="$$rev ."; \
515 target=`echo $@ | sed s/-recursive//`; \
516 for subdir in $$rev; do \
517 echo "Making $$target in $$subdir"; \
518 if test "$$subdir" = "."; then \
519 local_target="$$target-am"; \
520 else \
521 local_target="$$target"; \
522 fi; \
523 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524 || eval $$failcom; \
525 done && test -z "$$fail"
526tags-recursive:
527 list='$(SUBDIRS)'; for subdir in $$list; do \
528 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
529 done
530ctags-recursive:
531 list='$(SUBDIRS)'; for subdir in $$list; do \
532 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
533 done
534
535ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
536 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537 unique=`for i in $$list; do \
538 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539 done | \
540 $(AWK) ' { files[$$0] = 1; } \
541 END { for (i in files) print i; }'`; \
542 mkid -fID $$unique
543tags: TAGS
544
545TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
546 $(TAGS_FILES) $(LISP)
547 tags=; \
548 here=`pwd`; \
549 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
550 include_option=--etags-include; \
551 empty_fix=.; \
552 else \
553 include_option=--include; \
554 empty_fix=; \
555 fi; \
556 list='$(SUBDIRS)'; for subdir in $$list; do \
557 if test "$$subdir" = .; then :; else \
558 test ! -f $$subdir/TAGS || \
559 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
560 fi; \
561 done; \
562 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
563 unique=`for i in $$list; do \
564 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565 done | \
566 $(AWK) ' { files[$$0] = 1; } \
567 END { for (i in files) print i; }'`; \
568 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
569 test -n "$$unique" || unique=$$empty_fix; \
570 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571 $$tags $$unique; \
572 fi
573ctags: CTAGS
574CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
575 $(TAGS_FILES) $(LISP)
576 tags=; \
577 here=`pwd`; \
578 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
579 unique=`for i in $$list; do \
580 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581 done | \
582 $(AWK) ' { files[$$0] = 1; } \
583 END { for (i in files) print i; }'`; \
584 test -z "$(CTAGS_ARGS)$$tags$$unique" \
585 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586 $$tags $$unique
587
588GTAGS:
589 here=`$(am__cd) $(top_builddir) && pwd` \
590 && cd $(top_srcdir) \
591 && gtags -i $(GTAGS_ARGS) $$here
592
593distclean-tags:
594 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
595
596distdir: $(DISTFILES)
597 $(am__remove_distdir)
598 mkdir $(distdir)
ead1e424 599 $(mkdir_p) $(distdir)/.. $(distdir)/../bfd $(distdir)/../config $(distdir)/po
bae7f79e
ILT
600 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
601 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
602 list='$(DISTFILES)'; for file in $$list; do \
603 case $$file in \
604 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
605 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
606 esac; \
607 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
608 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
609 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
610 dir="/$$dir"; \
611 $(mkdir_p) "$(distdir)$$dir"; \
612 else \
613 dir=''; \
614 fi; \
615 if test -d $$d/$$file; then \
616 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
617 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
618 fi; \
619 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
620 else \
621 test -f $(distdir)/$$file \
622 || cp -p $$d/$$file $(distdir)/$$file \
623 || exit 1; \
624 fi; \
625 done
626 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
627 if test "$$subdir" = .; then :; else \
628 test -d "$(distdir)/$$subdir" \
629 || $(mkdir_p) "$(distdir)/$$subdir" \
630 || exit 1; \
631 distdir=`$(am__cd) $(distdir) && pwd`; \
632 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
633 (cd $$subdir && \
634 $(MAKE) $(AM_MAKEFLAGS) \
635 top_distdir="$$top_distdir" \
636 distdir="$$distdir/$$subdir" \
637 distdir) \
638 || exit 1; \
639 fi; \
640 done
641 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
642 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
643 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
644 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
645 || chmod -R a+r $(distdir)
646dist-gzip: distdir
647 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
648 $(am__remove_distdir)
649
650dist-bzip2: distdir
651 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
652 $(am__remove_distdir)
653
654dist-tarZ: distdir
655 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
656 $(am__remove_distdir)
657
658dist-shar: distdir
659 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
660 $(am__remove_distdir)
661
662dist-zip: distdir
663 -rm -f $(distdir).zip
664 zip -rq $(distdir).zip $(distdir)
665 $(am__remove_distdir)
666
667dist dist-all: distdir
668 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
669 $(am__remove_distdir)
670
671# This target untars the dist file and tries a VPATH configuration. Then
672# it guarantees that the distribution is self-contained by making another
673# tarfile.
674distcheck: dist
675 case '$(DIST_ARCHIVES)' in \
676 *.tar.gz*) \
677 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
678 *.tar.bz2*) \
679 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
680 *.tar.Z*) \
681 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
682 *.shar.gz*) \
683 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
684 *.zip*) \
685 unzip $(distdir).zip ;;\
686 esac
687 chmod -R a-w $(distdir); chmod a+w $(distdir)
688 mkdir $(distdir)/_build
689 mkdir $(distdir)/_inst
690 chmod a-w $(distdir)
691 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
692 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
693 && cd $(distdir)/_build \
694 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
695 $(DISTCHECK_CONFIGURE_FLAGS) \
696 && $(MAKE) $(AM_MAKEFLAGS) \
697 && $(MAKE) $(AM_MAKEFLAGS) dvi \
698 && $(MAKE) $(AM_MAKEFLAGS) check \
699 && $(MAKE) $(AM_MAKEFLAGS) install \
700 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
701 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
702 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
703 distuninstallcheck \
704 && chmod -R a-w "$$dc_install_base" \
705 && ({ \
706 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
707 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
708 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
709 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
710 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
711 } || { rm -rf "$$dc_destdir"; exit 1; }) \
712 && rm -rf "$$dc_destdir" \
713 && $(MAKE) $(AM_MAKEFLAGS) dist \
714 && rm -rf $(DIST_ARCHIVES) \
715 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
716 $(am__remove_distdir)
717 @(echo "$(distdir) archives ready for distribution: "; \
718 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
719 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
720distuninstallcheck:
721 @cd $(distuninstallcheck_dir) \
722 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
723 || { echo "ERROR: files left after uninstall:" ; \
724 if test -n "$(DESTDIR)"; then \
725 echo " (check DESTDIR support)"; \
726 fi ; \
727 $(distuninstallcheck_listfiles) ; \
728 exit 1; } >&2
729distcleancheck: distclean
730 @if test '$(srcdir)' = . ; then \
731 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
732 exit 1 ; \
733 fi
734 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
735 || { echo "ERROR: files left in build directory after distclean:" ; \
736 $(distcleancheck_listfiles) ; \
737 exit 1; } >&2
738check-am: all-am
739check: check-recursive
5a6f7e2d 740all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
bae7f79e
ILT
741installdirs: installdirs-recursive
742installdirs-am:
743install: install-recursive
744install-exec: install-exec-recursive
745install-data: install-data-recursive
746uninstall: uninstall-recursive
747
748install-am: all-am
749 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
750
751installcheck: installcheck-recursive
752install-strip:
753 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
754 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
755 `test -z '$(STRIP)' || \
756 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
757mostlyclean-generic:
758
759clean-generic:
760
761distclean-generic:
762 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
763
764maintainer-clean-generic:
765 @echo "This command is intended for maintainers to use"
766 @echo "it deletes files that may require special tools to rebuild."
dbe717ef
ILT
767 -rm -f yyscript.c
768 -rm -f yyscript.h
bae7f79e
ILT
769clean: clean-recursive
770
5a6f7e2d
ILT
771clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
772 mostlyclean-am
bae7f79e
ILT
773
774distclean: distclean-recursive
775 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
776 -rm -rf ./$(DEPDIR)
777 -rm -f Makefile
778distclean-am: clean-am distclean-compile distclean-generic \
779 distclean-hdr distclean-tags
780
781dvi: dvi-recursive
782
783dvi-am:
784
785html: html-recursive
786
787info: info-recursive
788
789info-am:
790
791install-data-am: install-data-local
792
793install-exec-am: install-exec-local
794
795install-info: install-info-recursive
796
797install-man:
798
799installcheck-am:
800
801maintainer-clean: maintainer-clean-recursive
802 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
803 -rm -rf $(top_srcdir)/autom4te.cache
804 -rm -rf ./$(DEPDIR)
805 -rm -f Makefile
806maintainer-clean-am: distclean-am maintainer-clean-generic
807
808mostlyclean: mostlyclean-recursive
809
810mostlyclean-am: mostlyclean-compile mostlyclean-generic
811
812pdf: pdf-recursive
813
814pdf-am:
815
816ps: ps-recursive
817
818ps-am:
819
820uninstall-am: uninstall-info-am
821
822uninstall-info: uninstall-info-recursive
823
824.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
5a6f7e2d
ILT
825 check-am clean clean-generic clean-noinstLIBRARIES \
826 clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
827 dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
828 dist-zip distcheck distclean distclean-compile \
829 distclean-generic distclean-hdr distclean-recursive \
830 distclean-tags distcleancheck distdir distuninstallcheck dvi \
831 dvi-am html html-am info info-am install install-am \
832 install-data install-data-am install-data-local install-exec \
833 install-exec-am install-exec-local install-info \
834 install-info-am install-man install-strip installcheck \
835 installcheck-am installdirs installdirs-am maintainer-clean \
836 maintainer-clean-generic maintainer-clean-recursive \
837 mostlyclean mostlyclean-compile mostlyclean-generic \
838 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
839 uninstall uninstall-am uninstall-info-am
bae7f79e
ILT
840
841
dbe717ef
ILT
842# Use an explicit dependency for the bison generated header file.
843script.$(OBJEXT): yyscript.h
844
5a6f7e2d
ILT
845# We have to build libgold.a before we run the tests.
846check: libgold.a
847
bae7f79e
ILT
848.PHONY: install-exec-local
849
850install-exec-local: ld-new$(EXEEXT)
851 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
852 n=`echo ld | sed '$(transform)'; \
853 $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
854 if test "$(bindir)" != "$(tooldir)/bin"; then \
855 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
856 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
857 || $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
858 fi
859
860# We want install to imply install-info as per GNU standards, despite
861# the cygnus option.
862install-data-local: install-info
5a6f7e2d
ILT
863
864po/POTFILES.in: @MAINT@ Makefile
865 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
866 && mv tmp $(srcdir)/po/POTFILES.in
bae7f79e
ILT
867# Tell versions [3.59,3.63) of GNU make to not export all variables.
868# Otherwise a system limit (for SysV at least) may be exceeded.
869.NOEXPORT:
This page took 0.070163 seconds and 4 git commands to generate.