OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gprof/] [Makefile.in] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.