ba684bfcd248a8f68ace74408e6c447d35b84367
[deliverable/binutils-gdb.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 pdf__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
314 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
315 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
316 MAINTAINERCLEANFILES = gprof.info
317
318 # Automake 1.9 will only build info files in the objdir if they are
319 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
320 # though, so we use a bogus condition.
321 @GENINSRC_NEVER_TRUE@DISTCLEANFILES = gprof.info
322 all: $(BUILT_SOURCES) gconfig.h
323 $(MAKE) $(AM_MAKEFLAGS) all-recursive
324
325 .SUFFIXES:
326 .SUFFIXES: .m .c .dvi .lo .o .obj .ps
327 am--refresh:
328 @:
329 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
330 @for dep in $?; do \
331 case '$(am__configure_deps)' in \
332 *$$dep*) \
333 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
334 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
335 && exit 0; \
336 exit 1;; \
337 esac; \
338 done; \
339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
340 $(am__cd) $(top_srcdir) && \
341 $(AUTOMAKE) --foreign Makefile
342 .PRECIOUS: Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344 @case '$?' in \
345 *config.status*) \
346 echo ' $(SHELL) ./config.status'; \
347 $(SHELL) ./config.status;; \
348 *) \
349 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
350 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
351 esac;
352
353 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
354 $(SHELL) ./config.status --recheck
355
356 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
357 $(am__cd) $(srcdir) && $(AUTOCONF)
358 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
359 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
360 $(am__aclocal_m4_deps):
361
362 gconfig.h: stamp-h1
363 @if test ! -f $@; then \
364 rm -f stamp-h1; \
365 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
366 else :; fi
367
368 stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status
369 @rm -f stamp-h1
370 cd $(top_builddir) && $(SHELL) ./config.status gconfig.h
371 $(srcdir)/gconfig.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
372 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
373 rm -f stamp-h1
374 touch $@
375
376 distclean-hdr:
377 -rm -f gconfig.h stamp-h1
378 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
379 cd $(top_builddir) && $(SHELL) ./config.status $@
380 install-binPROGRAMS: $(bin_PROGRAMS)
381 @$(NORMAL_INSTALL)
382 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
383 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
384 for p in $$list; do echo "$$p $$p"; done | \
385 sed 's/$(EXEEXT)$$//' | \
386 while read p p1; do if test -f $$p || test -f $$p1; \
387 then echo "$$p"; echo "$$p"; else :; fi; \
388 done | \
389 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
390 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
391 sed 'N;N;N;s,\n, ,g' | \
392 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
393 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
394 if ($$2 == $$4) files[d] = files[d] " " $$1; \
395 else { print "f", $$3 "/" $$4, $$1; } } \
396 END { for (d in files) print "f", d, files[d] }' | \
397 while read type dir files; do \
398 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
399 test -z "$$files" || { \
400 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
401 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
402 } \
403 ; done
404
405 uninstall-binPROGRAMS:
406 @$(NORMAL_UNINSTALL)
407 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
408 files=`for p in $$list; do echo "$$p"; done | \
409 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
410 -e 's/$$/$(EXEEXT)/' `; \
411 test -n "$$list" || exit 0; \
412 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
413 cd "$(DESTDIR)$(bindir)" && rm -f $$files
414
415 clean-binPROGRAMS:
416 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
417 echo " rm -f" $$list; \
418 rm -f $$list || exit $$?; \
419 test -n "$(EXEEXT)" || exit 0; \
420 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
421 echo " rm -f" $$list; \
422 rm -f $$list
423 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
424 @rm -f gprof$(EXEEXT)
425 $(LINK) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
426
427 mostlyclean-compile:
428 -rm -f *.$(OBJEXT)
429
430 distclean-compile:
431 -rm -f *.tab.c
432
433 .c.o:
434 $(COMPILE) -c $<
435
436 .c.obj:
437 $(COMPILE) -c `$(CYGPATH_W) '$<'`
438
439 .c.lo:
440 $(LTCOMPILE) -c -o $@ $<
441
442 mostlyclean-libtool:
443 -rm -f *.lo
444
445 clean-libtool:
446 -rm -rf .libs _libs
447
448 distclean-libtool:
449 -rm -f libtool config.lt
450
451 gprof.info: gprof.texi $(gprof_TEXINFOS)
452 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
453 rm -rf $$backupdir && mkdir $$backupdir && \
454 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
455 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
456 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
457 done; \
458 else :; fi && \
459 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
460 -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
461 then \
462 rc=0; \
463 else \
464 rc=$$?; \
465 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
466 fi; \
467 rm -rf $$backupdir; exit $$rc
468
469 gprof.dvi: gprof.texi $(gprof_TEXINFOS)
470 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
471 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
472 $(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
473
474 gprof.pdf: gprof.texi $(gprof_TEXINFOS)
475 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
476 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
477 $(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
478
479 gprof.html: gprof.texi $(gprof_TEXINFOS)
480 rm -rf $(@:.html=.htp)
481 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
482 -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
483 then \
484 rm -rf $@; \
485 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
486 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
487 else \
488 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
489 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
490 exit 1; \
491 fi
492 .dvi.ps:
493 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
494 $(DVIPS) -o $@ $<
495
496 uninstall-dvi-am:
497 @$(NORMAL_UNINSTALL)
498 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
499 for p in $$list; do \
500 $(am__strip_dir) \
501 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
502 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
503 done
504
505 uninstall-html-am:
506 @$(NORMAL_UNINSTALL)
507 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
508 for p in $$list; do \
509 $(am__strip_dir) \
510 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
511 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
512 done
513
514 uninstall-info-am:
515 @$(PRE_UNINSTALL)
516 @if test -d '$(DESTDIR)$(infodir)' && \
517 (install-info --version && \
518 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
519 list='$(INFO_DEPS)'; \
520 for file in $$list; do \
521 relfile=`echo "$$file" | sed 's|^.*/||'`; \
522 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
523 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
524 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
525 done; \
526 else :; fi
527 @$(NORMAL_UNINSTALL)
528 @list='$(INFO_DEPS)'; \
529 for file in $$list; do \
530 relfile=`echo "$$file" | sed 's|^.*/||'`; \
531 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
532 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
533 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]"; \
534 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
535 else :; fi); \
536 done
537
538 uninstall-pdf-am:
539 @$(NORMAL_UNINSTALL)
540 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
541 for p in $$list; do \
542 $(am__strip_dir) \
543 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
544 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
545 done
546
547 uninstall-ps-am:
548 @$(NORMAL_UNINSTALL)
549 @list='$(PSS)'; test -n "$(psdir)" || list=; \
550 for p in $$list; do \
551 $(am__strip_dir) \
552 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
553 rm -f "$(DESTDIR)$(psdir)/$$f"; \
554 done
555
556 dist-info: $(INFO_DEPS)
557 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
558 list='$(INFO_DEPS)'; \
559 for base in $$list; do \
560 case $$base in \
561 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
562 esac; \
563 if test -f $$base; then d=.; else d=$(srcdir); fi; \
564 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
565 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 \
566 if test -f $$file; then \
567 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
568 test -f "$(distdir)/$$relfile" || \
569 cp -p $$file "$(distdir)/$$relfile"; \
570 else :; fi; \
571 done; \
572 done
573
574 mostlyclean-aminfo:
575 -rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
576 gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
577 gprof.tps gprof.vr gprof.vrs
578
579 clean-aminfo:
580 -test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \
581 || rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html
582
583 maintainer-clean-aminfo:
584 @list='$(INFO_DEPS)'; for i in $$list; do \
585 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
586 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
587 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
588 done
589
590 clean-info: mostlyclean-aminfo clean-aminfo
591 install-man1: $(man_MANS)
592 @$(NORMAL_INSTALL)
593 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
594 @list=''; test -n "$(man1dir)" || exit 0; \
595 { for i in $$list; do echo "$$i"; done; \
596 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
597 sed -n '/\.1[a-z]*$$/p'; \
598 } | while read p; do \
599 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
600 echo "$$d$$p"; echo "$$p"; \
601 done | \
602 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
603 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
604 sed 'N;N;s,\n, ,g' | { \
605 list=; while read file base inst; do \
606 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
607 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
608 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
609 fi; \
610 done; \
611 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
612 while read files; do \
613 test -z "$$files" || { \
614 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
615 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
616 done; }
617
618 uninstall-man1:
619 @$(NORMAL_UNINSTALL)
620 @list=''; test -n "$(man1dir)" || exit 0; \
621 files=`{ for i in $$list; do echo "$$i"; done; \
622 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
623 sed -n '/\.1[a-z]*$$/p'; \
624 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
625 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
626 test -z "$$files" || { \
627 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
628 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
629
630 # This directory's subdirectories are mostly independent; you can cd
631 # into them and run `make' without going through this Makefile.
632 # To change the values of `make' variables: instead of editing Makefiles,
633 # (1) if the variable is set in `config.status', edit `config.status'
634 # (which will cause the Makefiles to be regenerated when you run `make');
635 # (2) otherwise, pass the desired values on the `make' command line.
636 $(RECURSIVE_TARGETS):
637 @failcom='exit 1'; \
638 for f in x $$MAKEFLAGS; do \
639 case $$f in \
640 *=* | --[!k]*);; \
641 *k*) failcom='fail=yes';; \
642 esac; \
643 done; \
644 dot_seen=no; \
645 target=`echo $@ | sed s/-recursive//`; \
646 list='$(SUBDIRS)'; for subdir in $$list; do \
647 echo "Making $$target in $$subdir"; \
648 if test "$$subdir" = "."; then \
649 dot_seen=yes; \
650 local_target="$$target-am"; \
651 else \
652 local_target="$$target"; \
653 fi; \
654 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
655 || eval $$failcom; \
656 done; \
657 if test "$$dot_seen" = "no"; then \
658 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
659 fi; test -z "$$fail"
660
661 $(RECURSIVE_CLEAN_TARGETS):
662 @failcom='exit 1'; \
663 for f in x $$MAKEFLAGS; do \
664 case $$f in \
665 *=* | --[!k]*);; \
666 *k*) failcom='fail=yes';; \
667 esac; \
668 done; \
669 dot_seen=no; \
670 case "$@" in \
671 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
672 *) list='$(SUBDIRS)' ;; \
673 esac; \
674 rev=''; for subdir in $$list; do \
675 if test "$$subdir" = "."; then :; else \
676 rev="$$subdir $$rev"; \
677 fi; \
678 done; \
679 rev="$$rev ."; \
680 target=`echo $@ | sed s/-recursive//`; \
681 for subdir in $$rev; do \
682 echo "Making $$target in $$subdir"; \
683 if test "$$subdir" = "."; then \
684 local_target="$$target-am"; \
685 else \
686 local_target="$$target"; \
687 fi; \
688 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
689 || eval $$failcom; \
690 done && test -z "$$fail"
691 tags-recursive:
692 list='$(SUBDIRS)'; for subdir in $$list; do \
693 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
694 done
695 ctags-recursive:
696 list='$(SUBDIRS)'; for subdir in $$list; do \
697 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
698 done
699
700 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
701 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
702 unique=`for i in $$list; do \
703 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
704 done | \
705 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
706 END { if (nonempty) { for (i in files) print i; }; }'`; \
707 mkid -fID $$unique
708 tags: TAGS
709
710 TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
711 $(TAGS_FILES) $(LISP)
712 set x; \
713 here=`pwd`; \
714 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
715 include_option=--etags-include; \
716 empty_fix=.; \
717 else \
718 include_option=--include; \
719 empty_fix=; \
720 fi; \
721 list='$(SUBDIRS)'; for subdir in $$list; do \
722 if test "$$subdir" = .; then :; else \
723 test ! -f $$subdir/TAGS || \
724 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
725 fi; \
726 done; \
727 list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
728 unique=`for i in $$list; do \
729 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
730 done | \
731 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
732 END { if (nonempty) { for (i in files) print i; }; }'`; \
733 shift; \
734 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
735 test -n "$$unique" || unique=$$empty_fix; \
736 if test $$# -gt 0; then \
737 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
738 "$$@" $$unique; \
739 else \
740 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
741 $$unique; \
742 fi; \
743 fi
744 ctags: CTAGS
745 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
746 $(TAGS_FILES) $(LISP)
747 list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
748 unique=`for i in $$list; do \
749 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
750 done | \
751 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
752 END { if (nonempty) { for (i in files) print i; }; }'`; \
753 test -z "$(CTAGS_ARGS)$$unique" \
754 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
755 $$unique
756
757 GTAGS:
758 here=`$(am__cd) $(top_builddir) && pwd` \
759 && $(am__cd) $(top_srcdir) \
760 && gtags -i $(GTAGS_ARGS) "$$here"
761
762 distclean-tags:
763 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
764 check-am:
765 check: $(BUILT_SOURCES)
766 $(MAKE) $(AM_MAKEFLAGS) check-recursive
767 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
768 installdirs: installdirs-recursive
769 installdirs-am:
770 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
771 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
772 done
773 install: $(BUILT_SOURCES)
774 $(MAKE) $(AM_MAKEFLAGS) install-recursive
775 install-exec: install-exec-recursive
776 install-data: install-data-recursive
777 uninstall: uninstall-recursive
778
779 install-am: all-am
780 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
781
782 installcheck: installcheck-recursive
783 install-strip:
784 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
785 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
786 `test -z '$(STRIP)' || \
787 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
788 mostlyclean-generic:
789
790 clean-generic:
791 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
792
793 distclean-generic:
794 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
795 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
796 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
797
798 maintainer-clean-generic:
799 @echo "This command is intended for maintainers to use"
800 @echo "it deletes files that may require special tools to rebuild."
801 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
802 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
803 clean: clean-recursive
804
805 clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \
806 mostlyclean-am
807
808 distclean: distclean-recursive
809 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
810 -rm -f Makefile
811 distclean-am: clean-am distclean-compile distclean-generic \
812 distclean-hdr distclean-libtool distclean-tags
813
814 dvi: dvi-recursive
815
816 dvi-am: $(DVIS)
817
818 html: html-recursive
819
820 html-am: $(HTMLS)
821
822 info: info-recursive
823
824 info-am: $(INFO_DEPS)
825
826 install-data-am: install-data-local install-man
827
828 install-dvi: install-dvi-recursive
829
830 install-dvi-am: $(DVIS)
831 @$(NORMAL_INSTALL)
832 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
833 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
834 for p in $$list; do \
835 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
836 echo "$$d$$p"; \
837 done | $(am__base_list) | \
838 while read files; do \
839 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
840 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
841 done
842 install-exec-am: install-binPROGRAMS
843
844 install-info: install-info-recursive
845
846 install-info-am: $(INFO_DEPS)
847 @$(NORMAL_INSTALL)
848 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
849 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
850 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
851 for file in $$list; do \
852 case $$file in \
853 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
854 esac; \
855 if test -f $$file; then d=.; else d=$(srcdir); fi; \
856 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
857 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
858 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
859 if test -f $$ifile; then \
860 echo "$$ifile"; \
861 else : ; fi; \
862 done; \
863 done | $(am__base_list) | \
864 while read files; do \
865 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
866 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
867 @$(POST_INSTALL)
868 @if (install-info --version && \
869 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
870 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
871 for file in $$list; do \
872 relfile=`echo "$$file" | sed 's|^.*/||'`; \
873 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
874 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
875 done; \
876 else : ; fi
877 install-man: install-man1
878
879 install-ps: install-ps-recursive
880
881 install-ps-am: $(PSS)
882 @$(NORMAL_INSTALL)
883 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
884 @list='$(PSS)'; test -n "$(psdir)" || list=; \
885 for p in $$list; do \
886 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
887 echo "$$d$$p"; \
888 done | $(am__base_list) | \
889 while read files; do \
890 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
891 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
892 installcheck-am:
893
894 maintainer-clean: maintainer-clean-recursive
895 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
896 -rm -rf $(top_srcdir)/autom4te.cache
897 -rm -f Makefile
898 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
899 maintainer-clean-generic
900
901 mostlyclean: mostlyclean-recursive
902
903 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
904 mostlyclean-generic mostlyclean-libtool
905
906 pdf: pdf-recursive
907
908 pdf-am: $(PDFS)
909
910 ps: ps-recursive
911
912 ps-am: $(PSS)
913
914 uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
915 uninstall-info-am uninstall-man uninstall-pdf-am \
916 uninstall-ps-am
917
918 uninstall-man: uninstall-man1
919
920 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
921 ctags-recursive install install-am install-strip \
922 tags-recursive
923
924 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
925 all all-am am--refresh check check-am clean clean-aminfo \
926 clean-binPROGRAMS clean-generic clean-info clean-libtool ctags \
927 ctags-recursive dist-info distclean distclean-compile \
928 distclean-generic distclean-hdr distclean-libtool \
929 distclean-tags dvi dvi-am html html-am info info-am install \
930 install-am install-binPROGRAMS install-data install-data-am \
931 install-data-local install-dvi install-dvi-am install-exec \
932 install-exec-am install-html install-html-am install-info \
933 install-info-am install-man install-man1 install-pdf \
934 install-pdf-am install-ps install-ps-am install-strip \
935 installcheck installcheck-am installdirs installdirs-am \
936 maintainer-clean maintainer-clean-aminfo \
937 maintainer-clean-generic mostlyclean mostlyclean-aminfo \
938 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
939 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
940 uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
941 uninstall-info-am uninstall-man uninstall-man1 \
942 uninstall-pdf-am uninstall-ps-am
943
944
945 diststuff: $(BUILT_SOURCES) info $(man_MANS)
946
947 # This empty rule is a hack against gmake patched by Apple.
948 %.o:%.m
949
950 .m.c:
951 awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
952 FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
953 FILE=$*.m $(srcdir)/$*.m
954 po/POTFILES.in: @MAINT@ Makefile
955 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
956 && mv tmp $(srcdir)/po/POTFILES.in
957
958 config.texi:
959 echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
960
961 # Build the man page from the texinfo file
962 # The sed command removes the no-adjust Nroff command so that
963 # the man output looks standard.
964 gprof.1: $(srcdir)/gprof.texi config.texi
965 touch $@
966 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
967 -($(POD2MAN) gprof.pod | \
968 sed -e '/^.if n .na/d' > $@.T$$$$ && \
969 mv -f $@.T$$$$ $@) || \
970 (rm -f $@.T$$$$ && exit 1)
971 rm -f gprof.pod
972
973 .PHONY: install-pdf install-pdf-am install-pdf-recursive
974
975 install-pdf: install-pdf-recursive install-pdf-am
976
977 install-pdf-am: $(PDFS)
978 @$(NORMAL_INSTALL)
979 test -z "$(pdfdir)" || $(mkinstalldirs) "$(DESTDIR)$(pdfdir)"
980 @list='$(PDFS)'; for p in $$list; do \
981 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
982 f=$(pdf__strip_dir) \
983 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
984 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
985 done
986
987 install-pdf-recursive:
988 @failcom='exit 1'; \
989 for f in x $$MAKEFLAGS; do \
990 case $$f in \
991 *=* | --[!k]*);; \
992 *k*) failcom='fail=yes';; \
993 esac; \
994 done; \
995 dot_seen=no; \
996 target=`echo $@ | sed s/-recursive//`; \
997 list='$(SUBDIRS)'; for subdir in $$list; do \
998 echo "Making $$target in $$subdir"; \
999 if test "$$subdir" = "."; then \
1000 dot_seen=yes; \
1001 local_target="$$target-am"; \
1002 else \
1003 local_target="$$target"; \
1004 fi; \
1005 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1006 || eval $$failcom; \
1007 done; \
1008 if test "$$dot_seen" = "no"; then \
1009 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1010 fi; test -z "$$fail"
1011
1012 .PHONY: install-html install-html-am install-html-recursive
1013
1014 install-html: install-html-recursive install-html-am
1015
1016 install-html-am: $(HTMLS)
1017 @$(NORMAL_INSTALL)
1018 test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
1019 @list='$(HTMLS)'; for p in $$list; do \
1020 if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \
1021 f=$(html__strip_dir) \
1022 if test -d "$$d$$p"; then \
1023 echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \
1024 $(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
1025 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1026 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
1027 else \
1028 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
1029 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
1030 fi; \
1031 done
1032
1033 install-html-recursive:
1034 @failcom='exit 1'; \
1035 for f in x $$MAKEFLAGS; do \
1036 case $$f in \
1037 *=* | --[!k]*);; \
1038 *k*) failcom='fail=yes';; \
1039 esac; \
1040 done; \
1041 dot_seen=no; \
1042 target=`echo $@ | sed s/-recursive//`; \
1043 list='$(SUBDIRS)'; for subdir in $$list; do \
1044 echo "Making $$target in $$subdir"; \
1045 if test "$$subdir" = "."; then \
1046 dot_seen=yes; \
1047 local_target="$$target-am"; \
1048 else \
1049 local_target="$$target"; \
1050 fi; \
1051 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1052 || eval $$failcom; \
1053 done; \
1054 if test "$$dot_seen" = "no"; then \
1055 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1056 fi; test -z "$$fail"
1057
1058 # We want install to imply install-info as per GNU standards, despite the
1059 # cygnus option.
1060 install-data-local: install-info
1061
1062 # Targets to rebuild dependencies in this Makefile.
1063 # Have to get rid of DEP1 here so that "$?" later includes all sources.
1064 DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
1065 rm -f DEP1
1066 $(MAKE) MKDEP="$(MKDEP)" DEP1
1067 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1068 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1069 echo 'make DEP failed!'; exit 1; \
1070 else \
1071 mv -f DEP1 $@; \
1072 fi
1073
1074 DEP1: $(gprof_SOURCES)
1075 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1076 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1077 for f in $?; do \
1078 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1079 sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
1080 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1081 LC_ALL=C sort | LC_ALL=C uniq | \
1082 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1083 done
1084 rm -f DEPA
1085 mv -f DEP2 $@
1086
1087 dep.sed: dep-in.sed config.status
1088 objdir=`pwd`; \
1089 sed <$(srcdir)/dep-in.sed >dep.sed \
1090 -e 's!@INCDIR@!$(INCDIR)!' \
1091 -e 's!@BFDDIR@!$(BFDDIR)!' \
1092 -e 's!@SRCDIR@!$(srcdir)!' \
1093 -e "s!@OBJDIR@!$${objdir}!" \
1094 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!'
1095
1096 dep: DEP
1097 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1098 cat DEP >> tmp-Makefile
1099 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1100
1101 dep-in: DEP
1102 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1103 cat DEP >> tmp-Makefile.in
1104 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1105
1106 dep-am: DEP
1107 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1108 cat DEP >> tmp-Makefile.am
1109 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1110
1111 .PHONY: dep dep-in dep-am
1112
1113 # DO NOT DELETE THIS LINE -- mkdep uses it.
1114 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1115 basic_blocks.o: \
1116 basic_blocks.c \
1117 $(BFDDIR)/sysdep.h \
1118 $(INCDIR)/ansidecl.h \
1119 $(INCDIR)/filenames.h \
1120 $(INCDIR)/fopen-same.h \
1121 $(INCDIR)/libiberty.h \
1122 $(INCDIR)/symcat.h \
1123 ../bfd/bfd.h \
1124 ../bfd/config.h \
1125 basic_blocks.h \
1126 corefile.h \
1127 gconfig.h \
1128 gmon_io.h \
1129 gmon_out.h \
1130 gprof.h \
1131 search_list.h \
1132 source.h \
1133 sym_ids.h \
1134 symtab.h
1135 call_graph.o: \
1136 call_graph.c \
1137 $(BFDDIR)/sysdep.h \
1138 $(INCDIR)/ansidecl.h \
1139 $(INCDIR)/filenames.h \
1140 $(INCDIR)/fopen-same.h \
1141 $(INCDIR)/symcat.h \
1142 ../bfd/bfd.h \
1143 ../bfd/config.h \
1144 call_graph.h \
1145 cg_arcs.h \
1146 corefile.h \
1147 gconfig.h \
1148 gmon_io.h \
1149 gmon_out.h \
1150 gprof.h \
1151 search_list.h \
1152 source.h \
1153 sym_ids.h \
1154 symtab.h
1155 cg_arcs.o: \
1156 cg_arcs.c \
1157 $(BFDDIR)/sysdep.h \
1158 $(INCDIR)/ansidecl.h \
1159 $(INCDIR)/filenames.h \
1160 $(INCDIR)/fopen-same.h \
1161 $(INCDIR)/libiberty.h \
1162 $(INCDIR)/symcat.h \
1163 ../bfd/bfd.h \
1164 ../bfd/config.h \
1165 call_graph.h \
1166 cg_arcs.h \
1167 cg_dfn.h \
1168 cg_print.h \
1169 gconfig.h \
1170 gprof.h \
1171 search_list.h \
1172 source.h \
1173 sym_ids.h \
1174 symtab.h \
1175 utils.h
1176 cg_dfn.o: \
1177 cg_dfn.c \
1178 $(BFDDIR)/sysdep.h \
1179 $(INCDIR)/ansidecl.h \
1180 $(INCDIR)/filenames.h \
1181 $(INCDIR)/fopen-same.h \
1182 $(INCDIR)/libiberty.h \
1183 $(INCDIR)/symcat.h \
1184 ../bfd/bfd.h \
1185 ../bfd/config.h \
1186 cg_arcs.h \
1187 cg_dfn.h \
1188 gconfig.h \
1189 gprof.h \
1190 search_list.h \
1191 source.h \
1192 symtab.h \
1193 utils.h
1194 cg_print.o: \
1195 cg_print.c \
1196 $(BFDDIR)/sysdep.h \
1197 $(INCDIR)/ansidecl.h \
1198 $(INCDIR)/filenames.h \
1199 $(INCDIR)/fopen-same.h \
1200 $(INCDIR)/libiberty.h \
1201 $(INCDIR)/symcat.h \
1202 ../bfd/bfd.h \
1203 ../bfd/config.h \
1204 cg_arcs.h \
1205 cg_print.h \
1206 corefile.h \
1207 gconfig.h \
1208 gprof.h \
1209 hist.h \
1210 search_list.h \
1211 source.h \
1212 symtab.h \
1213 utils.h
1214 corefile.o: \
1215 corefile.c \
1216 $(BFDDIR)/sysdep.h \
1217 $(INCDIR)/ansidecl.h \
1218 $(INCDIR)/filenames.h \
1219 $(INCDIR)/fopen-same.h \
1220 $(INCDIR)/libiberty.h \
1221 $(INCDIR)/safe-ctype.h \
1222 $(INCDIR)/symcat.h \
1223 ../bfd/bfd.h \
1224 ../bfd/config.h \
1225 corefile.h \
1226 gconfig.h \
1227 gprof.h \
1228 hist.h \
1229 search_list.h \
1230 source.h \
1231 symtab.h
1232 gmon_io.o: \
1233 gmon_io.c \
1234 $(BFDDIR)/sysdep.h \
1235 $(INCDIR)/ansidecl.h \
1236 $(INCDIR)/binary-io.h \
1237 $(INCDIR)/filenames.h \
1238 $(INCDIR)/fopen-same.h \
1239 $(INCDIR)/libiberty.h \
1240 $(INCDIR)/symcat.h \
1241 ../bfd/bfd.h \
1242 ../bfd/config.h \
1243 basic_blocks.h \
1244 call_graph.h \
1245 cg_arcs.h \
1246 corefile.h \
1247 gconfig.h \
1248 gmon.h \
1249 gmon_io.h \
1250 gmon_out.h \
1251 gprof.h \
1252 hertz.h \
1253 hist.h \
1254 search_list.h \
1255 source.h \
1256 symtab.h
1257 gprof.o: \
1258 gprof.c \
1259 $(BFDDIR)/sysdep.h \
1260 $(INCDIR)/ansidecl.h \
1261 $(INCDIR)/demangle.h \
1262 $(INCDIR)/filenames.h \
1263 $(INCDIR)/fopen-same.h \
1264 $(INCDIR)/libiberty.h \
1265 $(INCDIR)/symcat.h \
1266 ../bfd/bfd.h \
1267 ../bfd/bfdver.h \
1268 ../bfd/config.h \
1269 basic_blocks.h \
1270 call_graph.h \
1271 cg_arcs.h \
1272 cg_print.h \
1273 corefile.h \
1274 gconfig.h \
1275 gmon_io.h \
1276 gprof.h \
1277 hertz.h \
1278 hist.h \
1279 search_list.h \
1280 source.h \
1281 sym_ids.h \
1282 symtab.h
1283 hertz.o: \
1284 hertz.c \
1285 $(BFDDIR)/sysdep.h \
1286 $(INCDIR)/ansidecl.h \
1287 $(INCDIR)/filenames.h \
1288 $(INCDIR)/fopen-same.h \
1289 $(INCDIR)/symcat.h \
1290 ../bfd/bfd.h \
1291 ../bfd/config.h \
1292 gconfig.h \
1293 gprof.h \
1294 hertz.h
1295 hist.o: \
1296 hist.c \
1297 $(BFDDIR)/sysdep.h \
1298 $(INCDIR)/ansidecl.h \
1299 $(INCDIR)/filenames.h \
1300 $(INCDIR)/fopen-same.h \
1301 $(INCDIR)/libiberty.h \
1302 $(INCDIR)/symcat.h \
1303 ../bfd/bfd.h \
1304 ../bfd/config.h \
1305 corefile.h \
1306 gconfig.h \
1307 gmon_io.h \
1308 gmon_out.h \
1309 gprof.h \
1310 hist.h \
1311 search_list.h \
1312 source.h \
1313 sym_ids.h \
1314 symtab.h \
1315 utils.h
1316 source.o: \
1317 source.c \
1318 $(BFDDIR)/sysdep.h \
1319 $(INCDIR)/ansidecl.h \
1320 $(INCDIR)/filenames.h \
1321 $(INCDIR)/fopen-same.h \
1322 $(INCDIR)/libiberty.h \
1323 $(INCDIR)/symcat.h \
1324 ../bfd/bfd.h \
1325 ../bfd/config.h \
1326 gconfig.h \
1327 gprof.h \
1328 search_list.h \
1329 source.h
1330 search_list.o: \
1331 search_list.c \
1332 $(BFDDIR)/sysdep.h \
1333 $(INCDIR)/ansidecl.h \
1334 $(INCDIR)/filenames.h \
1335 $(INCDIR)/fopen-same.h \
1336 $(INCDIR)/libiberty.h \
1337 $(INCDIR)/symcat.h \
1338 ../bfd/bfd.h \
1339 ../bfd/config.h \
1340 gconfig.h \
1341 gprof.h \
1342 search_list.h
1343 symtab.o: \
1344 symtab.c \
1345 $(BFDDIR)/sysdep.h \
1346 $(INCDIR)/ansidecl.h \
1347 $(INCDIR)/filenames.h \
1348 $(INCDIR)/fopen-same.h \
1349 $(INCDIR)/symcat.h \
1350 ../bfd/bfd.h \
1351 ../bfd/config.h \
1352 cg_arcs.h \
1353 corefile.h \
1354 gconfig.h \
1355 gprof.h \
1356 search_list.h \
1357 source.h \
1358 symtab.h
1359 sym_ids.o: \
1360 sym_ids.c \
1361 $(BFDDIR)/sysdep.h \
1362 $(INCDIR)/ansidecl.h \
1363 $(INCDIR)/filenames.h \
1364 $(INCDIR)/fopen-same.h \
1365 $(INCDIR)/libiberty.h \
1366 $(INCDIR)/safe-ctype.h \
1367 $(INCDIR)/symcat.h \
1368 ../bfd/bfd.h \
1369 ../bfd/config.h \
1370 cg_arcs.h \
1371 corefile.h \
1372 gconfig.h \
1373 gprof.h \
1374 search_list.h \
1375 source.h \
1376 sym_ids.h \
1377 symtab.h
1378 utils.o: \
1379 utils.c \
1380 $(BFDDIR)/sysdep.h \
1381 $(INCDIR)/ansidecl.h \
1382 $(INCDIR)/demangle.h \
1383 $(INCDIR)/filenames.h \
1384 $(INCDIR)/fopen-same.h \
1385 $(INCDIR)/libiberty.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 search_list.h \
1394 source.h \
1395 symtab.h \
1396 utils.h
1397 i386.o: \
1398 i386.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 alpha.o: \
1415 alpha.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 vax.o: \
1432 vax.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 tahoe.o: \
1449 tahoe.c \
1450 $(BFDDIR)/sysdep.h \
1451 $(INCDIR)/ansidecl.h \
1452 $(INCDIR)/filenames.h \
1453 $(INCDIR)/fopen-same.h \
1454 $(INCDIR)/symcat.h \
1455 ../bfd/bfd.h \
1456 ../bfd/config.h \
1457 cg_arcs.h \
1458 corefile.h \
1459 gconfig.h \
1460 gprof.h \
1461 hist.h \
1462 search_list.h \
1463 source.h \
1464 symtab.h
1465 sparc.o: \
1466 sparc.c \
1467 $(BFDDIR)/sysdep.h \
1468 $(INCDIR)/ansidecl.h \
1469 $(INCDIR)/filenames.h \
1470 $(INCDIR)/fopen-same.h \
1471 $(INCDIR)/symcat.h \
1472 ../bfd/bfd.h \
1473 ../bfd/config.h \
1474 cg_arcs.h \
1475 corefile.h \
1476 gconfig.h \
1477 gprof.h \
1478 hist.h \
1479 search_list.h \
1480 source.h \
1481 symtab.h
1482 mips.o: \
1483 mips.c \
1484 $(BFDDIR)/sysdep.h \
1485 $(INCDIR)/ansidecl.h \
1486 $(INCDIR)/filenames.h \
1487 $(INCDIR)/fopen-same.h \
1488 $(INCDIR)/symcat.h \
1489 ../bfd/bfd.h \
1490 ../bfd/config.h \
1491 cg_arcs.h \
1492 corefile.h \
1493 gconfig.h \
1494 gprof.h \
1495 hist.h \
1496 search_list.h \
1497 source.h \
1498 symtab.h
1499 flat_bl.o: \
1500 flat_bl.c \
1501 $(INCDIR)/ansidecl.h
1502 bsd_callg_bl.o: \
1503 bsd_callg_bl.c \
1504 $(INCDIR)/ansidecl.h
1505 fsf_callg_bl.o: \
1506 fsf_callg_bl.c \
1507 $(INCDIR)/ansidecl.h
1508 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1509
1510 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1511 # Otherwise a system limit (for SysV at least) may be exceeded.
1512 .NOEXPORT:
This page took 0.087688 seconds and 3 git commands to generate.