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