Cleanups after the update to Autoconf 2.64, Automake 1.11.
[platform/upstream/binutils.git] / gprof / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 bin_PROGRAMS = gprof$(EXEEXT)
40 subdir = .
41 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
42         $(srcdir)/Makefile.am $(top_srcdir)/configure \
43         $(am__configure_deps) $(srcdir)/gconfig.in \
44         $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in \
45         $(gprof_TEXINFOS) $(noinst_HEADERS)
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \
48         $(top_srcdir)/../config/depstand.m4 \
49         $(top_srcdir)/../config/gettext-sister.m4 \
50         $(top_srcdir)/../config/lead-dot.m4 \
51         $(top_srcdir)/../config/nls.m4 \
52         $(top_srcdir)/../config/override.m4 \
53         $(top_srcdir)/../config/po.m4 \
54         $(top_srcdir)/../config/progtest.m4 \
55         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
56         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
57         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61  configure.lineno config.status.lineno
62 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
63 CONFIG_HEADER = gconfig.h
64 CONFIG_CLEAN_FILES = po/Makefile.in
65 CONFIG_CLEAN_VPATH_FILES =
66 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
67 PROGRAMS = $(bin_PROGRAMS)
68 am__objects_1 = basic_blocks.$(OBJEXT) call_graph.$(OBJEXT) \
69         cg_arcs.$(OBJEXT) cg_dfn.$(OBJEXT) cg_print.$(OBJEXT) \
70         corefile.$(OBJEXT) gmon_io.$(OBJEXT) gprof.$(OBJEXT) \
71         hertz.$(OBJEXT) hist.$(OBJEXT) source.$(OBJEXT) \
72         search_list.$(OBJEXT) symtab.$(OBJEXT) sym_ids.$(OBJEXT) \
73         utils.$(OBJEXT) i386.$(OBJEXT) alpha.$(OBJEXT) vax.$(OBJEXT) \
74         tahoe.$(OBJEXT) sparc.$(OBJEXT) mips.$(OBJEXT)
75 am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \
76         bsd_callg_bl.$(OBJEXT) fsf_callg_bl.$(OBJEXT)
77 gprof_OBJECTS = $(am_gprof_OBJECTS)
78 am__DEPENDENCIES_1 =
79 DEFAULT_INCLUDES = -I.@am__isrc@
80 depcomp =
81 am__depfiles_maybe =
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 CCLD = $(CC)
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
90         $(LDFLAGS) -o $@
91 SOURCES = $(gprof_SOURCES)
92 INFO_DEPS = gprof.info
93 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
94 am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
95 DVIS = gprof.dvi
96 PDFS = gprof.pdf
97 PSS = gprof.ps
98 HTMLS = gprof.html
99 TEXINFOS = gprof.texi
100 TEXI2PDF = $(TEXI2DVI) --pdf --batch
101 MAKEINFOHTML = $(MAKEINFO) --html
102 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
103 DVIPS = dvips
104 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
105         html-recursive info-recursive install-data-recursive \
106         install-dvi-recursive install-exec-recursive \
107         install-html-recursive install-info-recursive \
108         install-pdf-recursive install-ps-recursive install-recursive \
109         installcheck-recursive installdirs-recursive pdf-recursive \
110         ps-recursive uninstall-recursive
111 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112 am__vpath_adj = case $$p in \
113     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114     *) f=$$p;; \
115   esac;
116 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117 am__install_max = 40
118 am__nobase_strip_setup = \
119   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120 am__nobase_strip = \
121   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122 am__nobase_list = $(am__nobase_strip_setup); \
123   for p in $$list; do echo "$$p $$p"; done | \
124   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126     if (++n[$$2] == $(am__install_max)) \
127       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128     END { for (dir in files) print dir, files[dir] }'
129 am__base_list = \
130   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
132 man1dir = $(mandir)/man1
133 NROFF = nroff
134 MANS = $(man_MANS)
135 HEADERS = $(noinst_HEADERS)
136 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137   distclean-recursive maintainer-clean-recursive
138 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
139         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
140 ETAGS = etags
141 CTAGS = ctags
142 DIST_SUBDIRS = $(SUBDIRS)
143 ACLOCAL = @ACLOCAL@
144 AMTAR = @AMTAR@
145 AR = @AR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CATALOGS = @CATALOGS@
151 CATOBJEXT = @CATOBJEXT@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CYGPATH_W = @CYGPATH_W@
158 DATADIRNAME = @DATADIRNAME@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 DSYMUTIL = @DSYMUTIL@
162 DUMPBIN = @DUMPBIN@
163 ECHO_C = @ECHO_C@
164 ECHO_N = @ECHO_N@
165 ECHO_T = @ECHO_T@
166 EGREP = @EGREP@
167 EXEEXT = @EXEEXT@
168 FGREP = @FGREP@
169 GENCAT = @GENCAT@
170 GMSGFMT = @GMSGFMT@
171 GREP = @GREP@
172 INCINTL = @INCINTL@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 INSTOBJEXT = @INSTOBJEXT@
179 LD = @LD@
180 LDFLAGS = @LDFLAGS@
181 LIBINTL = @LIBINTL@
182 LIBINTL_DEP = @LIBINTL_DEP@
183 LIBOBJS = @LIBOBJS@
184 LIBS = @LIBS@
185 LIBTOOL = @LIBTOOL@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTLIBOBJS = @LTLIBOBJS@
189 MAINT = @MAINT@
190 MAKEINFO = @MAKEINFO@
191 MKDIR_P = @MKDIR_P@
192 MKINSTALLDIRS = @MKINSTALLDIRS@
193 MSGFMT = @MSGFMT@
194 MSGMERGE = @MSGMERGE@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 NO_WERROR = @NO_WERROR@
198 OBJDUMP = @OBJDUMP@
199 OBJEXT = @OBJEXT@
200 OTOOL = @OTOOL@
201 OTOOL64 = @OTOOL64@
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_URL = @PACKAGE_URL@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PATH_SEPARATOR = @PATH_SEPARATOR@
210 POSUB = @POSUB@
211 RANLIB = @RANLIB@
212 SED = @SED@
213 SET_MAKE = @SET_MAKE@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 USE_NLS = @USE_NLS@
217 VERSION = @VERSION@
218 WARN_CFLAGS = @WARN_CFLAGS@
219 XGETTEXT = @XGETTEXT@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 am__include = @am__include@
227 am__leading_dot = @am__leading_dot@
228 am__quote = @am__quote@
229 am__tar = @am__tar@
230 am__untar = @am__untar@
231 bindir = @bindir@
232 build = @build@
233 build_alias = @build_alias@
234 build_cpu = @build_cpu@
235 build_os = @build_os@
236 build_vendor = @build_vendor@
237 builddir = @builddir@
238 datadir = @datadir@
239 datarootdir = @datarootdir@
240 docdir = @docdir@
241 dvidir = @dvidir@
242 exec_prefix = @exec_prefix@
243 host = @host@
244 host_alias = @host_alias@
245 host_cpu = @host_cpu@
246 host_os = @host_os@
247 host_vendor = @host_vendor@
248 htmldir = @htmldir@
249 includedir = @includedir@
250 infodir = @infodir@
251 install_sh = @install_sh@
252 libdir = @libdir@
253 libexecdir = @libexecdir@
254 localedir = @localedir@
255 localstatedir = @localstatedir@
256 lt_ECHO = @lt_ECHO@
257 mandir = @mandir@
258 mkdir_p = @mkdir_p@
259 oldincludedir = @oldincludedir@
260 pdfdir = @pdfdir@
261 prefix = @prefix@
262 program_transform_name = @program_transform_name@
263 psdir = @psdir@
264 sbindir = @sbindir@
265 sharedstatedir = @sharedstatedir@
266 srcdir = @srcdir@
267 sysconfdir = @sysconfdir@
268 target = @target@
269 target_alias = @target_alias@
270 target_cpu = @target_cpu@
271 target_os = @target_os@
272 target_vendor = @target_vendor@
273 top_build_prefix = @top_build_prefix@
274 top_builddir = @top_builddir@
275 top_srcdir = @top_srcdir@
276 AUTOMAKE_OPTIONS = cygnus
277 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
278 SUFFIXES = .m
279 SUBDIRS = po
280 BASEDIR = $(srcdir)/..
281 BFDDIR = $(BASEDIR)/bfd
282 INCDIR = $(BASEDIR)/include
283 AM_CFLAGS = $(WARN_CFLAGS)
284 MKDEP = gcc -MM
285 INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \
286         -I$(srcdir)/../bfd @INCINTL@ -I. \
287         -DLOCALEDIR="\"$(datadir)/locale\""
288
289 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
290         cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
291         search_list.c symtab.c sym_ids.c utils.c \
292         i386.c alpha.c vax.c tahoe.c sparc.c mips.c
293
294 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
295 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
296 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
297 noinst_HEADERS = \
298         basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
299         corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
300         search_list.h source.h sym_ids.h symtab.h utils.h
301
302 BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
303 EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
304 POTFILES = $(sources) $(noinst_HEADERS)
305 MANCONF = -Dman
306 TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
307 POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
308 info_TEXINFOS = gprof.texi
309 gprof_TEXINFOS = config.texi
310 man_MANS = gprof.1
311 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
312 TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
313 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
314 MAINTAINERCLEANFILES = gprof.info
315
316 # Automake 1.9 will only build info files in the objdir if they are
317 # mentioned in DISTCLEANFILES.  It doesn't have to be unconditional,
318 # though, so we use a bogus condition.
319 @GENINSRC_NEVER_TRUE@DISTCLEANFILES = gprof.info
320 all: $(BUILT_SOURCES) gconfig.h
321         $(MAKE) $(AM_MAKEFLAGS) all-recursive
322
323 .SUFFIXES:
324 .SUFFIXES: .m .c .dvi .lo .o .obj .ps
325 am--refresh:
326         @:
327 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
328         @for dep in $?; do \
329           case '$(am__configure_deps)' in \
330             *$$dep*) \
331               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
332               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
333                 && exit 0; \
334               exit 1;; \
335           esac; \
336         done; \
337         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
338         $(am__cd) $(top_srcdir) && \
339           $(AUTOMAKE) --foreign Makefile
340 .PRECIOUS: Makefile
341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342         @case '$?' in \
343           *config.status*) \
344             echo ' $(SHELL) ./config.status'; \
345             $(SHELL) ./config.status;; \
346           *) \
347             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
348             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
349         esac;
350
351 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352         $(SHELL) ./config.status --recheck
353
354 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
355         $(am__cd) $(srcdir) && $(AUTOCONF)
356 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
358 $(am__aclocal_m4_deps):
359
360 gconfig.h: stamp-h1
361         @if test ! -f $@; then \
362           rm -f stamp-h1; \
363           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
364         else :; fi
365
366 stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status
367         @rm -f stamp-h1
368         cd $(top_builddir) && $(SHELL) ./config.status gconfig.h
369 $(srcdir)/gconfig.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
370         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
371         rm -f stamp-h1
372         touch $@
373
374 distclean-hdr:
375         -rm -f gconfig.h stamp-h1
376 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
377         cd $(top_builddir) && $(SHELL) ./config.status $@
378 install-binPROGRAMS: $(bin_PROGRAMS)
379         @$(NORMAL_INSTALL)
380         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
381         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
382         for p in $$list; do echo "$$p $$p"; done | \
383         sed 's/$(EXEEXT)$$//' | \
384         while read p p1; do if test -f $$p || test -f $$p1; \
385           then echo "$$p"; echo "$$p"; else :; fi; \
386         done | \
387         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
388             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
389         sed 'N;N;N;s,\n, ,g' | \
390         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
391           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
392             if ($$2 == $$4) files[d] = files[d] " " $$1; \
393             else { print "f", $$3 "/" $$4, $$1; } } \
394           END { for (d in files) print "f", d, files[d] }' | \
395         while read type dir files; do \
396             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
397             test -z "$$files" || { \
398             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
399             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
400             } \
401         ; done
402
403 uninstall-binPROGRAMS:
404         @$(NORMAL_UNINSTALL)
405         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
406         files=`for p in $$list; do echo "$$p"; done | \
407           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
408               -e 's/$$/$(EXEEXT)/' `; \
409         test -n "$$list" || exit 0; \
410         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
411         cd "$(DESTDIR)$(bindir)" && rm -f $$files
412
413 clean-binPROGRAMS:
414         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
415         echo " rm -f" $$list; \
416         rm -f $$list || exit $$?; \
417         test -n "$(EXEEXT)" || exit 0; \
418         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
419         echo " rm -f" $$list; \
420         rm -f $$list
421 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES) 
422         @rm -f gprof$(EXEEXT)
423         $(LINK) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
424
425 mostlyclean-compile:
426         -rm -f *.$(OBJEXT)
427
428 distclean-compile:
429         -rm -f *.tab.c
430
431 .c.o:
432         $(COMPILE) -c $<
433
434 .c.obj:
435         $(COMPILE) -c `$(CYGPATH_W) '$<'`
436
437 .c.lo:
438         $(LTCOMPILE) -c -o $@ $<
439
440 mostlyclean-libtool:
441         -rm -f *.lo
442
443 clean-libtool:
444         -rm -rf .libs _libs
445
446 distclean-libtool:
447         -rm -f libtool config.lt
448
449 gprof.info: gprof.texi $(gprof_TEXINFOS)
450         restore=: && backupdir="$(am__leading_dot)am$$$$" && \
451         rm -rf $$backupdir && mkdir $$backupdir && \
452         if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
453           for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
454             if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
455           done; \
456         else :; fi && \
457         if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
458          -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
459         then \
460           rc=0; \
461         else \
462           rc=$$?; \
463           $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
464         fi; \
465         rm -rf $$backupdir; exit $$rc
466
467 gprof.dvi: gprof.texi $(gprof_TEXINFOS) 
468         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
469         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
470         $(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
471
472 gprof.pdf: gprof.texi $(gprof_TEXINFOS) 
473         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
474         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
475         $(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
476
477 gprof.html: gprof.texi $(gprof_TEXINFOS) 
478         rm -rf $(@:.html=.htp)
479         if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
480          -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
481         then \
482           rm -rf $@; \
483           if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
484             mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
485         else \
486           if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
487             rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
488           exit 1; \
489         fi
490 .dvi.ps:
491         TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
492         $(DVIPS) -o $@ $<
493
494 uninstall-dvi-am:
495         @$(NORMAL_UNINSTALL)
496         @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
497         for p in $$list; do \
498           $(am__strip_dir) \
499           echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
500           rm -f "$(DESTDIR)$(dvidir)/$$f"; \
501         done
502
503 uninstall-html-am:
504         @$(NORMAL_UNINSTALL)
505         @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
506         for p in $$list; do \
507           $(am__strip_dir) \
508           echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
509           rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
510         done
511
512 uninstall-info-am:
513         @$(PRE_UNINSTALL)
514         @if test -d '$(DESTDIR)$(infodir)' && \
515             (install-info --version && \
516              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
517           list='$(INFO_DEPS)'; \
518           for file in $$list; do \
519             relfile=`echo "$$file" | sed 's|^.*/||'`; \
520             echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
521             if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
522             then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
523           done; \
524         else :; fi
525         @$(NORMAL_UNINSTALL)
526         @list='$(INFO_DEPS)'; \
527         for file in $$list; do \
528           relfile=`echo "$$file" | sed 's|^.*/||'`; \
529           relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
530           (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
531              echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
532              rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
533            else :; fi); \
534         done
535
536 uninstall-pdf-am:
537         @$(NORMAL_UNINSTALL)
538         @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
539         for p in $$list; do \
540           $(am__strip_dir) \
541           echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
542           rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
543         done
544
545 uninstall-ps-am:
546         @$(NORMAL_UNINSTALL)
547         @list='$(PSS)'; test -n "$(psdir)" || list=; \
548         for p in $$list; do \
549           $(am__strip_dir) \
550           echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
551           rm -f "$(DESTDIR)$(psdir)/$$f"; \
552         done
553
554 dist-info: $(INFO_DEPS)
555         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
556         list='$(INFO_DEPS)'; \
557         for base in $$list; do \
558           case $$base in \
559             $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
560           esac; \
561           if test -f $$base; then d=.; else d=$(srcdir); fi; \
562           base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
563           for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
564             if test -f $$file; then \
565               relfile=`expr "$$file" : "$$d/\(.*\)"`; \
566               test -f "$(distdir)/$$relfile" || \
567                 cp -p $$file "$(distdir)/$$relfile"; \
568             else :; fi; \
569           done; \
570         done
571
572 mostlyclean-aminfo:
573         -rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
574           gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
575           gprof.tps gprof.vr gprof.vrs
576
577 clean-aminfo:
578         -test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \
579         || rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html
580
581 maintainer-clean-aminfo:
582         @list='$(INFO_DEPS)'; for i in $$list; do \
583           i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
584           echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
585           rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
586         done
587
588 clean-info: mostlyclean-aminfo clean-aminfo
589 install-man1: $(man_MANS)
590         @$(NORMAL_INSTALL)
591         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
592         @list=''; test -n "$(man1dir)" || exit 0; \
593         { for i in $$list; do echo "$$i"; done; \
594         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
595           sed -n '/\.1[a-z]*$$/p'; \
596         } | while read p; do \
597           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
598           echo "$$d$$p"; echo "$$p"; \
599         done | \
600         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
601               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
602         sed 'N;N;s,\n, ,g' | { \
603         list=; while read file base inst; do \
604           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
605             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
606             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
607           fi; \
608         done; \
609         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
610         while read files; do \
611           test -z "$$files" || { \
612             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
613             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
614         done; }
615
616 uninstall-man1:
617         @$(NORMAL_UNINSTALL)
618         @list=''; test -n "$(man1dir)" || exit 0; \
619         files=`{ for i in $$list; do echo "$$i"; done; \
620         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
621           sed -n '/\.1[a-z]*$$/p'; \
622         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
623               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
624         test -z "$$files" || { \
625           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
626           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
627
628 # This directory's subdirectories are mostly independent; you can cd
629 # into them and run `make' without going through this Makefile.
630 # To change the values of `make' variables: instead of editing Makefiles,
631 # (1) if the variable is set in `config.status', edit `config.status'
632 #     (which will cause the Makefiles to be regenerated when you run `make');
633 # (2) otherwise, pass the desired values on the `make' command line.
634 $(RECURSIVE_TARGETS):
635         @failcom='exit 1'; \
636         for f in x $$MAKEFLAGS; do \
637           case $$f in \
638             *=* | --[!k]*);; \
639             *k*) failcom='fail=yes';; \
640           esac; \
641         done; \
642         dot_seen=no; \
643         target=`echo $@ | sed s/-recursive//`; \
644         list='$(SUBDIRS)'; for subdir in $$list; do \
645           echo "Making $$target in $$subdir"; \
646           if test "$$subdir" = "."; then \
647             dot_seen=yes; \
648             local_target="$$target-am"; \
649           else \
650             local_target="$$target"; \
651           fi; \
652           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
653           || eval $$failcom; \
654         done; \
655         if test "$$dot_seen" = "no"; then \
656           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
657         fi; test -z "$$fail"
658
659 $(RECURSIVE_CLEAN_TARGETS):
660         @failcom='exit 1'; \
661         for f in x $$MAKEFLAGS; do \
662           case $$f in \
663             *=* | --[!k]*);; \
664             *k*) failcom='fail=yes';; \
665           esac; \
666         done; \
667         dot_seen=no; \
668         case "$@" in \
669           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
670           *) list='$(SUBDIRS)' ;; \
671         esac; \
672         rev=''; for subdir in $$list; do \
673           if test "$$subdir" = "."; then :; else \
674             rev="$$subdir $$rev"; \
675           fi; \
676         done; \
677         rev="$$rev ."; \
678         target=`echo $@ | sed s/-recursive//`; \
679         for subdir in $$rev; do \
680           echo "Making $$target in $$subdir"; \
681           if test "$$subdir" = "."; then \
682             local_target="$$target-am"; \
683           else \
684             local_target="$$target"; \
685           fi; \
686           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
687           || eval $$failcom; \
688         done && test -z "$$fail"
689 tags-recursive:
690         list='$(SUBDIRS)'; for subdir in $$list; do \
691           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
692         done
693 ctags-recursive:
694         list='$(SUBDIRS)'; for subdir in $$list; do \
695           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
696         done
697
698 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
699         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
700         unique=`for i in $$list; do \
701             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
702           done | \
703           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
704               END { if (nonempty) { for (i in files) print i; }; }'`; \
705         mkid -fID $$unique
706 tags: TAGS
707
708 TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
709                 $(TAGS_FILES) $(LISP)
710         set x; \
711         here=`pwd`; \
712         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
713           include_option=--etags-include; \
714           empty_fix=.; \
715         else \
716           include_option=--include; \
717           empty_fix=; \
718         fi; \
719         list='$(SUBDIRS)'; for subdir in $$list; do \
720           if test "$$subdir" = .; then :; else \
721             test ! -f $$subdir/TAGS || \
722               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
723           fi; \
724         done; \
725         list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
726         unique=`for i in $$list; do \
727             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
728           done | \
729           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
730               END { if (nonempty) { for (i in files) print i; }; }'`; \
731         shift; \
732         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
733           test -n "$$unique" || unique=$$empty_fix; \
734           if test $$# -gt 0; then \
735             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
736               "$$@" $$unique; \
737           else \
738             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
739               $$unique; \
740           fi; \
741         fi
742 ctags: CTAGS
743 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
744                 $(TAGS_FILES) $(LISP)
745         list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
746         unique=`for i in $$list; do \
747             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
748           done | \
749           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
750               END { if (nonempty) { for (i in files) print i; }; }'`; \
751         test -z "$(CTAGS_ARGS)$$unique" \
752           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
753              $$unique
754
755 GTAGS:
756         here=`$(am__cd) $(top_builddir) && pwd` \
757           && $(am__cd) $(top_srcdir) \
758           && gtags -i $(GTAGS_ARGS) "$$here"
759
760 distclean-tags:
761         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
762 check-am:
763 check: $(BUILT_SOURCES)
764         $(MAKE) $(AM_MAKEFLAGS) check-recursive
765 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
766 installdirs: installdirs-recursive
767 installdirs-am:
768         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
769           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
770         done
771 install: $(BUILT_SOURCES)
772         $(MAKE) $(AM_MAKEFLAGS) install-recursive
773 install-exec: install-exec-recursive
774 install-data: install-data-recursive
775 uninstall: uninstall-recursive
776
777 install-am: all-am
778         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
779
780 installcheck: installcheck-recursive
781 install-strip:
782         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784           `test -z '$(STRIP)' || \
785             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
786 mostlyclean-generic:
787
788 clean-generic:
789         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
790
791 distclean-generic:
792         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
793         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
794         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
795
796 maintainer-clean-generic:
797         @echo "This command is intended for maintainers to use"
798         @echo "it deletes files that may require special tools to rebuild."
799         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
800         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
801 clean: clean-recursive
802
803 clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \
804         mostlyclean-am
805
806 distclean: distclean-recursive
807         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
808         -rm -f Makefile
809 distclean-am: clean-am distclean-compile distclean-generic \
810         distclean-hdr distclean-libtool distclean-tags
811
812 dvi: dvi-recursive
813
814 dvi-am: $(DVIS)
815
816 html: html-recursive
817
818 html-am: $(HTMLS)
819
820 info: info-recursive
821
822 info-am: $(INFO_DEPS)
823
824 install-data-am: install-data-local install-man
825
826 install-dvi: install-dvi-recursive
827
828 install-dvi-am: $(DVIS)
829         @$(NORMAL_INSTALL)
830         test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
831         @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
832         for p in $$list; do \
833           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
834           echo "$$d$$p"; \
835         done | $(am__base_list) | \
836         while read files; do \
837           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
838           $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
839         done
840 install-exec-am: install-binPROGRAMS
841
842 install-html: install-html-recursive
843
844 install-html-am: $(HTMLS)
845         @$(NORMAL_INSTALL)
846         test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
847         @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
848         for p in $$list; do \
849           if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
850           $(am__strip_dir) \
851           if test -d "$$d$$p"; then \
852             echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
853             $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
854             echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
855             $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
856           else \
857             list2="$$list2 $$d$$p"; \
858           fi; \
859         done; \
860         test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
861         while read files; do \
862           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
863           $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
864         done; }
865 install-info: install-info-recursive
866
867 install-info-am: $(INFO_DEPS)
868         @$(NORMAL_INSTALL)
869         test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
870         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
871         list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
872         for file in $$list; do \
873           case $$file in \
874             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
875           esac; \
876           if test -f $$file; then d=.; else d=$(srcdir); fi; \
877           file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
878           for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
879                        $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
880             if test -f $$ifile; then \
881               echo "$$ifile"; \
882             else : ; fi; \
883           done; \
884         done | $(am__base_list) | \
885         while read files; do \
886           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
887           $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
888         @$(POST_INSTALL)
889         @if (install-info --version && \
890              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
891           list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
892           for file in $$list; do \
893             relfile=`echo "$$file" | sed 's|^.*/||'`; \
894             echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
895             install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
896           done; \
897         else : ; fi
898 install-man: install-man1
899
900 install-pdf: install-pdf-recursive
901
902 install-pdf-am: $(PDFS)
903         @$(NORMAL_INSTALL)
904         test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
905         @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
906         for p in $$list; do \
907           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
908           echo "$$d$$p"; \
909         done | $(am__base_list) | \
910         while read files; do \
911           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
912           $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
913 install-ps: install-ps-recursive
914
915 install-ps-am: $(PSS)
916         @$(NORMAL_INSTALL)
917         test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
918         @list='$(PSS)'; test -n "$(psdir)" || list=; \
919         for p in $$list; do \
920           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
921           echo "$$d$$p"; \
922         done | $(am__base_list) | \
923         while read files; do \
924           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
925           $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
926 installcheck-am:
927
928 maintainer-clean: maintainer-clean-recursive
929         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
930         -rm -rf $(top_srcdir)/autom4te.cache
931         -rm -f Makefile
932 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
933         maintainer-clean-generic
934
935 mostlyclean: mostlyclean-recursive
936
937 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
938         mostlyclean-generic mostlyclean-libtool
939
940 pdf: pdf-recursive
941
942 pdf-am: $(PDFS)
943
944 ps: ps-recursive
945
946 ps-am: $(PSS)
947
948 uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
949         uninstall-info-am uninstall-man uninstall-pdf-am \
950         uninstall-ps-am
951
952 uninstall-man: uninstall-man1
953
954 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
955         ctags-recursive install install-am install-strip \
956         tags-recursive
957
958 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
959         all all-am am--refresh check check-am clean clean-aminfo \
960         clean-binPROGRAMS clean-generic clean-info clean-libtool ctags \
961         ctags-recursive dist-info distclean distclean-compile \
962         distclean-generic distclean-hdr distclean-libtool \
963         distclean-tags dvi dvi-am html html-am info info-am install \
964         install-am install-binPROGRAMS install-data install-data-am \
965         install-data-local install-dvi install-dvi-am install-exec \
966         install-exec-am install-html install-html-am install-info \
967         install-info-am install-man install-man1 install-pdf \
968         install-pdf-am install-ps install-ps-am install-strip \
969         installcheck installcheck-am installdirs installdirs-am \
970         maintainer-clean maintainer-clean-aminfo \
971         maintainer-clean-generic mostlyclean mostlyclean-aminfo \
972         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
973         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
974         uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
975         uninstall-info-am uninstall-man uninstall-man1 \
976         uninstall-pdf-am uninstall-ps-am
977
978
979 diststuff: $(BUILT_SOURCES) info $(man_MANS)
980
981 # This empty rule is a hack against gmake patched by Apple.
982 %.o:%.m
983
984 .m.c:
985         awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
986             FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
987             FILE=$*.m $(srcdir)/$*.m
988 po/POTFILES.in: @MAINT@ Makefile
989         for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
990           && mv tmp $(srcdir)/po/POTFILES.in
991
992 config.texi:
993         echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
994
995 # Build the man page from the texinfo file
996 # The sed command removes the no-adjust Nroff command so that
997 # the man output looks standard.
998 gprof.1: $(srcdir)/gprof.texi config.texi
999         touch $@
1000         -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
1001         -($(POD2MAN) gprof.pod | \
1002                sed -e '/^.if n .na/d' > $@.T$$$$ && \
1003                mv -f $@.T$$$$ $@) || \
1004                (rm -f $@.T$$$$ && exit 1)
1005         rm -f gprof.pod
1006
1007 # We want install to imply install-info as per GNU standards, despite the
1008 # cygnus option.
1009 install-data-local: install-info
1010
1011 # Targets to rebuild dependencies in this Makefile.
1012 # Have to get rid of DEP1 here so that "$?" later includes all sources.
1013 DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
1014         rm -f DEP1
1015         $(MAKE) MKDEP="$(MKDEP)" DEP1
1016         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1017         if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1018           echo 'make DEP failed!'; exit 1; \
1019         else \
1020           mv -f DEP1 $@; \
1021         fi
1022
1023 DEP1: $(gprof_SOURCES)
1024         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1025         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1026         for f in $?; do \
1027           $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1028           sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
1029           sed -e '1s/.*: //' -f dep.sed < DEPA | \
1030             LC_ALL=C sort | LC_ALL=C uniq | \
1031             sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
1032         done
1033         rm -f DEPA
1034         mv -f DEP2 $@
1035
1036 dep.sed: dep-in.sed config.status
1037         objdir=`pwd`; \
1038         sed <$(srcdir)/dep-in.sed >dep.sed      \
1039                 -e 's!@INCDIR@!$(INCDIR)!'      \
1040                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
1041                 -e 's!@SRCDIR@!$(srcdir)!'      \
1042                 -e "s!@OBJDIR@!$${objdir}!"     \
1043                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!'
1044
1045 dep: DEP
1046         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1047         cat DEP >> tmp-Makefile
1048         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1049
1050 dep-in: DEP
1051         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1052         cat DEP >> tmp-Makefile.in
1053         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1054
1055 dep-am: DEP
1056         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1057         cat DEP >> tmp-Makefile.am
1058         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1059
1060 .PHONY: dep dep-in dep-am
1061
1062 # DO NOT DELETE THIS LINE -- mkdep uses it.
1063 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1064 basic_blocks.o: \
1065   basic_blocks.c \
1066   $(BFDDIR)/sysdep.h \
1067   $(INCDIR)/ansidecl.h \
1068   $(INCDIR)/filenames.h \
1069   $(INCDIR)/fopen-same.h \
1070   $(INCDIR)/libiberty.h \
1071   $(INCDIR)/symcat.h \
1072   ../bfd/bfd.h \
1073   ../bfd/config.h \
1074   basic_blocks.h \
1075   corefile.h \
1076   gconfig.h \
1077   gmon_io.h \
1078   gmon_out.h \
1079   gprof.h \
1080   search_list.h \
1081   source.h \
1082   sym_ids.h \
1083   symtab.h
1084 call_graph.o: \
1085   call_graph.c \
1086   $(BFDDIR)/sysdep.h \
1087   $(INCDIR)/ansidecl.h \
1088   $(INCDIR)/filenames.h \
1089   $(INCDIR)/fopen-same.h \
1090   $(INCDIR)/symcat.h \
1091   ../bfd/bfd.h \
1092   ../bfd/config.h \
1093   call_graph.h \
1094   cg_arcs.h \
1095   corefile.h \
1096   gconfig.h \
1097   gmon_io.h \
1098   gmon_out.h \
1099   gprof.h \
1100   search_list.h \
1101   source.h \
1102   sym_ids.h \
1103   symtab.h
1104 cg_arcs.o: \
1105   cg_arcs.c \
1106   $(BFDDIR)/sysdep.h \
1107   $(INCDIR)/ansidecl.h \
1108   $(INCDIR)/filenames.h \
1109   $(INCDIR)/fopen-same.h \
1110   $(INCDIR)/libiberty.h \
1111   $(INCDIR)/symcat.h \
1112   ../bfd/bfd.h \
1113   ../bfd/config.h \
1114   call_graph.h \
1115   cg_arcs.h \
1116   cg_dfn.h \
1117   cg_print.h \
1118   gconfig.h \
1119   gprof.h \
1120   search_list.h \
1121   source.h \
1122   sym_ids.h \
1123   symtab.h \
1124   utils.h
1125 cg_dfn.o: \
1126   cg_dfn.c \
1127   $(BFDDIR)/sysdep.h \
1128   $(INCDIR)/ansidecl.h \
1129   $(INCDIR)/filenames.h \
1130   $(INCDIR)/fopen-same.h \
1131   $(INCDIR)/libiberty.h \
1132   $(INCDIR)/symcat.h \
1133   ../bfd/bfd.h \
1134   ../bfd/config.h \
1135   cg_arcs.h \
1136   cg_dfn.h \
1137   gconfig.h \
1138   gprof.h \
1139   search_list.h \
1140   source.h \
1141   symtab.h \
1142   utils.h
1143 cg_print.o: \
1144   cg_print.c \
1145   $(BFDDIR)/sysdep.h \
1146   $(INCDIR)/ansidecl.h \
1147   $(INCDIR)/filenames.h \
1148   $(INCDIR)/fopen-same.h \
1149   $(INCDIR)/libiberty.h \
1150   $(INCDIR)/symcat.h \
1151   ../bfd/bfd.h \
1152   ../bfd/config.h \
1153   cg_arcs.h \
1154   cg_print.h \
1155   corefile.h \
1156   gconfig.h \
1157   gprof.h \
1158   hist.h \
1159   search_list.h \
1160   source.h \
1161   symtab.h \
1162   utils.h
1163 corefile.o: \
1164   corefile.c \
1165   $(BFDDIR)/sysdep.h \
1166   $(INCDIR)/ansidecl.h \
1167   $(INCDIR)/filenames.h \
1168   $(INCDIR)/fopen-same.h \
1169   $(INCDIR)/libiberty.h \
1170   $(INCDIR)/safe-ctype.h \
1171   $(INCDIR)/symcat.h \
1172   ../bfd/bfd.h \
1173   ../bfd/config.h \
1174   corefile.h \
1175   gconfig.h \
1176   gprof.h \
1177   hist.h \
1178   search_list.h \
1179   source.h \
1180   symtab.h
1181 gmon_io.o: \
1182   gmon_io.c \
1183   $(BFDDIR)/sysdep.h \
1184   $(INCDIR)/ansidecl.h \
1185   $(INCDIR)/binary-io.h \
1186   $(INCDIR)/filenames.h \
1187   $(INCDIR)/fopen-same.h \
1188   $(INCDIR)/libiberty.h \
1189   $(INCDIR)/symcat.h \
1190   ../bfd/bfd.h \
1191   ../bfd/config.h \
1192   basic_blocks.h \
1193   call_graph.h \
1194   cg_arcs.h \
1195   corefile.h \
1196   gconfig.h \
1197   gmon.h \
1198   gmon_io.h \
1199   gmon_out.h \
1200   gprof.h \
1201   hertz.h \
1202   hist.h \
1203   search_list.h \
1204   source.h \
1205   symtab.h
1206 gprof.o: \
1207   gprof.c \
1208   $(BFDDIR)/sysdep.h \
1209   $(INCDIR)/ansidecl.h \
1210   $(INCDIR)/demangle.h \
1211   $(INCDIR)/filenames.h \
1212   $(INCDIR)/fopen-same.h \
1213   $(INCDIR)/libiberty.h \
1214   $(INCDIR)/symcat.h \
1215   ../bfd/bfd.h \
1216   ../bfd/bfdver.h \
1217   ../bfd/config.h \
1218   basic_blocks.h \
1219   call_graph.h \
1220   cg_arcs.h \
1221   cg_print.h \
1222   corefile.h \
1223   gconfig.h \
1224   gmon_io.h \
1225   gprof.h \
1226   hertz.h \
1227   hist.h \
1228   search_list.h \
1229   source.h \
1230   sym_ids.h \
1231   symtab.h
1232 hertz.o: \
1233   hertz.c \
1234   $(BFDDIR)/sysdep.h \
1235   $(INCDIR)/ansidecl.h \
1236   $(INCDIR)/filenames.h \
1237   $(INCDIR)/fopen-same.h \
1238   $(INCDIR)/symcat.h \
1239   ../bfd/bfd.h \
1240   ../bfd/config.h \
1241   gconfig.h \
1242   gprof.h \
1243   hertz.h
1244 hist.o: \
1245   hist.c \
1246   $(BFDDIR)/sysdep.h \
1247   $(INCDIR)/ansidecl.h \
1248   $(INCDIR)/filenames.h \
1249   $(INCDIR)/fopen-same.h \
1250   $(INCDIR)/libiberty.h \
1251   $(INCDIR)/symcat.h \
1252   ../bfd/bfd.h \
1253   ../bfd/config.h \
1254   corefile.h \
1255   gconfig.h \
1256   gmon_io.h \
1257   gmon_out.h \
1258   gprof.h \
1259   hist.h \
1260   search_list.h \
1261   source.h \
1262   sym_ids.h \
1263   symtab.h \
1264   utils.h
1265 source.o: \
1266   source.c \
1267   $(BFDDIR)/sysdep.h \
1268   $(INCDIR)/ansidecl.h \
1269   $(INCDIR)/filenames.h \
1270   $(INCDIR)/fopen-same.h \
1271   $(INCDIR)/libiberty.h \
1272   $(INCDIR)/symcat.h \
1273   ../bfd/bfd.h \
1274   ../bfd/config.h \
1275   gconfig.h \
1276   gprof.h \
1277   search_list.h \
1278   source.h
1279 search_list.o: \
1280   search_list.c \
1281   $(BFDDIR)/sysdep.h \
1282   $(INCDIR)/ansidecl.h \
1283   $(INCDIR)/filenames.h \
1284   $(INCDIR)/fopen-same.h \
1285   $(INCDIR)/libiberty.h \
1286   $(INCDIR)/symcat.h \
1287   ../bfd/bfd.h \
1288   ../bfd/config.h \
1289   gconfig.h \
1290   gprof.h \
1291   search_list.h
1292 symtab.o: \
1293   symtab.c \
1294   $(BFDDIR)/sysdep.h \
1295   $(INCDIR)/ansidecl.h \
1296   $(INCDIR)/filenames.h \
1297   $(INCDIR)/fopen-same.h \
1298   $(INCDIR)/symcat.h \
1299   ../bfd/bfd.h \
1300   ../bfd/config.h \
1301   cg_arcs.h \
1302   corefile.h \
1303   gconfig.h \
1304   gprof.h \
1305   search_list.h \
1306   source.h \
1307   symtab.h
1308 sym_ids.o: \
1309   sym_ids.c \
1310   $(BFDDIR)/sysdep.h \
1311   $(INCDIR)/ansidecl.h \
1312   $(INCDIR)/filenames.h \
1313   $(INCDIR)/fopen-same.h \
1314   $(INCDIR)/libiberty.h \
1315   $(INCDIR)/safe-ctype.h \
1316   $(INCDIR)/symcat.h \
1317   ../bfd/bfd.h \
1318   ../bfd/config.h \
1319   cg_arcs.h \
1320   corefile.h \
1321   gconfig.h \
1322   gprof.h \
1323   search_list.h \
1324   source.h \
1325   sym_ids.h \
1326   symtab.h
1327 utils.o: \
1328   utils.c \
1329   $(BFDDIR)/sysdep.h \
1330   $(INCDIR)/ansidecl.h \
1331   $(INCDIR)/demangle.h \
1332   $(INCDIR)/filenames.h \
1333   $(INCDIR)/fopen-same.h \
1334   $(INCDIR)/libiberty.h \
1335   $(INCDIR)/symcat.h \
1336   ../bfd/bfd.h \
1337   ../bfd/config.h \
1338   cg_arcs.h \
1339   corefile.h \
1340   gconfig.h \
1341   gprof.h \
1342   search_list.h \
1343   source.h \
1344   symtab.h \
1345   utils.h
1346 i386.o: \
1347   i386.c \
1348   $(BFDDIR)/sysdep.h \
1349   $(INCDIR)/ansidecl.h \
1350   $(INCDIR)/filenames.h \
1351   $(INCDIR)/fopen-same.h \
1352   $(INCDIR)/symcat.h \
1353   ../bfd/bfd.h \
1354   ../bfd/config.h \
1355   cg_arcs.h \
1356   corefile.h \
1357   gconfig.h \
1358   gprof.h \
1359   hist.h \
1360   search_list.h \
1361   source.h \
1362   symtab.h
1363 alpha.o: \
1364   alpha.c \
1365   $(BFDDIR)/sysdep.h \
1366   $(INCDIR)/ansidecl.h \
1367   $(INCDIR)/filenames.h \
1368   $(INCDIR)/fopen-same.h \
1369   $(INCDIR)/symcat.h \
1370   ../bfd/bfd.h \
1371   ../bfd/config.h \
1372   cg_arcs.h \
1373   corefile.h \
1374   gconfig.h \
1375   gprof.h \
1376   hist.h \
1377   search_list.h \
1378   source.h \
1379   symtab.h
1380 vax.o: \
1381   vax.c \
1382   $(BFDDIR)/sysdep.h \
1383   $(INCDIR)/ansidecl.h \
1384   $(INCDIR)/filenames.h \
1385   $(INCDIR)/fopen-same.h \
1386   $(INCDIR)/symcat.h \
1387   ../bfd/bfd.h \
1388   ../bfd/config.h \
1389   cg_arcs.h \
1390   corefile.h \
1391   gconfig.h \
1392   gprof.h \
1393   hist.h \
1394   search_list.h \
1395   source.h \
1396   symtab.h
1397 tahoe.o: \
1398   tahoe.c \
1399   $(BFDDIR)/sysdep.h \
1400   $(INCDIR)/ansidecl.h \
1401   $(INCDIR)/filenames.h \
1402   $(INCDIR)/fopen-same.h \
1403   $(INCDIR)/symcat.h \
1404   ../bfd/bfd.h \
1405   ../bfd/config.h \
1406   cg_arcs.h \
1407   corefile.h \
1408   gconfig.h \
1409   gprof.h \
1410   hist.h \
1411   search_list.h \
1412   source.h \
1413   symtab.h
1414 sparc.o: \
1415   sparc.c \
1416   $(BFDDIR)/sysdep.h \
1417   $(INCDIR)/ansidecl.h \
1418   $(INCDIR)/filenames.h \
1419   $(INCDIR)/fopen-same.h \
1420   $(INCDIR)/symcat.h \
1421   ../bfd/bfd.h \
1422   ../bfd/config.h \
1423   cg_arcs.h \
1424   corefile.h \
1425   gconfig.h \
1426   gprof.h \
1427   hist.h \
1428   search_list.h \
1429   source.h \
1430   symtab.h
1431 mips.o: \
1432   mips.c \
1433   $(BFDDIR)/sysdep.h \
1434   $(INCDIR)/ansidecl.h \
1435   $(INCDIR)/filenames.h \
1436   $(INCDIR)/fopen-same.h \
1437   $(INCDIR)/symcat.h \
1438   ../bfd/bfd.h \
1439   ../bfd/config.h \
1440   cg_arcs.h \
1441   corefile.h \
1442   gconfig.h \
1443   gprof.h \
1444   hist.h \
1445   search_list.h \
1446   source.h \
1447   symtab.h
1448 flat_bl.o: \
1449   flat_bl.c \
1450   $(INCDIR)/ansidecl.h
1451 bsd_callg_bl.o: \
1452   bsd_callg_bl.c \
1453   $(INCDIR)/ansidecl.h
1454 fsf_callg_bl.o: \
1455   fsf_callg_bl.c \
1456   $(INCDIR)/ansidecl.h
1457 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1458
1459 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1460 # Otherwise a system limit (for SysV at least) may be exceeded.
1461 .NOEXPORT: