2007-06-14 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / gprof / Makefile.in
CommitLineData
20e95c23 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
6bf9431b 2# @configure_input@
252b5132 3
6bf9431b 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2dadb5f9 5# 2003, 2004, 2005 Free Software Foundation, Inc.
252b5132
RH
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
6bf9431b 15@SET_MAKE@
a2d91340 16
6bf9431b 17
252b5132
RH
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
252b5132
RH
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
252b5132 24top_builddir = .
6bf9431b 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
252b5132 26INSTALL = @INSTALL@
6bf9431b
BE
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
252b5132
RH
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
df76639a 38build_triplet = @build@
252b5132 39host_triplet = @host@
df76639a 40target_triplet = @target@
6bf9431b
BE
41bin_PROGRAMS = gprof$(EXEEXT)
42DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub README \
43 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
44 $(top_srcdir)/configure $(am__configure_deps) \
45 $(srcdir)/gconfig.in $(srcdir)/../mkinstalldirs \
46 $(top_srcdir)/po/Make-in $(srcdir)/../ltmain.sh \
47 $(srcdir)/../config.guess $(srcdir)/../config.sub \
37d037c1 48 $(gprof_TEXINFOS) $(noinst_HEADERS)
6bf9431b
BE
49subdir = .
50ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
d7040cdb
SE
51am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \
52 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
53 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/warning.m4 \
20e95c23
DJ
54 $(top_srcdir)/../config/gettext-sister.m4 \
55 $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
56 $(top_srcdir)/../config/progtest.m4 \
57 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in
6bf9431b
BE
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61 configure.lineno configure.status.lineno
62mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
63CONFIG_HEADER = gconfig.h
64CONFIG_CLEAN_FILES = po/Makefile.in
65am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
66binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67PROGRAMS = $(bin_PROGRAMS)
68am__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)
75am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \
76 bsd_callg_bl.$(OBJEXT) fsf_callg_bl.$(OBJEXT)
77gprof_OBJECTS = $(am_gprof_OBJECTS)
78am__DEPENDENCIES_1 =
79DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
80depcomp =
81am__depfiles_maybe =
82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d7040cdb 84LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
6bf9431b
BE
85 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86 $(AM_CFLAGS) $(CFLAGS)
87CCLD = $(CC)
d7040cdb 88LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
6bf9431b
BE
89 $(AM_LDFLAGS) $(LDFLAGS) -o $@
90SOURCES = $(gprof_SOURCES)
d5fbea21 91INFO_DEPS = gprof.info
6bf9431b
BE
92TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
93am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
94DVIS = gprof.dvi
95PDFS = gprof.pdf
96PSS = gprof.ps
97HTMLS = gprof.html
98TEXINFOS = gprof.texi
6bf9431b
BE
99TEXI2PDF = $(TEXI2DVI) --pdf --batch
100MAKEINFOHTML = $(MAKEINFO) --html
101AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
102DVIPS = dvips
103RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
104 html-recursive info-recursive install-data-recursive \
105 install-exec-recursive install-info-recursive \
106 install-recursive installcheck-recursive installdirs-recursive \
107 pdf-recursive ps-recursive uninstall-info-recursive \
108 uninstall-recursive
109man1dir = $(mandir)/man1
110NROFF = nroff
111MANS = $(man_MANS)
112HEADERS = $(noinst_HEADERS)
113ETAGS = etags
114CTAGS = ctags
115DIST_SUBDIRS = $(SUBDIRS)
116ACLOCAL = @ACLOCAL@
6bf9431b
BE
117AMDEP_FALSE = @AMDEP_FALSE@
118AMDEP_TRUE = @AMDEP_TRUE@
119AMTAR = @AMTAR@
d7040cdb 120AR = @AR@
6bf9431b
BE
121AUTOCONF = @AUTOCONF@
122AUTOHEADER = @AUTOHEADER@
123AUTOMAKE = @AUTOMAKE@
124AWK = @AWK@
252b5132
RH
125CATALOGS = @CATALOGS@
126CATOBJEXT = @CATOBJEXT@
127CC = @CC@
6bf9431b
BE
128CCDEPMODE = @CCDEPMODE@
129CFLAGS = @CFLAGS@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CYGPATH_W = @CYGPATH_W@
252b5132 133DATADIRNAME = @DATADIRNAME@
6bf9431b
BE
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
d7040cdb 136DUMPBIN = @DUMPBIN@
6bf9431b
BE
137ECHO_C = @ECHO_C@
138ECHO_N = @ECHO_N@
139ECHO_T = @ECHO_T@
140EGREP = @EGREP@
252b5132 141EXEEXT = @EXEEXT@
d7040cdb 142FGREP = @FGREP@
20e95c23 143GENCAT = @GENCAT@
d5fbea21
DJ
144GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
145GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
252b5132 146GMSGFMT = @GMSGFMT@
d7040cdb 147GREP = @GREP@
20e95c23 148INCINTL = @INCINTL@
6bf9431b
BE
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 153INSTOBJEXT = @INSTOBJEXT@
d7040cdb 154LD = @LD@
6bf9431b 155LDFLAGS = @LDFLAGS@
20e95c23
DJ
156LIBINTL = @LIBINTL@
157LIBINTL_DEP = @LIBINTL_DEP@
6bf9431b
BE
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
252b5132
RH
160LIBTOOL = @LIBTOOL@
161LN_S = @LN_S@
6bf9431b 162LTLIBOBJS = @LTLIBOBJS@
252b5132 163MAINT = @MAINT@
6bf9431b
BE
164MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
165MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
252b5132
RH
166MAKEINFO = @MAKEINFO@
167MKINSTALLDIRS = @MKINSTALLDIRS@
168MSGFMT = @MSGFMT@
20e95c23 169MSGMERGE = @MSGMERGE@
d7040cdb 170NM = @NM@
9e9b66a9 171NO_WERROR = @NO_WERROR@
18e03609 172OBJEXT = @OBJEXT@
252b5132 173PACKAGE = @PACKAGE@
6bf9431b
BE
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_VERSION = @PACKAGE_VERSION@
179PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
180POSUB = @POSUB@
181RANLIB = @RANLIB@
d7040cdb 182SED = @SED@
6bf9431b
BE
183SET_MAKE = @SET_MAKE@
184SHELL = @SHELL@
18e03609 185STRIP = @STRIP@
252b5132 186USE_NLS = @USE_NLS@
252b5132 187VERSION = @VERSION@
6bf9431b
BE
188WARN_CFLAGS = @WARN_CFLAGS@
189XGETTEXT = @XGETTEXT@
d7040cdb 190ac_ct_AR = @ac_ct_AR@
6bf9431b 191ac_ct_CC = @ac_ct_CC@
d7040cdb 192ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
92f01d61
JM
193ac_ct_RANLIB = @ac_ct_RANLIB@
194ac_ct_STRIP = @ac_ct_STRIP@
6bf9431b
BE
195am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
196am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
197am__include = @am__include@
198am__leading_dot = @am__leading_dot@
199am__quote = @am__quote@
df76639a
AM
200am__tar = @am__tar@
201am__untar = @am__untar@
6bf9431b
BE
202bindir = @bindir@
203build = @build@
204build_alias = @build_alias@
205build_cpu = @build_cpu@
206build_os = @build_os@
207build_vendor = @build_vendor@
208datadir = @datadir@
108a6f8e
CD
209datarootdir = @datarootdir@
210docdir = @docdir@
6bf9431b
BE
211exec_prefix = @exec_prefix@
212host = @host@
213host_alias = @host_alias@
214host_cpu = @host_cpu@
215host_os = @host_os@
216host_vendor = @host_vendor@
108a6f8e 217htmldir = @htmldir@
6bf9431b
BE
218includedir = @includedir@
219infodir = @infodir@
220install_sh = @install_sh@
6bf9431b
BE
221libdir = @libdir@
222libexecdir = @libexecdir@
223localstatedir = @localstatedir@
d7040cdb 224lt_ECHO = @lt_ECHO@
6bf9431b
BE
225mandir = @mandir@
226mkdir_p = @mkdir_p@
227oldincludedir = @oldincludedir@
228prefix = @prefix@
229program_transform_name = @program_transform_name@
230sbindir = @sbindir@
231sharedstatedir = @sharedstatedir@
232sysconfdir = @sysconfdir@
233target = @target@
234target_alias = @target_alias@
235target_cpu = @target_cpu@
236target_os = @target_os@
237target_vendor = @target_vendor@
252b5132 238AUTOMAKE_OPTIONS = cygnus
b7d19ba6 239ACLOCAL_AMFLAGS = -I ..
252b5132 240SUFFIXES = .m
252b5132 241SUBDIRS = po
41b49281
AM
242BASEDIR = $(srcdir)/..
243BFDDIR = $(BASEDIR)/bfd
244INCDIR = $(BASEDIR)/include
a2d91340 245AM_CFLAGS = $(WARN_CFLAGS)
41b49281 246MKDEP = gcc -MM
92f01d61
JM
247INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include \
248 -I$(srcdir)/../bfd @INCINTL@ -I. \
92f01d61
JM
249 -DLOCALEDIR="\"$(datadir)/locale\""
250
252b5132
RH
251sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
252 cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
253 search_list.c symtab.c sym_ids.c utils.c \
ec0806ec 254 i386.c alpha.c vax.c tahoe.c sparc.c mips.c
252b5132
RH
255
256gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
20e95c23
DJ
257gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
258gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
252b5132
RH
259noinst_HEADERS = \
260 basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
261 corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
262 search_list.h source.h sym_ids.h symtab.h utils.h
263
252b5132 264BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
c45021f2 265EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
252b5132 266POTFILES = $(sources) $(noinst_HEADERS)
40f90528 267MANCONF = -Dman
e49e529d 268TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
40f90528 269POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
252b5132 270info_TEXINFOS = gprof.texi
37d037c1 271gprof_TEXINFOS = config.texi
252b5132 272man_MANS = gprof.1
e49e529d
JM
273AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc
274TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc
108a6f8e 275html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
0bdaf48b 276CLEANFILES = dep.sed DEP DEPA DEP1 DEP2
d5fbea21
DJ
277MAINTAINERCLEANFILES = gprof.info
278
279# Automake 1.9 will only build info files in the objdir if they are
280# mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
281# though, so we use a bogus condition.
282@GENINSRC_NEVER_TRUE@DISTCLEANFILES = gprof.info
6bf9431b
BE
283all: $(BUILT_SOURCES) gconfig.h
284 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 285
252b5132 286.SUFFIXES:
d5fbea21 287.SUFFIXES: .m .c .dvi .lo .o .obj .ps
6bf9431b
BE
288am--refresh:
289 @:
290$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
291 @for dep in $?; do \
292 case '$(am__configure_deps)' in \
293 *$$dep*) \
b7d19ba6
SE
294 echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
295 cd $(srcdir) && $(AUTOMAKE) --cygnus \
6bf9431b
BE
296 && exit 0; \
297 exit 1;; \
298 esac; \
299 done; \
b7d19ba6 300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
6bf9431b 301 cd $(top_srcdir) && \
b7d19ba6 302 $(AUTOMAKE) --cygnus Makefile
6bf9431b 303.PRECIOUS: Makefile
2dadb5f9
AM
304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305 @case '$?' in \
306 *config.status*) \
307 echo ' $(SHELL) ./config.status'; \
308 $(SHELL) ./config.status;; \
309 *) \
310 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
311 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
312 esac;
252b5132 313
6bf9431b 314$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252b5132 315 $(SHELL) ./config.status --recheck
6bf9431b
BE
316
317$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252b5132 318 cd $(srcdir) && $(AUTOCONF)
6bf9431b
BE
319$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
320 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252b5132 321
6bf9431b 322gconfig.h: stamp-h1
252b5132 323 @if test ! -f $@; then \
6bf9431b
BE
324 rm -f stamp-h1; \
325 $(MAKE) stamp-h1; \
252b5132 326 else :; fi
252b5132 327
6bf9431b
BE
328stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status
329 @rm -f stamp-h1
330 cd $(top_builddir) && $(SHELL) ./config.status gconfig.h
331$(srcdir)/gconfig.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
332 cd $(top_srcdir) && $(AUTOHEADER)
333 rm -f stamp-h1
334 touch $@
252b5132
RH
335
336distclean-hdr:
6bf9431b
BE
337 -rm -f gconfig.h stamp-h1
338po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
339 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
340install-binPROGRAMS: $(bin_PROGRAMS)
341 @$(NORMAL_INSTALL)
6bf9431b 342 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
252b5132 343 @list='$(bin_PROGRAMS)'; for p in $$list; do \
6bf9431b
BE
344 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
345 if test -f $$p \
346 || test -f $$p1 \
347 ; then \
348 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
349 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
350 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
252b5132
RH
351 else :; fi; \
352 done
353
354uninstall-binPROGRAMS:
355 @$(NORMAL_UNINSTALL)
6bf9431b
BE
356 @list='$(bin_PROGRAMS)'; for p in $$list; do \
357 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
358 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
359 rm -f "$(DESTDIR)$(bindir)/$$f"; \
252b5132
RH
360 done
361
6bf9431b
BE
362clean-binPROGRAMS:
363 @list='$(bin_PROGRAMS)'; for p in $$list; do \
364 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
365 echo " rm -f $$p $$f"; \
366 rm -f $$p $$f ; \
367 done
368gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
369 @rm -f gprof$(EXEEXT)
370 $(LINK) $(gprof_LDFLAGS) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
a2d91340 371
252b5132 372mostlyclean-compile:
18e03609 373 -rm -f *.$(OBJEXT)
252b5132 374
252b5132
RH
375distclean-compile:
376 -rm -f *.tab.c
377
6bf9431b
BE
378.c.o:
379 $(COMPILE) -c $<
a2d91340 380
6bf9431b
BE
381.c.obj:
382 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 383
6bf9431b
BE
384.c.lo:
385 $(LTCOMPILE) -c -o $@ $<
a2d91340 386
252b5132
RH
387mostlyclean-libtool:
388 -rm -f *.lo
389
390clean-libtool:
391 -rm -rf .libs _libs
392
393distclean-libtool:
6bf9431b 394 -rm -f libtool
252b5132 395
37d037c1
DJ
396gprof.info: gprof.texi $(gprof_TEXINFOS)
397 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
398 rm -rf $$backupdir && mkdir $$backupdir && \
399 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
400 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
401 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
402 done; \
403 else :; fi && \
404 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
405 -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
406 then \
407 rc=0; \
408 else \
409 rc=$$?; \
410 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
411 fi; \
412 rm -rf $$backupdir; exit $$rc
413
414gprof.dvi: gprof.texi $(gprof_TEXINFOS)
6bf9431b
BE
415 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
416 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
d5fbea21 417 $(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
6bf9431b 418
37d037c1 419gprof.pdf: gprof.texi $(gprof_TEXINFOS)
6bf9431b
BE
420 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
421 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
d5fbea21 422 $(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi
6bf9431b 423
37d037c1 424gprof.html: gprof.texi $(gprof_TEXINFOS)
df76639a
AM
425 rm -rf $(@:.html=.htp)
426 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
d5fbea21 427 -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \
df76639a
AM
428 then \
429 rm -rf $@; \
430 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
431 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
432 else \
433 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
434 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
435 exit 1; \
436 fi
252b5132 437.dvi.ps:
20e95c23 438 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
6bf9431b 439 $(DVIPS) -o $@ $<
252b5132 440
6bf9431b 441uninstall-info-am:
2dadb5f9 442 @$(PRE_UNINSTALL)
6bf9431b
BE
443 @if (install-info --version && \
444 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
252b5132
RH
445 list='$(INFO_DEPS)'; \
446 for file in $$list; do \
6bf9431b
BE
447 relfile=`echo "$$file" | sed 's|^.*/||'`; \
448 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
449 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
252b5132 450 done; \
6bf9431b 451 else :; fi
252b5132 452 @$(NORMAL_UNINSTALL)
6bf9431b 453 @list='$(INFO_DEPS)'; \
252b5132 454 for file in $$list; do \
6bf9431b
BE
455 relfile=`echo "$$file" | sed 's|^.*/||'`; \
456 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
457 (if cd "$(DESTDIR)$(infodir)"; then \
2dadb5f9 458 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]"; \
6bf9431b
BE
459 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
460 else :; fi); \
252b5132
RH
461 done
462
463dist-info: $(INFO_DEPS)
6bf9431b 464 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
252b5132
RH
465 list='$(INFO_DEPS)'; \
466 for base in $$list; do \
6bf9431b
BE
467 case $$base in \
468 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
469 esac; \
252b5132 470 if test -f $$base; then d=.; else d=$(srcdir); fi; \
cb015bd9
AM
471 for file in $$d/$$base*; do \
472 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
473 test -f $(distdir)/$$relfile || \
474 cp -p $$file $(distdir)/$$relfile; \
252b5132
RH
475 done; \
476 done
477
478mostlyclean-aminfo:
6bf9431b
BE
479 -rm -rf gprof.aux gprof.cp gprof.cps gprof.fn gprof.fns gprof.ky gprof.kys \
480 gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
481 gprof.tps gprof.vr gprof.vrs gprof.dvi gprof.pdf gprof.ps \
482 gprof.html
252b5132
RH
483
484maintainer-clean-aminfo:
6bf9431b
BE
485 @list='$(INFO_DEPS)'; for i in $$list; do \
486 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
487 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
488 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
252b5132 489 done
252b5132 490
6bf9431b
BE
491clean-info: mostlyclean-aminfo
492install-man1: $(man1_MANS) $(man_MANS)
493 @$(NORMAL_INSTALL)
494 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
495 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
496 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
497 for i in $$l2; do \
252b5132
RH
498 case "$$i" in \
499 *.1*) list="$$list $$i" ;; \
500 esac; \
501 done; \
502 for i in $$list; do \
503 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
504 else file=$$i; fi; \
505 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
6bf9431b
BE
506 case "$$ext" in \
507 1*) ;; \
508 *) ext='1' ;; \
509 esac; \
252b5132 510 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
6bf9431b 511 inst=`echo $$inst | sed -e 's/^.*\///'`; \
252b5132 512 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
6bf9431b
BE
513 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
514 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
252b5132 515 done
252b5132 516uninstall-man1:
6bf9431b
BE
517 @$(NORMAL_UNINSTALL)
518 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
519 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
520 for i in $$l2; do \
252b5132
RH
521 case "$$i" in \
522 *.1*) list="$$list $$i" ;; \
523 esac; \
524 done; \
525 for i in $$list; do \
526 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
6bf9431b
BE
527 case "$$ext" in \
528 1*) ;; \
529 *) ext='1' ;; \
530 esac; \
252b5132 531 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
6bf9431b 532 inst=`echo $$inst | sed -e 's/^.*\///'`; \
252b5132 533 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
6bf9431b
BE
534 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
535 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
252b5132 536 done
252b5132
RH
537
538# This directory's subdirectories are mostly independent; you can cd
539# into them and run `make' without going through this Makefile.
540# To change the values of `make' variables: instead of editing Makefiles,
541# (1) if the variable is set in `config.status', edit `config.status'
542# (which will cause the Makefiles to be regenerated when you run `make');
543# (2) otherwise, pass the desired values on the `make' command line.
6bf9431b 544$(RECURSIVE_TARGETS):
2dadb5f9
AM
545 @failcom='exit 1'; \
546 for f in x $$MAKEFLAGS; do \
547 case $$f in \
548 *=* | --[!k]*);; \
549 *k*) failcom='fail=yes';; \
550 esac; \
551 done; \
252b5132
RH
552 dot_seen=no; \
553 target=`echo $@ | sed s/-recursive//`; \
554 list='$(SUBDIRS)'; for subdir in $$list; do \
555 echo "Making $$target in $$subdir"; \
556 if test "$$subdir" = "."; then \
557 dot_seen=yes; \
558 local_target="$$target-am"; \
559 else \
560 local_target="$$target"; \
561 fi; \
562 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2dadb5f9 563 || eval $$failcom; \
252b5132
RH
564 done; \
565 if test "$$dot_seen" = "no"; then \
566 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
567 fi; test -z "$$fail"
568
569mostlyclean-recursive clean-recursive distclean-recursive \
570maintainer-clean-recursive:
2dadb5f9
AM
571 @failcom='exit 1'; \
572 for f in x $$MAKEFLAGS; do \
573 case $$f in \
574 *=* | --[!k]*);; \
575 *k*) failcom='fail=yes';; \
576 esac; \
577 done; \
252b5132 578 dot_seen=no; \
6bf9431b
BE
579 case "$@" in \
580 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
581 *) list='$(SUBDIRS)' ;; \
582 esac; \
583 rev=''; for subdir in $$list; do \
584 if test "$$subdir" = "."; then :; else \
585 rev="$$subdir $$rev"; \
586 fi; \
252b5132 587 done; \
6bf9431b 588 rev="$$rev ."; \
252b5132
RH
589 target=`echo $@ | sed s/-recursive//`; \
590 for subdir in $$rev; do \
591 echo "Making $$target in $$subdir"; \
592 if test "$$subdir" = "."; then \
593 local_target="$$target-am"; \
594 else \
595 local_target="$$target"; \
596 fi; \
597 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2dadb5f9 598 || eval $$failcom; \
252b5132
RH
599 done && test -z "$$fail"
600tags-recursive:
601 list='$(SUBDIRS)'; for subdir in $$list; do \
602 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
603 done
6bf9431b
BE
604ctags-recursive:
605 list='$(SUBDIRS)'; for subdir in $$list; do \
606 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
607 done
252b5132 608
6bf9431b
BE
609ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
610 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
611 unique=`for i in $$list; do \
612 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
613 done | \
614 $(AWK) ' { files[$$0] = 1; } \
252b5132 615 END { for (i in files) print i; }'`; \
6bf9431b
BE
616 mkid -fID $$unique
617tags: TAGS
252b5132 618
6bf9431b
BE
619TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
620 $(TAGS_FILES) $(LISP)
252b5132
RH
621 tags=; \
622 here=`pwd`; \
6bf9431b
BE
623 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
624 include_option=--etags-include; \
625 empty_fix=.; \
626 else \
627 include_option=--include; \
628 empty_fix=; \
629 fi; \
252b5132 630 list='$(SUBDIRS)'; for subdir in $$list; do \
6bf9431b
BE
631 if test "$$subdir" = .; then :; else \
632 test ! -f $$subdir/TAGS || \
633 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
634 fi; \
252b5132 635 done; \
6bf9431b
BE
636 list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
637 unique=`for i in $$list; do \
638 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
639 done | \
640 $(AWK) ' { files[$$0] = 1; } \
252b5132 641 END { for (i in files) print i; }'`; \
6bf9431b
BE
642 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
643 test -n "$$unique" || unique=$$empty_fix; \
644 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
645 $$tags $$unique; \
646 fi
647ctags: CTAGS
648CTAGS: ctags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \
649 $(TAGS_FILES) $(LISP)
650 tags=; \
651 here=`pwd`; \
652 list='$(SOURCES) $(HEADERS) gconfig.in $(LISP) $(TAGS_FILES)'; \
653 unique=`for i in $$list; do \
654 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655 done | \
656 $(AWK) ' { files[$$0] = 1; } \
657 END { for (i in files) print i; }'`; \
658 test -z "$(CTAGS_ARGS)$$tags$$unique" \
659 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
660 $$tags $$unique
252b5132 661
6bf9431b
BE
662GTAGS:
663 here=`$(am__cd) $(top_builddir) && pwd` \
664 && cd $(top_srcdir) \
665 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
666
667distclean-tags:
6bf9431b 668 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132 669check-am:
6bf9431b
BE
670check: $(BUILT_SOURCES)
671 $(MAKE) $(AM_MAKEFLAGS) check-recursive
672all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h
673installdirs: installdirs-recursive
674installdirs-am:
675 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
676 test -z "$$dir" || $(mkdir_p) "$$dir"; \
677 done
678install: $(BUILT_SOURCES)
679 $(MAKE) $(AM_MAKEFLAGS) install-recursive
252b5132 680install-exec: install-exec-recursive
252b5132 681install-data: install-data-recursive
6bf9431b 682uninstall: uninstall-recursive
252b5132
RH
683
684install-am: all-am
685 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 686
6bf9431b
BE
687installcheck: installcheck-recursive
688install-strip:
689 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691 `test -z '$(STRIP)' || \
692 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
693mostlyclean-generic:
694
695clean-generic:
41b49281 696 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
252b5132
RH
697
698distclean-generic:
df76639a 699 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
d5fbea21 700 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
701
702maintainer-clean-generic:
6bf9431b
BE
703 @echo "This command is intended for maintainers to use"
704 @echo "it deletes files that may require special tools to rebuild."
252b5132 705 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
d5fbea21 706 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
6bf9431b 707clean: clean-recursive
252b5132 708
6bf9431b 709clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
252b5132 710
6bf9431b
BE
711distclean: distclean-recursive
712 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
713 -rm -f Makefile
714distclean-am: clean-am distclean-compile distclean-generic \
715 distclean-hdr distclean-libtool distclean-tags
252b5132 716
6bf9431b 717dvi: dvi-recursive
252b5132 718
6bf9431b 719dvi-am: $(DVIS)
252b5132 720
6bf9431b 721html: html-recursive
252b5132 722
6bf9431b
BE
723html-am: $(HTMLS)
724
725info: info-recursive
726
727info-am: $(INFO_DEPS)
728
8ffc9dd4 729install-data-am: install-data-local install-man
6bf9431b
BE
730
731install-exec-am: install-binPROGRAMS
732
733install-info: install-info-recursive
734
735install-info-am: $(INFO_DEPS)
736 @$(NORMAL_INSTALL)
737 test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
738 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
739 list='$(INFO_DEPS)'; \
740 for file in $$list; do \
741 case $$file in \
742 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
743 esac; \
744 if test -f $$file; then d=.; else d=$(srcdir); fi; \
745 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
746 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
747 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
748 if test -f $$ifile; then \
749 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
750 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
751 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
752 else : ; fi; \
753 done; \
754 done
755 @$(POST_INSTALL)
756 @if (install-info --version && \
757 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
758 list='$(INFO_DEPS)'; \
759 for file in $$list; do \
760 relfile=`echo "$$file" | sed 's|^.*/||'`; \
761 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
762 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
763 done; \
764 else : ; fi
765install-man: install-man1
766
767installcheck-am:
252b5132
RH
768
769maintainer-clean: maintainer-clean-recursive
6bf9431b
BE
770 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
771 -rm -rf $(top_srcdir)/autom4te.cache
772 -rm -f Makefile
773maintainer-clean-am: distclean-am maintainer-clean-aminfo \
774 maintainer-clean-generic
775
776mostlyclean: mostlyclean-recursive
777
778mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
779 mostlyclean-generic mostlyclean-libtool
780
781pdf: pdf-recursive
782
783pdf-am: $(PDFS)
784
785ps: ps-recursive
786
787ps-am: $(PSS)
788
789uninstall-am: uninstall-binPROGRAMS uninstall-man
790
791uninstall-info: uninstall-info-recursive
792
793uninstall-man: uninstall-man1
794
795.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
796 check-am clean clean-binPROGRAMS clean-generic clean-info \
797 clean-libtool clean-recursive ctags ctags-recursive dist-info \
798 distclean distclean-compile distclean-generic distclean-hdr \
799 distclean-libtool distclean-recursive distclean-tags dvi \
800 dvi-am html html-am info info-am install install-am \
8ffc9dd4
MR
801 install-binPROGRAMS install-data install-data-am \
802 install-data-local install-exec install-exec-am install-info \
803 install-info-am install-man install-man1 install-strip \
804 installcheck installcheck-am installdirs installdirs-am \
805 maintainer-clean maintainer-clean-aminfo \
806 maintainer-clean-generic maintainer-clean-recursive \
807 mostlyclean mostlyclean-aminfo mostlyclean-compile \
808 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
809 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
810 uninstall-binPROGRAMS uninstall-info-am uninstall-man \
811 uninstall-man1
252b5132
RH
812
813
c45021f2 814diststuff: $(BUILT_SOURCES) info $(man_MANS)
252b5132 815
20e95c23 816# This empty rule is a hack against gmake patched by Apple.
253a2395
NC
817%.o:%.m
818
252b5132
RH
819.m.c:
820 awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
821 FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
822 FILE=$*.m $(srcdir)/$*.m
823po/POTFILES.in: @MAINT@ Makefile
68cdbb4a 824 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132
RH
825 && mv tmp $(srcdir)/po/POTFILES.in
826
dff70155
MM
827config.texi:
828 echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
829
40f90528
AM
830# Build the man page from the texinfo file
831# The sed command removes the no-adjust Nroff command so that
832# the man output looks standard.
dff70155 833gprof.1: $(srcdir)/gprof.texi config.texi
c45021f2 834 touch $@
40f90528
AM
835 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
836 -($(POD2MAN) gprof.pod | \
c45021f2
NC
837 sed -e '/^.if n .na/d' > $@.T$$$$ && \
838 mv -f $@.T$$$$ $@) || \
839 (rm -f $@.T$$$$ && exit 1)
40f90528
AM
840 rm -f gprof.pod
841
108a6f8e
CD
842.PHONY: install-html install-html-am install-html-recursive
843
844install-html: install-html-recursive install-html-am
845
846install-html-am: $(HTMLS)
847 @$(NORMAL_INSTALL)
848 test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
849 @list='$(HTMLS)'; for p in $$list; do \
850 if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \
851 f=$(html__strip_dir) \
852 if test -d "$$d$$p"; then \
853 echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \
854 $(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
855 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
856 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
857 else \
858 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
859 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
860 fi; \
861 done
862
863install-html-recursive:
864 @failcom='exit 1'; \
865 for f in x $$MAKEFLAGS; do \
866 case $$f in \
867 *=* | --[!k]*);; \
868 *k*) failcom='fail=yes';; \
869 esac; \
870 done; \
871 dot_seen=no; \
872 target=`echo $@ | sed s/-recursive//`; \
873 list='$(SUBDIRS)'; for subdir in $$list; do \
874 echo "Making $$target in $$subdir"; \
875 if test "$$subdir" = "."; then \
876 dot_seen=yes; \
877 local_target="$$target-am"; \
878 else \
879 local_target="$$target"; \
880 fi; \
881 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
882 || eval $$failcom; \
883 done; \
884 if test "$$dot_seen" = "no"; then \
885 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
886 fi; test -z "$$fail"
887
cd8e197b
HPN
888# We want install to imply install-info as per GNU standards, despite the
889# cygnus option.
8ffc9dd4 890install-data-local: install-info
cd8e197b 891
41b49281
AM
892# Targets to rebuild dependencies in this Makefile.
893# Have to get rid of DEP1 here so that "$?" later includes all sources.
894DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
895 rm -f DEP1
896 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
897 sed -f dep.sed < DEP1 > DEPA
898 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
899 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
900 echo 'make DEP failed!'; exit 1; \
901 else \
0bdaf48b 902 mv -f DEPA $@; \
1581f8c9 903 fi
41b49281
AM
904
905DEP1: $(gprof_SOURCES)
906 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
907 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
908 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
909 mv -f DEP2 $@
910
911dep.sed: dep-in.sed config.status
912 objdir=`pwd`; \
913 sed <$(srcdir)/dep-in.sed >dep.sed \
914 -e 's!@INCDIR@!$(INCDIR)!' \
915 -e 's!@BFDDIR@!$(BFDDIR)!' \
916 -e 's!@SRCDIR@!$(srcdir)!' \
8e42bcb6
AM
917 -e "s!@OBJDIR@!$${objdir}!" \
918 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!'
41b49281
AM
919
920dep: DEP
921 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
922 cat DEP >> tmp-Makefile
923 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
924
925dep-in: DEP
926 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
927 cat DEP >> tmp-Makefile.in
928 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
929
930dep-am: DEP
931 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
932 cat DEP >> tmp-Makefile.am
933 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
934
935.PHONY: dep dep-in dep-am
936
937# DO NOT DELETE THIS LINE -- mkdep uses it.
938# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
ba323545 939basic_blocks.o: basic_blocks.c $(INCDIR)/libiberty.h \
92f01d61
JM
940 $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
941 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
942 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 943 gconfig.h basic_blocks.h corefile.h gmon_io.h gmon_out.h \
92f01d61 944 search_list.h source.h symtab.h sym_ids.h
ba323545
AM
945call_graph.o: call_graph.c gprof.h $(BFDDIR)/sysdep.h \
946 $(INCDIR)/ansidecl.h ../bfd/config.h $(INCDIR)/fopen-same.h \
92f01d61 947 $(INCDIR)/filenames.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
066c2a57 948 $(INCDIR)/symcat.h gconfig.h search_list.h source.h \
ba323545
AM
949 symtab.h cg_arcs.h call_graph.h corefile.h gmon_io.h \
950 gmon_out.h sym_ids.h
41b49281 951cg_arcs.o: cg_arcs.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
952 gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
953 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
066c2a57
JM
954 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
955 source.h symtab.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
956 utils.h sym_ids.h
41b49281 957cg_dfn.o: cg_dfn.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
958 gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
959 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
066c2a57
JM
960 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
961 source.h symtab.h cg_arcs.h cg_dfn.h utils.h
41b49281 962cg_print.o: cg_print.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
963 gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
964 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
066c2a57
JM
965 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
966 source.h symtab.h cg_arcs.h cg_print.h hist.h utils.h \
967 corefile.h
41b49281 968corefile.o: corefile.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
969 gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
970 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
066c2a57 971 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
8db406db 972 source.h symtab.h hist.h corefile.h
ba323545
AM
973gmon_io.o: gmon_io.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
974 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 975 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 976 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61
JM
977 basic_blocks.h corefile.h call_graph.h gmon_io.h gmon_out.h \
978 gmon.h hertz.h hist.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
6f53ec68 979gprof.o: gprof.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
980 gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
981 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
066c2a57 982 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h ../bfd/bfdver.h \
92f01d61
JM
983 search_list.h source.h symtab.h basic_blocks.h call_graph.h \
984 cg_arcs.h cg_print.h corefile.h gmon_io.h hertz.h hist.h \
985 sym_ids.h $(INCDIR)/demangle.h $(INCDIR)/libiberty.h
ba323545
AM
986hertz.o: hertz.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
987 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 988 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 989 gconfig.h hertz.h
41b49281 990hist.o: hist.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
991 gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h ../bfd/config.h \
992 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
066c2a57
JM
993 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
994 source.h symtab.h corefile.h gmon_io.h gmon_out.h hist.h \
995 sym_ids.h utils.h
ba323545 996source.o: source.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 997 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 998 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 999 gconfig.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61 1000 $(INCDIR)/filenames.h search_list.h source.h
41b49281 1001search_list.o: search_list.c $(INCDIR)/libiberty.h \
92f01d61
JM
1002 $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
1003 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
1004 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1005 gconfig.h search_list.h
ba323545 1006symtab.o: symtab.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 1007 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1008 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1009 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1010 corefile.h
41b49281 1011sym_ids.o: sym_ids.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
92f01d61
JM
1012 $(INCDIR)/safe-ctype.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
1013 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
1014 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1015 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
8db406db 1016 sym_ids.h corefile.h
bfa36442 1017utils.o: utils.c $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
92f01d61
JM
1018 $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
1019 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
1020 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1021 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
8db406db 1022 utils.h corefile.h
ba323545 1023i386.o: i386.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 1024 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1025 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1026 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1027 corefile.h hist.h
ba323545 1028alpha.o: alpha.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 1029 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1030 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1031 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1032 corefile.h hist.h
ba323545 1033vax.o: vax.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 1034 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1035 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1036 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1037 corefile.h hist.h
ba323545 1038tahoe.o: tahoe.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 1039 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1040 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1041 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1042 corefile.h hist.h
ba323545 1043sparc.o: sparc.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
2114f57b 1044 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1045 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1046 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1047 corefile.h hist.h
ba323545 1048mips.o: mips.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \
ec0806ec 1049 ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
92f01d61 1050 ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
066c2a57 1051 gconfig.h search_list.h source.h symtab.h cg_arcs.h \
92f01d61 1052 corefile.h hist.h
3099538b
AM
1053flat_bl.o: flat_bl.c $(INCDIR)/ansidecl.h
1054bsd_callg_bl.o: bsd_callg_bl.c $(INCDIR)/ansidecl.h
1055fsf_callg_bl.o: fsf_callg_bl.c $(INCDIR)/ansidecl.h
41b49281 1056# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
252b5132
RH
1057# Tell versions [3.59,3.63) of GNU make to not export all variables.
1058# Otherwise a system limit (for SysV at least) may be exceeded.
1059.NOEXPORT:
This page took 0.364674 seconds and 4 git commands to generate.