*** empty log message ***
[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)
537b5f51
ILT
44@GCC_TRUE@@NATIVE_LINKER_TRUE@check_PROGRAMS = ld1$(EXEEXT) \
45@GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2$(EXEEXT)
bae7f79e
ILT
46DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
47 $(srcdir)/../config.sub $(srcdir)/../depcomp \
48 $(srcdir)/../install-sh $(srcdir)/../missing \
49 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
50 $(srcdir)/Makefile.in $(srcdir)/config.in \
82dcae9d
ILT
51 $(top_srcdir)/configure $(top_srcdir)/po/Make-in pread.c \
52 yyscript.c yyscript.h
bae7f79e
ILT
53subdir = .
54ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
56 $(top_srcdir)/../config/lead-dot.m4 \
ead1e424
ILT
57 $(top_srcdir)/../config/progtest.m4 \
58 $(top_srcdir)/../config/po.m4 $(top_srcdir)/../config/nls.m4 \
59 $(top_srcdir)/../config/gettext-sister.m4 \
bae7f79e
ILT
60 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno configure.status.lineno
65mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
66CONFIG_HEADER = config.h
67CONFIG_CLEAN_FILES = po/Makefile.in
5a6f7e2d
ILT
68LIBRARIES = $(noinst_LIBRARIES)
69AR = ar
70ARFLAGS = cru
71libgold_a_AR = $(AR) $(ARFLAGS)
72libgold_a_LIBADD =
ead1e424 73am__objects_1 = archive.$(OBJEXT) common.$(OBJEXT) defstd.$(OBJEXT) \
3151305a
ILT
74 dirsearch.$(OBJEXT) dynobj.$(OBJEXT) ehframe.$(OBJEXT) \
75 fileread.$(OBJEXT) gold.$(OBJEXT) gold-threads.$(OBJEXT) \
76 layout.$(OBJEXT) merge.$(OBJEXT) object.$(OBJEXT) \
77 options.$(OBJEXT) output.$(OBJEXT) parameters.$(OBJEXT) \
78 readsyms.$(OBJEXT) reloc.$(OBJEXT) resolve.$(OBJEXT) \
79 script.$(OBJEXT) symtab.$(OBJEXT) stringpool.$(OBJEXT) \
8486ee48 80 target-select.$(OBJEXT) version.$(OBJEXT) workqueue.$(OBJEXT)
bae7f79e 81am__objects_2 =
5a6f7e2d
ILT
82am__objects_3 = yyscript.$(OBJEXT)
83am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
84 $(am__objects_3)
85libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
86PROGRAMS = $(noinst_PROGRAMS)
6df6da4a
ILT
87am__objects_4 = main.$(OBJEXT)
88am_ld_new_OBJECTS = $(am__objects_4)
bae7f79e
ILT
89ld_new_OBJECTS = $(am_ld_new_OBJECTS)
90am__DEPENDENCIES_1 =
ad2d6943
ILT
91am__DEPENDENCIES_2 = ../libiberty/libiberty.a
92am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) libgold.a \
93 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
94am__DEPENDENCIES_4 = @LIBOBJS@
6df6da4a
ILT
95am__ld1_SOURCES_DIST = main.cc
96@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_OBJECTS = $(am__objects_4)
537b5f51 97ld1_OBJECTS = $(am_ld1_OBJECTS)
6df6da4a
ILT
98am__ld2_SOURCES_DIST = main.cc
99@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_OBJECTS = $(am__objects_4)
537b5f51 100ld2_OBJECTS = $(am_ld2_OBJECTS)
bae7f79e
ILT
101DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
102depcomp = $(SHELL) $(top_srcdir)/../depcomp
103am__depfiles_maybe = depfiles
dbe717ef
ILT
104COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106CCLD = $(CC)
107LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
bae7f79e
ILT
108CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
109 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110CXXLD = $(CXX)
111CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
112 -o $@
dbe717ef 113YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
6df6da4a
ILT
114SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES) \
115 $(EXTRA_ld_new_SOURCES) $(ld1_SOURCES) $(ld2_SOURCES)
537b5f51 116DIST_SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES) \
6df6da4a
ILT
117 $(EXTRA_ld_new_SOURCES) $(am__ld1_SOURCES_DIST) \
118 $(am__ld2_SOURCES_DIST)
bae7f79e
ILT
119RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
120 html-recursive info-recursive install-data-recursive \
121 install-exec-recursive install-info-recursive \
122 install-recursive installcheck-recursive installdirs-recursive \
123 pdf-recursive ps-recursive uninstall-info-recursive \
124 uninstall-recursive
125ETAGS = etags
126CTAGS = ctags
127DIST_SUBDIRS = $(SUBDIRS)
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129distdir = $(PACKAGE)-$(VERSION)
130top_distdir = $(distdir)
131am__remove_distdir = \
132 { test ! -d $(distdir) \
133 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
134 && rm -fr $(distdir); }; }
135DIST_ARCHIVES = $(distdir).tar.gz
136GZIP_ENV = --best
137distuninstallcheck_listfiles = find . -type f -print
138distcleancheck_listfiles = find . -type f -print
139ACLOCAL = @ACLOCAL@
140AMDEP_FALSE = @AMDEP_FALSE@
141AMDEP_TRUE = @AMDEP_TRUE@
142AMTAR = @AMTAR@
143AUTOCONF = @AUTOCONF@
144AUTOHEADER = @AUTOHEADER@
145AUTOMAKE = @AUTOMAKE@
146AWK = @AWK@
147CATALOGS = @CATALOGS@
148CATOBJEXT = @CATOBJEXT@
149CC = @CC@
150CCDEPMODE = @CCDEPMODE@
151CFLAGS = @CFLAGS@
152CPPFLAGS = @CPPFLAGS@
153CXX = @CXX@
54dc6425 154CXXCPP = @CXXCPP@
bae7f79e
ILT
155CXXDEPMODE = @CXXDEPMODE@
156CXXFLAGS = @CXXFLAGS@
157CYGPATH_W = @CYGPATH_W@
158DATADIRNAME = @DATADIRNAME@
159DEFS = @DEFS@
160DEPDIR = @DEPDIR@
161ECHO_C = @ECHO_C@
162ECHO_N = @ECHO_N@
163ECHO_T = @ECHO_T@
54dc6425 164EGREP = @EGREP@
bae7f79e 165EXEEXT = @EXEEXT@
63402fe4
ILT
166FN_PTRS_IN_SO_WITHOUT_PIC_FALSE = @FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@
167FN_PTRS_IN_SO_WITHOUT_PIC_TRUE = @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@
537b5f51
ILT
168GCC_FALSE = @GCC_FALSE@
169GCC_TRUE = @GCC_TRUE@
bae7f79e
ILT
170GENCAT = @GENCAT@
171GMSGFMT = @GMSGFMT@
172INCINTL = @INCINTL@
173INSTALL_DATA = @INSTALL_DATA@
174INSTALL_PROGRAM = @INSTALL_PROGRAM@
175INSTALL_SCRIPT = @INSTALL_SCRIPT@
176INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177INSTOBJEXT = @INSTOBJEXT@
178LDFLAGS = @LDFLAGS@
179LFS_CXXFLAGS = @LFS_CXXFLAGS@
180LIBINTL = @LIBINTL@
181LIBINTL_DEP = @LIBINTL_DEP@
182LIBOBJS = @LIBOBJS@
183LIBS = @LIBS@
537b5f51 184LN_S = @LN_S@
bae7f79e
ILT
185LTLIBOBJS = @LTLIBOBJS@
186MAINT = @MAINT@
187MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
188MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
189MAKEINFO = @MAKEINFO@
190MKINSTALLDIRS = @MKINSTALLDIRS@
191MSGFMT = @MSGFMT@
192MSGMERGE = @MSGMERGE@
537b5f51
ILT
193NATIVE_LINKER_FALSE = @NATIVE_LINKER_FALSE@
194NATIVE_LINKER_TRUE = @NATIVE_LINKER_TRUE@
bae7f79e
ILT
195NO_WERROR = @NO_WERROR@
196OBJEXT = @OBJEXT@
197PACKAGE = @PACKAGE@
198PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199PACKAGE_NAME = @PACKAGE_NAME@
200PACKAGE_STRING = @PACKAGE_STRING@
201PACKAGE_TARNAME = @PACKAGE_TARNAME@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PATH_SEPARATOR = @PATH_SEPARATOR@
204POSUB = @POSUB@
5a6f7e2d 205RANLIB = @RANLIB@
bae7f79e
ILT
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208STRIP = @STRIP@
6df6da4a 209TARGETOBJS = @TARGETOBJS@
6eee141f
ILT
210TLS_FALSE = @TLS_FALSE@
211TLS_TRUE = @TLS_TRUE@
bae7f79e
ILT
212USE_NLS = @USE_NLS@
213VERSION = @VERSION@
214WARN_CFLAGS = @WARN_CFLAGS@
215WARN_CXXFLAGS = @WARN_CXXFLAGS@
216XGETTEXT = @XGETTEXT@
dbe717ef 217YACC = @YACC@
bae7f79e
ILT
218ac_ct_CC = @ac_ct_CC@
219ac_ct_CXX = @ac_ct_CXX@
5a6f7e2d 220ac_ct_RANLIB = @ac_ct_RANLIB@
bae7f79e
ILT
221ac_ct_STRIP = @ac_ct_STRIP@
222am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
223am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
224am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
225am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
226am__include = @am__include@
227am__leading_dot = @am__leading_dot@
228am__quote = @am__quote@
229am__tar = @am__tar@
230am__untar = @am__untar@
231bindir = @bindir@
232build = @build@
233build_alias = @build_alias@
234build_cpu = @build_cpu@
235build_os = @build_os@
236build_vendor = @build_vendor@
237datadir = @datadir@
238exec_prefix = @exec_prefix@
239host = @host@
240host_alias = @host_alias@
241host_cpu = @host_cpu@
242host_os = @host_os@
243host_vendor = @host_vendor@
244includedir = @includedir@
245infodir = @infodir@
246install_sh = @install_sh@
247libdir = @libdir@
248libexecdir = @libexecdir@
249localstatedir = @localstatedir@
250mandir = @mandir@
251mkdir_p = @mkdir_p@
252oldincludedir = @oldincludedir@
253prefix = @prefix@
254program_transform_name = @program_transform_name@
255sbindir = @sbindir@
256sharedstatedir = @sharedstatedir@
257sysconfdir = @sysconfdir@
258target = @target@
259target_alias = @target_alias@
260target_cpu = @target_cpu@
261target_os = @target_os@
262target_vendor = @target_vendor@
263AUTOMAKE_OPTIONS =
5a6f7e2d 264SUBDIRS = po testsuite
bae7f79e
ILT
265tooldir = $(exec_prefix)/$(target_alias)
266ACLOCAL_AMFLAGS = -I ../bfd -I ../config
267AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS)
268INCLUDES = -D_GNU_SOURCE \
269 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
270 -DLOCALEDIR="\"$(datadir)/locale\"" \
ad2d6943 271 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
bae7f79e
ILT
272 @INCINTL@
273
ad2d6943 274LIBIBERTY = ../libiberty/libiberty.a
4991e922 275AM_YFLAGS = -d
5a6f7e2d 276noinst_LIBRARIES = libgold.a
14bfc3f5 277CCFILES = \
61ba1cf9 278 archive.cc \
ead1e424
ILT
279 common.cc \
280 defstd.cc \
bae7f79e 281 dirsearch.cc \
dbe717ef 282 dynobj.cc \
3151305a 283 ehframe.cc \
bae7f79e
ILT
284 fileread.cc \
285 gold.cc \
286 gold-threads.cc \
a2fb1b05 287 layout.cc \
b8e6aad9 288 merge.cc \
bae7f79e
ILT
289 object.cc \
290 options.cc \
a2fb1b05 291 output.cc \
7e1edb90 292 parameters.cc \
bae7f79e 293 readsyms.cc \
61ba1cf9 294 reloc.cc \
14bfc3f5 295 resolve.cc \
dbe717ef 296 script.cc \
14bfc3f5
ILT
297 symtab.cc \
298 stringpool.cc \
299 target-select.cc \
8486ee48 300 version.cc \
bae7f79e
ILT
301 workqueue.cc
302
303HFILES = \
61ba1cf9 304 archive.h \
ead1e424
ILT
305 common.h \
306 defstd.h \
bae7f79e 307 dirsearch.h \
dbe717ef 308 dynobj.h \
3151305a 309 ehframe.h \
bae7f79e
ILT
310 fileread.h \
311 gold.h \
312 gold-threads.h \
a2fb1b05 313 layout.h \
b8e6aad9 314 merge.h \
bae7f79e
ILT
315 object.h \
316 options.h \
a2fb1b05 317 output.h \
7e1edb90 318 parameters.h \
bae7f79e 319 readsyms.h \
61ba1cf9 320 reloc.h \
c06b7b0b 321 reloc-types.h \
dbe717ef 322 script.h \
c06b7b0b 323 script-c.h \
14bfc3f5 324 stringpool.h \
bae7f79e
ILT
325 symtab.h \
326 target.h \
61ba1cf9 327 target-reloc.h \
14bfc3f5 328 target-select.h \
bae7f79e
ILT
329 workqueue.h
330
dbe717ef
ILT
331YFILES = \
332 yyscript.y
333
334EXTRA_DIST = yyscript.c yyscript.h
6df6da4a 335TARGETSOURCES = \
2e30d253 336 i386.cc x86_64.cc
6df6da4a
ILT
337
338ALL_TARGETOBJS = \
2e30d253 339 i386.$(OBJEXT) x86_64.$(OBJEXT)
6df6da4a 340
5a6f7e2d 341libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
6df6da4a 342sources_var = main.cc
ad2d6943
ILT
343deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
344ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL)
537b5f51 345ld_new_SOURCES = $(sources_var)
82dcae9d
ILT
346ld_new_DEPENDENCIES = $(deps_var) $(LIBOBJS)
347ld_new_LDADD = $(ldadd_var) $(LIBOBJS)
6df6da4a
ILT
348EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
349POTFILES = $(CCFILES) $(HFILES) $(TARGETSOURCES)
537b5f51
ILT
350@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_SOURCES = $(sources_var)
351@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
352@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDADD = $(ldadd_var)
353@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDFLAGS = -Bgcctestdir1/
354@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_SOURCES = $(sources_var)
355@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
356@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDADD = $(ldadd_var)
357@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDFLAGS = -Bgcctestdir2/
358@GCC_TRUE@@NATIVE_LINKER_TRUE@TESTS = bootstrap-test
bae7f79e
ILT
359all: config.h
360 $(MAKE) $(AM_MAKEFLAGS) all-recursive
361
362.SUFFIXES:
dbe717ef 363.SUFFIXES: .c .cc .o .obj .y
bae7f79e
ILT
364am--refresh:
365 @:
366$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
367 @for dep in $?; do \
368 case '$(am__configure_deps)' in \
369 *$$dep*) \
370 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
371 cd $(srcdir) && $(AUTOMAKE) --foreign \
372 && exit 0; \
373 exit 1;; \
374 esac; \
375 done; \
376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
377 cd $(top_srcdir) && \
378 $(AUTOMAKE) --foreign Makefile
379.PRECIOUS: Makefile
380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381 @case '$?' in \
382 *config.status*) \
383 echo ' $(SHELL) ./config.status'; \
384 $(SHELL) ./config.status;; \
385 *) \
386 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
387 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
388 esac;
389
390$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391 $(SHELL) ./config.status --recheck
392
393$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
394 cd $(srcdir) && $(AUTOCONF)
395$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
396 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
397
398config.h: stamp-h1
399 @if test ! -f $@; then \
400 rm -f stamp-h1; \
401 $(MAKE) stamp-h1; \
402 else :; fi
403
404stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
405 @rm -f stamp-h1
406 cd $(top_builddir) && $(SHELL) ./config.status config.h
407$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
408 cd $(top_srcdir) && $(AUTOHEADER)
409 rm -f stamp-h1
410 touch $@
411
412distclean-hdr:
413 -rm -f config.h stamp-h1
414po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
415 cd $(top_builddir) && $(SHELL) ./config.status $@
416
5a6f7e2d
ILT
417clean-noinstLIBRARIES:
418 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
dbe717ef
ILT
419yyscript.h: yyscript.c
420 @if test ! -f $@; then \
421 rm -f yyscript.c; \
422 $(MAKE) yyscript.c; \
423 else :; fi
5a6f7e2d
ILT
424libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES)
425 -rm -f libgold.a
426 $(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
427 $(RANLIB) libgold.a
428
537b5f51
ILT
429clean-checkPROGRAMS:
430 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
431
5a6f7e2d
ILT
432clean-noinstPROGRAMS:
433 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
bae7f79e
ILT
434ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
435 @rm -f ld-new$(EXEEXT)
436 $(CXXLINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
537b5f51
ILT
437ld1$(EXEEXT): $(ld1_OBJECTS) $(ld1_DEPENDENCIES)
438 @rm -f ld1$(EXEEXT)
439 $(CXXLINK) $(ld1_LDFLAGS) $(ld1_OBJECTS) $(ld1_LDADD) $(LIBS)
440ld2$(EXEEXT): $(ld2_OBJECTS) $(ld2_DEPENDENCIES)
441 @rm -f ld2$(EXEEXT)
442 $(CXXLINK) $(ld2_LDFLAGS) $(ld2_OBJECTS) $(ld2_LDADD) $(LIBS)
bae7f79e
ILT
443
444mostlyclean-compile:
445 -rm -f *.$(OBJEXT)
446
447distclean-compile:
448 -rm -f *.tab.c
449
82dcae9d 450@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
61ba1cf9 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
ead1e424
ILT
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
bae7f79e 454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
dbe717ef 455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
3151305a 456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehframe.Po@am__quote@
bae7f79e
ILT
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
14bfc3f5 460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
a2fb1b05 461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
5a6f7e2d 462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
b8e6aad9 463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
bae7f79e
ILT
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
a2fb1b05 466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
7e1edb90 467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
bae7f79e 468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
61ba1cf9 469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
14bfc3f5 470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
dbe717ef 471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
14bfc3f5
ILT
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
8486ee48 475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
bae7f79e 476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
2e30d253 477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
dbe717ef
ILT
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
479
480.c.o:
481@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
482@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
483@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485@am__fastdepCC_FALSE@ $(COMPILE) -c $<
486
487.c.obj:
488@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
489@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
490@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
bae7f79e
ILT
493
494.cc.o:
495@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
496@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
497@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
500
501.cc.obj:
502@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
503@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
504@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
505@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
dbe717ef
ILT
507
508.y.c:
509 $(YACCCOMPILE) $<
510 if test -f y.tab.h; then \
511 to=`echo "$*_H" | sed \
512 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
513 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
514 sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
515 y.tab.h >$*.ht; \
516 rm -f y.tab.h; \
517 if cmp -s $*.ht $*.h; then \
518 rm -f $*.ht ;\
519 else \
520 mv $*.ht $*.h; \
521 fi; \
522 fi
523 if test -f y.output; then \
524 mv y.output $*.output; \
525 fi
526 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
527 rm -f y.tab.c
bae7f79e
ILT
528uninstall-info-am:
529
530# This directory's subdirectories are mostly independent; you can cd
531# into them and run `make' without going through this Makefile.
532# To change the values of `make' variables: instead of editing Makefiles,
533# (1) if the variable is set in `config.status', edit `config.status'
534# (which will cause the Makefiles to be regenerated when you run `make');
535# (2) otherwise, pass the desired values on the `make' command line.
536$(RECURSIVE_TARGETS):
537 @failcom='exit 1'; \
538 for f in x $$MAKEFLAGS; do \
539 case $$f in \
540 *=* | --[!k]*);; \
541 *k*) failcom='fail=yes';; \
542 esac; \
543 done; \
544 dot_seen=no; \
545 target=`echo $@ | sed s/-recursive//`; \
546 list='$(SUBDIRS)'; for subdir in $$list; do \
547 echo "Making $$target in $$subdir"; \
548 if test "$$subdir" = "."; then \
549 dot_seen=yes; \
550 local_target="$$target-am"; \
551 else \
552 local_target="$$target"; \
553 fi; \
554 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
555 || eval $$failcom; \
556 done; \
557 if test "$$dot_seen" = "no"; then \
558 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
559 fi; test -z "$$fail"
560
561mostlyclean-recursive clean-recursive distclean-recursive \
562maintainer-clean-recursive:
563 @failcom='exit 1'; \
564 for f in x $$MAKEFLAGS; do \
565 case $$f in \
566 *=* | --[!k]*);; \
567 *k*) failcom='fail=yes';; \
568 esac; \
569 done; \
570 dot_seen=no; \
571 case "$@" in \
572 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
573 *) list='$(SUBDIRS)' ;; \
574 esac; \
575 rev=''; for subdir in $$list; do \
576 if test "$$subdir" = "."; then :; else \
577 rev="$$subdir $$rev"; \
578 fi; \
579 done; \
580 rev="$$rev ."; \
581 target=`echo $@ | sed s/-recursive//`; \
582 for subdir in $$rev; do \
583 echo "Making $$target in $$subdir"; \
584 if test "$$subdir" = "."; then \
585 local_target="$$target-am"; \
586 else \
587 local_target="$$target"; \
588 fi; \
589 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
590 || eval $$failcom; \
591 done && test -z "$$fail"
592tags-recursive:
593 list='$(SUBDIRS)'; for subdir in $$list; do \
594 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
595 done
596ctags-recursive:
597 list='$(SUBDIRS)'; for subdir in $$list; do \
598 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
599 done
600
601ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
602 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
603 unique=`for i in $$list; do \
604 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
605 done | \
606 $(AWK) ' { files[$$0] = 1; } \
607 END { for (i in files) print i; }'`; \
608 mkid -fID $$unique
609tags: TAGS
610
611TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
612 $(TAGS_FILES) $(LISP)
613 tags=; \
614 here=`pwd`; \
615 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
616 include_option=--etags-include; \
617 empty_fix=.; \
618 else \
619 include_option=--include; \
620 empty_fix=; \
621 fi; \
622 list='$(SUBDIRS)'; for subdir in $$list; do \
623 if test "$$subdir" = .; then :; else \
624 test ! -f $$subdir/TAGS || \
625 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
626 fi; \
627 done; \
628 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
629 unique=`for i in $$list; do \
630 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631 done | \
632 $(AWK) ' { files[$$0] = 1; } \
633 END { for (i in files) print i; }'`; \
634 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
635 test -n "$$unique" || unique=$$empty_fix; \
636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637 $$tags $$unique; \
638 fi
639ctags: CTAGS
640CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
641 $(TAGS_FILES) $(LISP)
642 tags=; \
643 here=`pwd`; \
644 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
645 unique=`for i in $$list; do \
646 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647 done | \
648 $(AWK) ' { files[$$0] = 1; } \
649 END { for (i in files) print i; }'`; \
650 test -z "$(CTAGS_ARGS)$$tags$$unique" \
651 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
652 $$tags $$unique
653
654GTAGS:
655 here=`$(am__cd) $(top_builddir) && pwd` \
656 && cd $(top_srcdir) \
657 && gtags -i $(GTAGS_ARGS) $$here
658
659distclean-tags:
660 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
661
537b5f51
ILT
662check-TESTS: $(TESTS)
663 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
664 srcdir=$(srcdir); export srcdir; \
665 list='$(TESTS)'; \
666 if test -n "$$list"; then \
667 for tst in $$list; do \
668 if test -f ./$$tst; then dir=./; \
669 elif test -f $$tst; then dir=; \
670 else dir="$(srcdir)/"; fi; \
671 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
672 all=`expr $$all + 1`; \
673 case " $(XFAIL_TESTS) " in \
674 *" $$tst "*) \
675 xpass=`expr $$xpass + 1`; \
676 failed=`expr $$failed + 1`; \
677 echo "XPASS: $$tst"; \
678 ;; \
679 *) \
680 echo "PASS: $$tst"; \
681 ;; \
682 esac; \
683 elif test $$? -ne 77; then \
684 all=`expr $$all + 1`; \
685 case " $(XFAIL_TESTS) " in \
686 *" $$tst "*) \
687 xfail=`expr $$xfail + 1`; \
688 echo "XFAIL: $$tst"; \
689 ;; \
690 *) \
691 failed=`expr $$failed + 1`; \
692 echo "FAIL: $$tst"; \
693 ;; \
694 esac; \
695 else \
696 skip=`expr $$skip + 1`; \
697 echo "SKIP: $$tst"; \
698 fi; \
699 done; \
700 if test "$$failed" -eq 0; then \
701 if test "$$xfail" -eq 0; then \
702 banner="All $$all tests passed"; \
703 else \
704 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
705 fi; \
706 else \
707 if test "$$xpass" -eq 0; then \
708 banner="$$failed of $$all tests failed"; \
709 else \
710 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
711 fi; \
712 fi; \
713 dashes="$$banner"; \
714 skipped=""; \
715 if test "$$skip" -ne 0; then \
716 skipped="($$skip tests were not run)"; \
717 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
718 dashes="$$skipped"; \
719 fi; \
720 report=""; \
721 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
722 report="Please report to $(PACKAGE_BUGREPORT)"; \
723 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
724 dashes="$$report"; \
725 fi; \
726 dashes=`echo "$$dashes" | sed s/./=/g`; \
727 echo "$$dashes"; \
728 echo "$$banner"; \
729 test -z "$$skipped" || echo "$$skipped"; \
730 test -z "$$report" || echo "$$report"; \
731 echo "$$dashes"; \
732 test "$$failed" -eq 0; \
733 else :; fi
734
bae7f79e
ILT
735distdir: $(DISTFILES)
736 $(am__remove_distdir)
737 mkdir $(distdir)
ead1e424 738 $(mkdir_p) $(distdir)/.. $(distdir)/../bfd $(distdir)/../config $(distdir)/po
bae7f79e
ILT
739 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
740 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
741 list='$(DISTFILES)'; for file in $$list; do \
742 case $$file in \
743 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
744 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
745 esac; \
746 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
747 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
748 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
749 dir="/$$dir"; \
750 $(mkdir_p) "$(distdir)$$dir"; \
751 else \
752 dir=''; \
753 fi; \
754 if test -d $$d/$$file; then \
755 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
756 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
757 fi; \
758 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
759 else \
760 test -f $(distdir)/$$file \
761 || cp -p $$d/$$file $(distdir)/$$file \
762 || exit 1; \
763 fi; \
764 done
765 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
766 if test "$$subdir" = .; then :; else \
767 test -d "$(distdir)/$$subdir" \
768 || $(mkdir_p) "$(distdir)/$$subdir" \
769 || exit 1; \
770 distdir=`$(am__cd) $(distdir) && pwd`; \
771 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
772 (cd $$subdir && \
773 $(MAKE) $(AM_MAKEFLAGS) \
774 top_distdir="$$top_distdir" \
775 distdir="$$distdir/$$subdir" \
776 distdir) \
777 || exit 1; \
778 fi; \
779 done
780 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
781 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
782 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
783 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
784 || chmod -R a+r $(distdir)
785dist-gzip: distdir
786 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
787 $(am__remove_distdir)
788
789dist-bzip2: distdir
790 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
791 $(am__remove_distdir)
792
793dist-tarZ: distdir
794 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
795 $(am__remove_distdir)
796
797dist-shar: distdir
798 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
799 $(am__remove_distdir)
800
801dist-zip: distdir
802 -rm -f $(distdir).zip
803 zip -rq $(distdir).zip $(distdir)
804 $(am__remove_distdir)
805
806dist dist-all: distdir
807 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
808 $(am__remove_distdir)
809
810# This target untars the dist file and tries a VPATH configuration. Then
811# it guarantees that the distribution is self-contained by making another
812# tarfile.
813distcheck: dist
814 case '$(DIST_ARCHIVES)' in \
815 *.tar.gz*) \
816 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
817 *.tar.bz2*) \
818 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
819 *.tar.Z*) \
820 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
821 *.shar.gz*) \
822 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
823 *.zip*) \
824 unzip $(distdir).zip ;;\
825 esac
826 chmod -R a-w $(distdir); chmod a+w $(distdir)
827 mkdir $(distdir)/_build
828 mkdir $(distdir)/_inst
829 chmod a-w $(distdir)
830 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
831 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
832 && cd $(distdir)/_build \
833 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
834 $(DISTCHECK_CONFIGURE_FLAGS) \
835 && $(MAKE) $(AM_MAKEFLAGS) \
836 && $(MAKE) $(AM_MAKEFLAGS) dvi \
837 && $(MAKE) $(AM_MAKEFLAGS) check \
838 && $(MAKE) $(AM_MAKEFLAGS) install \
839 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
840 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
841 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
842 distuninstallcheck \
843 && chmod -R a-w "$$dc_install_base" \
844 && ({ \
845 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
846 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
847 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
848 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
849 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
850 } || { rm -rf "$$dc_destdir"; exit 1; }) \
851 && rm -rf "$$dc_destdir" \
852 && $(MAKE) $(AM_MAKEFLAGS) dist \
853 && rm -rf $(DIST_ARCHIVES) \
854 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
855 $(am__remove_distdir)
856 @(echo "$(distdir) archives ready for distribution: "; \
857 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
858 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
859distuninstallcheck:
860 @cd $(distuninstallcheck_dir) \
861 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
862 || { echo "ERROR: files left after uninstall:" ; \
863 if test -n "$(DESTDIR)"; then \
864 echo " (check DESTDIR support)"; \
865 fi ; \
866 $(distuninstallcheck_listfiles) ; \
867 exit 1; } >&2
868distcleancheck: distclean
869 @if test '$(srcdir)' = . ; then \
870 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
871 exit 1 ; \
872 fi
873 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
874 || { echo "ERROR: files left in build directory after distclean:" ; \
875 $(distcleancheck_listfiles) ; \
876 exit 1; } >&2
877check-am: all-am
537b5f51
ILT
878 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
879 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
bae7f79e 880check: check-recursive
5a6f7e2d 881all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
bae7f79e
ILT
882installdirs: installdirs-recursive
883installdirs-am:
884install: install-recursive
885install-exec: install-exec-recursive
886install-data: install-data-recursive
887uninstall: uninstall-recursive
888
889install-am: all-am
890 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
891
892installcheck: installcheck-recursive
893install-strip:
894 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
895 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
896 `test -z '$(STRIP)' || \
897 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
898mostlyclean-generic:
899
900clean-generic:
901
902distclean-generic:
903 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
904
905maintainer-clean-generic:
906 @echo "This command is intended for maintainers to use"
907 @echo "it deletes files that may require special tools to rebuild."
dbe717ef
ILT
908 -rm -f yyscript.c
909 -rm -f yyscript.h
bae7f79e
ILT
910clean: clean-recursive
911
537b5f51
ILT
912clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
913 clean-noinstPROGRAMS mostlyclean-am
bae7f79e
ILT
914
915distclean: distclean-recursive
916 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
82dcae9d 917 -rm -rf $(DEPDIR) ./$(DEPDIR)
bae7f79e
ILT
918 -rm -f Makefile
919distclean-am: clean-am distclean-compile distclean-generic \
920 distclean-hdr distclean-tags
921
922dvi: dvi-recursive
923
924dvi-am:
925
926html: html-recursive
927
928info: info-recursive
929
930info-am:
931
932install-data-am: install-data-local
933
934install-exec-am: install-exec-local
935
936install-info: install-info-recursive
937
938install-man:
939
940installcheck-am:
941
942maintainer-clean: maintainer-clean-recursive
943 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
944 -rm -rf $(top_srcdir)/autom4te.cache
82dcae9d 945 -rm -rf $(DEPDIR) ./$(DEPDIR)
bae7f79e
ILT
946 -rm -f Makefile
947maintainer-clean-am: distclean-am maintainer-clean-generic
948
949mostlyclean: mostlyclean-recursive
950
951mostlyclean-am: mostlyclean-compile mostlyclean-generic
952
953pdf: pdf-recursive
954
955pdf-am:
956
957ps: ps-recursive
958
959ps-am:
960
961uninstall-am: uninstall-info-am
962
963uninstall-info: uninstall-info-recursive
964
965.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
537b5f51
ILT
966 check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
967 clean-noinstLIBRARIES clean-noinstPROGRAMS clean-recursive \
968 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
969 dist-shar dist-tarZ dist-zip distcheck distclean \
970 distclean-compile distclean-generic distclean-hdr \
971 distclean-recursive distclean-tags distcleancheck distdir \
972 distuninstallcheck dvi dvi-am html html-am info info-am \
973 install install-am install-data install-data-am \
974 install-data-local install-exec install-exec-am \
975 install-exec-local install-info install-info-am install-man \
976 install-strip installcheck installcheck-am installdirs \
977 installdirs-am maintainer-clean maintainer-clean-generic \
978 maintainer-clean-recursive mostlyclean mostlyclean-compile \
979 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
980 tags tags-recursive uninstall uninstall-am uninstall-info-am
bae7f79e
ILT
981
982
dbe717ef
ILT
983# Use an explicit dependency for the bison generated header file.
984script.$(OBJEXT): yyscript.h
985
5a6f7e2d
ILT
986# We have to build libgold.a before we run the tests.
987check: libgold.a
988
bae7f79e
ILT
989.PHONY: install-exec-local
990
991install-exec-local: ld-new$(EXEEXT)
992 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
993 n=`echo ld | sed '$(transform)'; \
994 $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
995 if test "$(bindir)" != "$(tooldir)/bin"; then \
996 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
997 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
998 || $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
999 fi
1000
1001# We want install to imply install-info as per GNU standards, despite
1002# the cygnus option.
1003install-data-local: install-info
5a6f7e2d
ILT
1004
1005po/POTFILES.in: @MAINT@ Makefile
1006 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
1007 && mv tmp $(srcdir)/po/POTFILES.in
537b5f51
ILT
1008
1009# Bootstrap test support. We use ld-new to build ld1, then use ld1 to
1010# build ld2. ld1 and ld2 should be identical. ld-new need not be
1011# identical to ld1, since it was linked with the host linker.
1012
1013@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld: ld-new
1014@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir1 || mkdir -p gcctestdir1
1015@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir1/ld
1016@GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir1 && $(LN_S) ../ld-new ld)
1017
1018@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2/ld: ld1
1019@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2 || mkdir -p gcctestdir2
1020@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2/ld
1021@GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2 && $(LN_S) ../ld1 ld)
1022
1023@GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test: ld2
1024@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1025@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1026@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1 ld2" > $@
1027@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
bae7f79e
ILT
1028# Tell versions [3.59,3.63) of GNU make to not export all variables.
1029# Otherwise a system limit (for SysV at least) may be exceeded.
1030.NOEXPORT:
This page took 0.099053 seconds and 4 git commands to generate.