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