dependency tracking in gprof
[binutils.git] / gprof / Makefile.in
blob5d265100647baceb3f1b7a6cdf18ee21eee04d2e
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
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 $(srcdir)/../depcomp $(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)$(infodir)" \
67 "$(DESTDIR)$(man1dir)"
68 PROGRAMS = $(bin_PROGRAMS)
69 am__objects_1 = basic_blocks.$(OBJEXT) call_graph.$(OBJEXT) \
70 cg_arcs.$(OBJEXT) cg_dfn.$(OBJEXT) cg_print.$(OBJEXT) \
71 corefile.$(OBJEXT) gmon_io.$(OBJEXT) gprof.$(OBJEXT) \
72 hertz.$(OBJEXT) hist.$(OBJEXT) source.$(OBJEXT) \
73 search_list.$(OBJEXT) symtab.$(OBJEXT) sym_ids.$(OBJEXT) \
74 utils.$(OBJEXT) i386.$(OBJEXT) alpha.$(OBJEXT) vax.$(OBJEXT) \
75 tahoe.$(OBJEXT) sparc.$(OBJEXT) mips.$(OBJEXT)
76 am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \
77 bsd_callg_bl.$(OBJEXT) fsf_callg_bl.$(OBJEXT)
78 gprof_OBJECTS = $(am_gprof_OBJECTS)
79 am__DEPENDENCIES_1 =
80 DEFAULT_INCLUDES = -I.@am__isrc@
81 depcomp = $(SHELL) $(top_srcdir)/../depcomp
82 am__depfiles_maybe = depfiles
83 am__mv = mv -f
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92 $(LDFLAGS) -o $@
93 SOURCES = $(gprof_SOURCES)
94 INFO_DEPS = gprof.info
95 am__TEXINFO_TEX_DIR = $(srcdir)/$(top_srcdir)/../texinfo
96 DVIS = gprof.dvi
97 PDFS = gprof.pdf
98 PSS = gprof.ps
99 HTMLS = gprof.html
100 TEXINFOS = gprof.texi
101 TEXI2PDF = $(TEXI2DVI) --pdf --batch
102 MAKEINFOHTML = $(MAKEINFO) --html
103 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
104 DVIPS = dvips
105 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106 html-recursive info-recursive install-data-recursive \
107 install-dvi-recursive install-exec-recursive \
108 install-html-recursive install-info-recursive \
109 install-pdf-recursive install-ps-recursive install-recursive \
110 installcheck-recursive installdirs-recursive pdf-recursive \
111 ps-recursive uninstall-recursive
112 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113 am__vpath_adj = case $$p in \
114 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115 *) f=$$p;; \
116 esac;
117 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
118 am__install_max = 40
119 am__nobase_strip_setup = \
120 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
121 am__nobase_strip = \
122 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123 am__nobase_list = $(am__nobase_strip_setup); \
124 for p in $$list; do echo "$$p $$p"; done | \
125 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
126 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127 if (++n[$$2] == $(am__install_max)) \
128 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
129 END { for (dir in files) print dir, files[dir] }'
130 am__base_list = \
131 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
132 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
133 man1dir = $(mandir)/man1
134 NROFF = nroff
135 MANS = $(man_MANS)
136 HEADERS = $(noinst_HEADERS)
137 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
138 distclean-recursive maintainer-clean-recursive
139 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
140 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
141 ETAGS = etags
142 CTAGS = ctags
143 DIST_SUBDIRS = $(SUBDIRS)
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AR = @AR@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 CATALOGS = @CATALOGS@
152 CATOBJEXT = @CATOBJEXT@
153 CC = @CC@
154 CCDEPMODE = @CCDEPMODE@
155 CFLAGS = @CFLAGS@
156 CPP = @CPP@
157 CPPFLAGS = @CPPFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DATADIRNAME = @DATADIRNAME@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DSYMUTIL = @DSYMUTIL@
163 DUMPBIN = @DUMPBIN@
164 ECHO_C = @ECHO_C@
165 ECHO_N = @ECHO_N@
166 ECHO_T = @ECHO_T@
167 EGREP = @EGREP@
168 EXEEXT = @EXEEXT@
169 FGREP = @FGREP@
170 GENCAT = @GENCAT@
171 GMSGFMT = @GMSGFMT@
172 GREP = @GREP@
173 INCINTL = @INCINTL@
174 INSTALL = @INSTALL@
175 INSTALL_DATA = @INSTALL_DATA@
176 INSTALL_PROGRAM = @INSTALL_PROGRAM@
177 INSTALL_SCRIPT = @INSTALL_SCRIPT@
178 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179 INSTOBJEXT = @INSTOBJEXT@
180 LD = @LD@
181 LDFLAGS = @LDFLAGS@
182 LIBINTL = @LIBINTL@
183 LIBINTL_DEP = @LIBINTL_DEP@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@
186 LIBTOOL = @LIBTOOL@
187 LIPO = @LIPO@
188 LN_S = @LN_S@
189 LTLIBOBJS = @LTLIBOBJS@
190 MAINT = @MAINT@
191 MAKEINFO = @MAKEINFO@
192 MKDIR_P = @MKDIR_P@
193 MKINSTALLDIRS = @MKINSTALLDIRS@
194 MSGFMT = @MSGFMT@
195 MSGMERGE = @MSGMERGE@
196 NM = @NM@
197 NMEDIT = @NMEDIT@
198 NO_WERROR = @NO_WERROR@
199 OBJDUMP = @OBJDUMP@
200 OBJEXT = @OBJEXT@
201 OTOOL = @OTOOL@
202 OTOOL64 = @OTOOL64@
203 PACKAGE = @PACKAGE@
204 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205 PACKAGE_NAME = @PACKAGE_NAME@
206 PACKAGE_STRING = @PACKAGE_STRING@
207 PACKAGE_TARNAME = @PACKAGE_TARNAME@
208 PACKAGE_URL = @PACKAGE_URL@
209 PACKAGE_VERSION = @PACKAGE_VERSION@
210 PATH_SEPARATOR = @PATH_SEPARATOR@
211 POSUB = @POSUB@
212 RANLIB = @RANLIB@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 USE_NLS = @USE_NLS@
218 VERSION = @VERSION@
219 WARN_CFLAGS = @WARN_CFLAGS@
220 XGETTEXT = @XGETTEXT@
221 abs_builddir = @abs_builddir@
222 abs_srcdir = @abs_srcdir@
223 abs_top_builddir = @abs_top_builddir@
224 abs_top_srcdir = @abs_top_srcdir@
225 ac_ct_CC = @ac_ct_CC@
226 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
227 am__include = @am__include@
228 am__leading_dot = @am__leading_dot@
229 am__quote = @am__quote@
230 am__tar = @am__tar@
231 am__untar = @am__untar@
232 bindir = @bindir@
233 build = @build@
234 build_alias = @build_alias@
235 build_cpu = @build_cpu@
236 build_os = @build_os@
237 build_vendor = @build_vendor@
238 builddir = @builddir@
239 datadir = @datadir@
240 datarootdir = @datarootdir@
241 docdir = @docdir@
242 dvidir = @dvidir@
243 exec_prefix = @exec_prefix@
244 host = @host@
245 host_alias = @host_alias@
246 host_cpu = @host_cpu@
247 host_os = @host_os@
248 host_vendor = @host_vendor@
249 htmldir = @htmldir@
250 includedir = @includedir@
251 infodir = @infodir@
252 install_sh = @install_sh@
253 libdir = @libdir@
254 libexecdir = @libexecdir@
255 localedir = @localedir@
256 localstatedir = @localstatedir@
257 lt_ECHO = @lt_ECHO@
258 mandir = @mandir@
259 mkdir_p = @mkdir_p@
260 oldincludedir = @oldincludedir@
261 pdfdir = @pdfdir@
262 prefix = @prefix@
263 program_transform_name = @program_transform_name@
264 psdir = @psdir@
265 sbindir = @sbindir@
266 sharedstatedir = @sharedstatedir@
267 srcdir = @srcdir@
268 sysconfdir = @sysconfdir@
269 target = @target@
270 target_alias = @target_alias@
271 target_cpu = @target_cpu@
272 target_os = @target_os@
273 target_vendor = @target_vendor@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex
278 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
279 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
280 SUFFIXES = .m
281 SUBDIRS = po
282 BASEDIR = $(srcdir)/..
283 BFDDIR = $(BASEDIR)/bfd
284 INCDIR = $(BASEDIR)/include
285 AM_CFLAGS = $(WARN_CFLAGS)
286 INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \
287 -I$(srcdir)/../bfd @INCINTL@ -I. \
288 -DLOCALEDIR="\"$(datadir)/locale\""
290 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
291 cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
292 search_list.c symtab.c sym_ids.c utils.c \
293 i386.c alpha.c vax.c tahoe.c sparc.c mips.c
295 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
296 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
297 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
298 noinst_HEADERS = \
299 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
300 corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
301 search_list.h source.h sym_ids.h symtab.h utils.h
303 BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
304 EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
305 POTFILES = $(sources) $(noinst_HEADERS)
306 MANCONF = -Dman
307 TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
308 POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
309 info_TEXINFOS = gprof.texi
310 gprof_TEXINFOS = config.texi
311 man_MANS = gprof.1
312 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
313 TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
314 MAINTAINERCLEANFILES = gprof.info
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
323 .SUFFIXES:
324 .SUFFIXES: .m .c .dvi .lo .o .obj .ps
325 am--refresh:
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;
351 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352 $(SHELL) ./config.status --recheck
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):
360 gconfig.h: stamp-h1
361 @if test ! -f $@; then \
362 rm -f stamp-h1; \
363 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
364 else :; fi
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 $@
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 $$?; \
401 ; done
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
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)
425 mostlyclean-compile:
426 -rm -f *.$(OBJEXT)
428 distclean-compile:
429 -rm -f *.tab.c
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_blocks.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_callg_bl.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/call_graph.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_arcs.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_dfn.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_print.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flat_bl.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsf_callg_bl.Po@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmon_io.Po@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprof.Po@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hertz.Po@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_list.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Po@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym_ids.Po@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tahoe.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax.Po@am__quote@
456 .c.o:
457 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
458 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
463 .c.obj:
464 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
465 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
470 .c.lo:
471 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
472 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
477 mostlyclean-libtool:
478 -rm -f *.lo
480 clean-libtool:
481 -rm -rf .libs _libs
483 distclean-libtool:
484 -rm -f libtool config.lt
486 gprof.info: gprof.texi $(gprof_TEXINFOS)
487 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
488 rm -rf $$backupdir && mkdir $$backupdir && \
489 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
490 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
491 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
492 done; \
493 else :; fi && \
494 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
495 -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
496 then \
497 rc=0; \
498 else \
499 rc=$$?; \
500 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
501 fi; \
502 rm -rf $$backupdir; exit $$rc
504 gprof.dvi: gprof.texi $(gprof_TEXINFOS)
505 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
506 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
507 $(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
509 gprof.pdf: gprof.texi $(gprof_TEXINFOS)
510 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
511 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
512 $(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
514 gprof.html: gprof.texi $(gprof_TEXINFOS)
515 rm -rf $(@:.html=.htp)
516 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
517 -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
518 then \
519 rm -rf $@; \
520 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
521 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
522 else \
523 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
524 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
525 exit 1; \
527 .dvi.ps:
528 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
529 $(DVIPS) -o $@ $<
531 uninstall-dvi-am:
532 @$(NORMAL_UNINSTALL)
533 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
534 for p in $$list; do \
535 $(am__strip_dir) \
536 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
537 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
538 done
540 uninstall-html-am:
541 @$(NORMAL_UNINSTALL)
542 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
543 for p in $$list; do \
544 $(am__strip_dir) \
545 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
546 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
547 done
549 uninstall-info-am:
550 @$(PRE_UNINSTALL)
551 @if test -d '$(DESTDIR)$(infodir)' && \
552 (install-info --version && \
553 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
554 list='$(INFO_DEPS)'; \
555 for file in $$list; do \
556 relfile=`echo "$$file" | sed 's|^.*/||'`; \
557 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
558 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
559 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
560 done; \
561 else :; fi
562 @$(NORMAL_UNINSTALL)
563 @list='$(INFO_DEPS)'; \
564 for file in $$list; do \
565 relfile=`echo "$$file" | sed 's|^.*/||'`; \
566 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
567 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
568 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]"; \
569 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
570 else :; fi); \
571 done
573 uninstall-pdf-am:
574 @$(NORMAL_UNINSTALL)
575 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
576 for p in $$list; do \
577 $(am__strip_dir) \
578 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
579 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
580 done
582 uninstall-ps-am:
583 @$(NORMAL_UNINSTALL)
584 @list='$(PSS)'; test -n "$(psdir)" || list=; \
585 for p in $$list; do \
586 $(am__strip_dir) \
587 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
588 rm -f "$(DESTDIR)$(psdir)/$$f"; \
589 done
591 dist-info: $(INFO_DEPS)
592 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
593 list='$(INFO_DEPS)'; \
594 for base in $$list; do \
595 case $$base in \
596 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
597 esac; \
598 if test -f $$base; then d=.; else d=$(srcdir); fi; \
599 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
600 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 \
601 if test -f $$file; then \
602 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
603 test -f "$(distdir)/$$relfile" || \
604 cp -p $$file "$(distdir)/$$relfile"; \
605 else :; fi; \
606 done; \
607 done
609 mostlyclean-aminfo:
610 -rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
611 gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
612 gprof.tps gprof.vr gprof.vrs
614 clean-aminfo:
615 -test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \
616 || rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html
618 maintainer-clean-aminfo:
619 @list='$(INFO_DEPS)'; for i in $$list; do \
620 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
621 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
622 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
623 done
624 install-man1: $(man_MANS)
625 @$(NORMAL_INSTALL)
626 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
627 @list=''; test -n "$(man1dir)" || exit 0; \
628 { for i in $$list; do echo "$$i"; done; \
629 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
630 sed -n '/\.1[a-z]*$$/p'; \
631 } | while read p; do \
632 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
633 echo "$$d$$p"; echo "$$p"; \
634 done | \
635 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
636 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
637 sed 'N;N;s,\n, ,g' | { \
638 list=; while read file base inst; do \
639 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
640 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
641 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
642 fi; \
643 done; \
644 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
645 while read files; do \
646 test -z "$$files" || { \
647 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
648 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
649 done; }
651 uninstall-man1:
652 @$(NORMAL_UNINSTALL)
653 @list=''; test -n "$(man1dir)" || exit 0; \
654 files=`{ for i in $$list; do echo "$$i"; done; \
655 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
656 sed -n '/\.1[a-z]*$$/p'; \
657 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
658 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
659 test -z "$$files" || { \
660 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
661 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
663 # This directory's subdirectories are mostly independent; you can cd
664 # into them and run `make' without going through this Makefile.
665 # To change the values of `make' variables: instead of editing Makefiles,
666 # (1) if the variable is set in `config.status', edit `config.status'
667 # (which will cause the Makefiles to be regenerated when you run `make');
668 # (2) otherwise, pass the desired values on the `make' command line.
669 $(RECURSIVE_TARGETS):
670 @failcom='exit 1'; \
671 for f in x $$MAKEFLAGS; do \
672 case $$f in \
673 *=* | --[!k]*);; \
674 *k*) failcom='fail=yes';; \
675 esac; \
676 done; \
677 dot_seen=no; \
678 target=`echo $@ | sed s/-recursive//`; \
679 list='$(SUBDIRS)'; for subdir in $$list; do \
680 echo "Making $$target in $$subdir"; \
681 if test "$$subdir" = "."; then \
682 dot_seen=yes; \
683 local_target="$$target-am"; \
684 else \
685 local_target="$$target"; \
686 fi; \
687 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
688 || eval $$failcom; \
689 done; \
690 if test "$$dot_seen" = "no"; then \
691 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
692 fi; test -z "$$fail"
694 $(RECURSIVE_CLEAN_TARGETS):
695 @failcom='exit 1'; \
696 for f in x $$MAKEFLAGS; do \
697 case $$f in \
698 *=* | --[!k]*);; \
699 *k*) failcom='fail=yes';; \
700 esac; \
701 done; \
702 dot_seen=no; \
703 case "$@" in \
704 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
705 *) list='$(SUBDIRS)' ;; \
706 esac; \
707 rev=''; for subdir in $$list; do \
708 if test "$$subdir" = "."; then :; else \
709 rev="$$subdir $$rev"; \
710 fi; \
711 done; \
712 rev="$$rev ."; \
713 target=`echo $@ | sed s/-recursive//`; \
714 for subdir in $$rev; do \
715 echo "Making $$target in $$subdir"; \
716 if test "$$subdir" = "."; then \
717 local_target="$$target-am"; \
718 else \
719 local_target="$$target"; \
720 fi; \
721 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
722 || eval $$failcom; \
723 done && test -z "$$fail"
724 tags-recursive:
725 list='$(SUBDIRS)'; for subdir in $$list; do \
726 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
727 done
728 ctags-recursive:
729 list='$(SUBDIRS)'; for subdir in $$list; do \
730 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
731 done
733 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
734 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
735 unique=`for i in $$list; do \
736 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
737 done | \
738 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
739 END { if (nonempty) { for (i in files) print i; }; }'`; \
740 mkid -fID $$unique
741 tags: TAGS
743 TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
744 $(TAGS_FILES) $(LISP)
745 set x; \
746 here=`pwd`; \
747 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
748 include_option=--etags-include; \
749 empty_fix=.; \
750 else \
751 include_option=--include; \
752 empty_fix=; \
753 fi; \
754 list='$(SUBDIRS)'; for subdir in $$list; do \
755 if test "$$subdir" = .; then :; else \
756 test ! -f $$subdir/TAGS || \
757 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
758 fi; \
759 done; \
760 list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
761 unique=`for i in $$list; do \
762 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
763 done | \
764 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
765 END { if (nonempty) { for (i in files) print i; }; }'`; \
766 shift; \
767 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
768 test -n "$$unique" || unique=$$empty_fix; \
769 if test $$# -gt 0; then \
770 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
771 "$$@" $$unique; \
772 else \
773 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
774 $$unique; \
775 fi; \
777 ctags: CTAGS
778 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
779 $(TAGS_FILES) $(LISP)
780 list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
781 unique=`for i in $$list; do \
782 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
783 done | \
784 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
785 END { if (nonempty) { for (i in files) print i; }; }'`; \
786 test -z "$(CTAGS_ARGS)$$unique" \
787 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
788 $$unique
790 GTAGS:
791 here=`$(am__cd) $(top_builddir) && pwd` \
792 && $(am__cd) $(top_srcdir) \
793 && gtags -i $(GTAGS_ARGS) "$$here"
795 distclean-tags:
796 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
797 check-am: all-am
798 check: $(BUILT_SOURCES)
799 $(MAKE) $(AM_MAKEFLAGS) check-recursive
800 all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
801 installdirs: installdirs-recursive
802 installdirs-am:
803 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
804 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
805 done
806 install: $(BUILT_SOURCES)
807 $(MAKE) $(AM_MAKEFLAGS) install-recursive
808 install-exec: install-exec-recursive
809 install-data: install-data-recursive
810 uninstall: uninstall-recursive
812 install-am: all-am
813 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815 installcheck: installcheck-recursive
816 install-strip:
817 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
818 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
819 `test -z '$(STRIP)' || \
820 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
821 mostlyclean-generic:
823 clean-generic:
825 distclean-generic:
826 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
827 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
828 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
830 maintainer-clean-generic:
831 @echo "This command is intended for maintainers to use"
832 @echo "it deletes files that may require special tools to rebuild."
833 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
834 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
835 clean: clean-recursive
837 clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \
838 mostlyclean-am
840 distclean: distclean-recursive
841 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
842 -rm -rf ./$(DEPDIR)
843 -rm -f Makefile
844 distclean-am: clean-am distclean-compile distclean-generic \
845 distclean-hdr distclean-libtool distclean-tags
847 dvi: dvi-recursive
849 dvi-am: $(DVIS)
851 html: html-recursive
853 html-am: $(HTMLS)
855 info: info-recursive
857 info-am: $(INFO_DEPS)
859 install-data-am: install-info-am install-man
861 install-dvi: install-dvi-recursive
863 install-dvi-am: $(DVIS)
864 @$(NORMAL_INSTALL)
865 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
866 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
867 for p in $$list; do \
868 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
869 echo "$$d$$p"; \
870 done | $(am__base_list) | \
871 while read files; do \
872 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
873 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
874 done
875 install-exec-am: install-binPROGRAMS
877 install-html: install-html-recursive
879 install-html-am: $(HTMLS)
880 @$(NORMAL_INSTALL)
881 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
882 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
883 for p in $$list; do \
884 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
885 $(am__strip_dir) \
886 if test -d "$$d$$p"; then \
887 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
888 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
889 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
890 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
891 else \
892 list2="$$list2 $$d$$p"; \
893 fi; \
894 done; \
895 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
896 while read files; do \
897 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
898 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
899 done; }
900 install-info: install-info-recursive
902 install-info-am: $(INFO_DEPS)
903 @$(NORMAL_INSTALL)
904 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
905 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
906 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
907 for file in $$list; do \
908 case $$file in \
909 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
910 esac; \
911 if test -f $$file; then d=.; else d=$(srcdir); fi; \
912 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
913 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
914 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
915 if test -f $$ifile; then \
916 echo "$$ifile"; \
917 else : ; fi; \
918 done; \
919 done | $(am__base_list) | \
920 while read files; do \
921 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
922 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
923 @$(POST_INSTALL)
924 @if (install-info --version && \
925 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
926 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
927 for file in $$list; do \
928 relfile=`echo "$$file" | sed 's|^.*/||'`; \
929 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
930 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
931 done; \
932 else : ; fi
933 install-man: install-man1
935 install-pdf: install-pdf-recursive
937 install-pdf-am: $(PDFS)
938 @$(NORMAL_INSTALL)
939 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
940 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
941 for p in $$list; do \
942 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
943 echo "$$d$$p"; \
944 done | $(am__base_list) | \
945 while read files; do \
946 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
947 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
948 install-ps: install-ps-recursive
950 install-ps-am: $(PSS)
951 @$(NORMAL_INSTALL)
952 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
953 @list='$(PSS)'; test -n "$(psdir)" || list=; \
954 for p in $$list; do \
955 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
956 echo "$$d$$p"; \
957 done | $(am__base_list) | \
958 while read files; do \
959 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
960 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
961 installcheck-am:
963 maintainer-clean: maintainer-clean-recursive
964 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
965 -rm -rf $(top_srcdir)/autom4te.cache
966 -rm -rf ./$(DEPDIR)
967 -rm -f Makefile
968 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
969 maintainer-clean-generic
971 mostlyclean: mostlyclean-recursive
973 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
974 mostlyclean-generic mostlyclean-libtool
976 pdf: pdf-recursive
978 pdf-am: $(PDFS)
980 ps: ps-recursive
982 ps-am: $(PSS)
984 uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
985 uninstall-info-am uninstall-man uninstall-pdf-am \
986 uninstall-ps-am
988 uninstall-man: uninstall-man1
990 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
991 ctags-recursive install install-am install-strip \
992 tags-recursive
994 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
995 all all-am am--refresh check check-am clean clean-aminfo \
996 clean-binPROGRAMS clean-generic clean-libtool ctags \
997 ctags-recursive dist-info distclean distclean-compile \
998 distclean-generic distclean-hdr distclean-libtool \
999 distclean-tags dvi dvi-am html html-am info info-am install \
1000 install-am install-binPROGRAMS install-data install-data-am \
1001 install-dvi install-dvi-am install-exec install-exec-am \
1002 install-html install-html-am install-info install-info-am \
1003 install-man install-man1 install-pdf install-pdf-am install-ps \
1004 install-ps-am install-strip installcheck installcheck-am \
1005 installdirs installdirs-am maintainer-clean \
1006 maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
1007 mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
1008 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1009 uninstall uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \
1010 uninstall-html-am uninstall-info-am uninstall-man \
1011 uninstall-man1 uninstall-pdf-am uninstall-ps-am
1014 diststuff: $(BUILT_SOURCES) info $(man_MANS)
1016 # This empty rule is a hack against gmake patched by Apple.
1017 %.o:%.m
1019 .m.c:
1020 awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
1021 FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
1022 FILE=$*.m $(srcdir)/$*.m
1023 po/POTFILES.in: @MAINT@ Makefile
1024 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1025 && mv tmp $(srcdir)/po/POTFILES.in
1027 config.texi:
1028 echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
1030 # Build the man page from the texinfo file
1031 # The sed command removes the no-adjust Nroff command so that
1032 # the man output looks standard.
1033 gprof.1: $(srcdir)/gprof.texi config.texi
1034 touch $@
1035 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
1036 -($(POD2MAN) gprof.pod | \
1037 sed -e '/^.if n .na/d' > $@.T$$$$ && \
1038 mv -f $@.T$$$$ $@) || \
1039 (rm -f $@.T$$$$ && exit 1)
1040 rm -f gprof.pod
1042 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1043 # Otherwise a system limit (for SysV at least) may be exceeded.
1044 .NOEXPORT: