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