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