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