OSDN Git Service

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