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