]>
Commit | Line | Data |
---|---|---|
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 |
18 | srcdir = @srcdir@ |
19 | top_srcdir = @top_srcdir@ | |
20 | VPATH = @srcdir@ | |
252b5132 RH |
21 | pkgdatadir = $(datadir)/@PACKAGE@ |
22 | pkglibdir = $(libdir)/@PACKAGE@ | |
23 | pkgincludedir = $(includedir)/@PACKAGE@ | |
252b5132 | 24 | top_builddir = . |
6bf9431b | 25 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
252b5132 | 26 | INSTALL = @INSTALL@ |
6bf9431b BE |
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) | |
252b5132 RH |
32 | NORMAL_INSTALL = : |
33 | PRE_INSTALL = : | |
34 | POST_INSTALL = : | |
35 | NORMAL_UNINSTALL = : | |
36 | PRE_UNINSTALL = : | |
37 | POST_UNINSTALL = : | |
df76639a | 38 | build_triplet = @build@ |
252b5132 | 39 | host_triplet = @host@ |
df76639a | 40 | target_triplet = @target@ |
6bf9431b BE |
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 \ | |
37d037c1 | 48 | $(gprof_TEXINFOS) $(noinst_HEADERS) |
6bf9431b BE |
49 | subdir = . |
50 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
79887925 L |
51 | am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ |
52 | $(top_srcdir)/../config/depstand.m4 \ | |
20e95c23 | 53 | $(top_srcdir)/../config/gettext-sister.m4 \ |
79887925 | 54 | $(top_srcdir)/../config/lead-dot.m4 \ |
20e95c23 | 55 | $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ |
58c85be7 | 56 | $(top_srcdir)/../config/proginstall.m4 \ |
20e95c23 | 57 | $(top_srcdir)/../config/progtest.m4 \ |
79887925 L |
58 | $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ |
59 | $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ | |
60 | $(top_srcdir)/configure.in | |
6bf9431b BE |
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) | |
d7040cdb | 87 | LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
6bf9431b BE |
88 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
89 | $(AM_CFLAGS) $(CFLAGS) | |
90 | CCLD = $(CC) | |
d7040cdb | 91 | LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
6bf9431b BE |
92 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
93 | SOURCES = $(gprof_SOURCES) | |
d5fbea21 | 94 | INFO_DEPS = gprof.info |
6bf9431b BE |
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 | |
6bf9431b BE |
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@ | |
6bf9431b BE |
120 | AMDEP_FALSE = @AMDEP_FALSE@ |
121 | AMDEP_TRUE = @AMDEP_TRUE@ | |
122 | AMTAR = @AMTAR@ | |
d7040cdb | 123 | AR = @AR@ |
6bf9431b BE |
124 | AUTOCONF = @AUTOCONF@ |
125 | AUTOHEADER = @AUTOHEADER@ | |
126 | AUTOMAKE = @AUTOMAKE@ | |
127 | AWK = @AWK@ | |
252b5132 RH |
128 | CATALOGS = @CATALOGS@ |
129 | CATOBJEXT = @CATOBJEXT@ | |
130 | CC = @CC@ | |
6bf9431b BE |
131 | CCDEPMODE = @CCDEPMODE@ |
132 | CFLAGS = @CFLAGS@ | |
133 | CPP = @CPP@ | |
134 | CPPFLAGS = @CPPFLAGS@ | |
135 | CYGPATH_W = @CYGPATH_W@ | |
252b5132 | 136 | DATADIRNAME = @DATADIRNAME@ |
6bf9431b BE |
137 | DEFS = @DEFS@ |
138 | DEPDIR = @DEPDIR@ | |
d7040cdb | 139 | DUMPBIN = @DUMPBIN@ |
6bf9431b BE |
140 | ECHO_C = @ECHO_C@ |
141 | ECHO_N = @ECHO_N@ | |
142 | ECHO_T = @ECHO_T@ | |
143 | EGREP = @EGREP@ | |
252b5132 | 144 | EXEEXT = @EXEEXT@ |
d7040cdb | 145 | FGREP = @FGREP@ |
20e95c23 | 146 | GENCAT = @GENCAT@ |
d5fbea21 DJ |
147 | GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@ |
148 | GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@ | |
252b5132 | 149 | GMSGFMT = @GMSGFMT@ |
d7040cdb | 150 | GREP = @GREP@ |
20e95c23 | 151 | INCINTL = @INCINTL@ |
6bf9431b BE |
152 | INSTALL_DATA = @INSTALL_DATA@ |
153 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
154 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
155 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
252b5132 | 156 | INSTOBJEXT = @INSTOBJEXT@ |
d7040cdb | 157 | LD = @LD@ |
6bf9431b | 158 | LDFLAGS = @LDFLAGS@ |
20e95c23 DJ |
159 | LIBINTL = @LIBINTL@ |
160 | LIBINTL_DEP = @LIBINTL_DEP@ | |
6bf9431b BE |
161 | LIBOBJS = @LIBOBJS@ |
162 | LIBS = @LIBS@ | |
252b5132 RH |
163 | LIBTOOL = @LIBTOOL@ |
164 | LN_S = @LN_S@ | |
6bf9431b | 165 | LTLIBOBJS = @LTLIBOBJS@ |
252b5132 | 166 | MAINT = @MAINT@ |
6bf9431b BE |
167 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
168 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | |
252b5132 RH |
169 | MAKEINFO = @MAKEINFO@ |
170 | MKINSTALLDIRS = @MKINSTALLDIRS@ | |
171 | MSGFMT = @MSGFMT@ | |
20e95c23 | 172 | MSGMERGE = @MSGMERGE@ |
d7040cdb | 173 | NM = @NM@ |
9e9b66a9 | 174 | NO_WERROR = @NO_WERROR@ |
18e03609 | 175 | OBJEXT = @OBJEXT@ |
252b5132 | 176 | PACKAGE = @PACKAGE@ |
6bf9431b BE |
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@ | |
252b5132 RH |
183 | POSUB = @POSUB@ |
184 | RANLIB = @RANLIB@ | |
d7040cdb | 185 | SED = @SED@ |
6bf9431b BE |
186 | SET_MAKE = @SET_MAKE@ |
187 | SHELL = @SHELL@ | |
18e03609 | 188 | STRIP = @STRIP@ |
252b5132 | 189 | USE_NLS = @USE_NLS@ |
252b5132 | 190 | VERSION = @VERSION@ |
6bf9431b BE |
191 | WARN_CFLAGS = @WARN_CFLAGS@ |
192 | XGETTEXT = @XGETTEXT@ | |
ae351704 | 193 | ac_ct_AR = @ac_ct_AR@ |
6bf9431b | 194 | ac_ct_CC = @ac_ct_CC@ |
d7040cdb | 195 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
ae351704 AM |
196 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
197 | ac_ct_STRIP = @ac_ct_STRIP@ | |
6bf9431b BE |
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@ | |
df76639a AM |
203 | am__tar = @am__tar@ |
204 | am__untar = @am__untar@ | |
6bf9431b BE |
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@ | |
108a6f8e CD |
212 | datarootdir = @datarootdir@ |
213 | docdir = @docdir@ | |
6bf9431b BE |
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@ | |
108a6f8e | 220 | htmldir = @htmldir@ |
6bf9431b BE |
221 | includedir = @includedir@ |
222 | infodir = @infodir@ | |
223 | install_sh = @install_sh@ | |
6bf9431b BE |
224 | libdir = @libdir@ |
225 | libexecdir = @libexecdir@ | |
226 | localstatedir = @localstatedir@ | |
d7040cdb | 227 | lt_ECHO = @lt_ECHO@ |
6bf9431b BE |
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@ | |
252b5132 | 241 | AUTOMAKE_OPTIONS = cygnus |
79887925 | 242 | ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
252b5132 | 243 | SUFFIXES = .m |
252b5132 | 244 | SUBDIRS = po |
41b49281 AM |
245 | BASEDIR = $(srcdir)/.. |
246 | BFDDIR = $(BASEDIR)/bfd | |
247 | INCDIR = $(BASEDIR)/include | |
a2d91340 | 248 | AM_CFLAGS = $(WARN_CFLAGS) |
41b49281 | 249 | MKDEP = gcc -MM |
0ab6f085 | 250 | INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \ |
92f01d61 | 251 | -I$(srcdir)/../bfd @INCINTL@ -I. \ |
92f01d61 JM |
252 | -DLOCALEDIR="\"$(datadir)/locale\"" |
253 | ||
252b5132 RH |
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 \ | |
ec0806ec | 257 | i386.c alpha.c vax.c tahoe.c sparc.c mips.c |
252b5132 RH |
258 | |
259 | gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c | |
20e95c23 DJ |
260 | gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP) |
261 | gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) | |
252b5132 RH |
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 | ||
252b5132 | 267 | BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c |
c45021f2 | 268 | EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS) |
252b5132 | 269 | POTFILES = $(sources) $(noinst_HEADERS) |
40f90528 | 270 | MANCONF = -Dman |
e49e529d | 271 | TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) |
40f90528 | 272 | POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 |
252b5132 | 273 | info_TEXINFOS = gprof.texi |
37d037c1 | 274 | gprof_TEXINFOS = config.texi |
252b5132 | 275 | man_MANS = gprof.1 |
9975e4c4 DJ |
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 | |
108a6f8e | 278 | html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
0bdaf48b | 279 | CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 |
d5fbea21 DJ |
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 | |
6bf9431b BE |
286 | all: $(BUILT_SOURCES) gconfig.h |
287 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
252b5132 | 288 | |
252b5132 | 289 | .SUFFIXES: |
d5fbea21 | 290 | .SUFFIXES: .m .c .dvi .lo .o .obj .ps |
6bf9431b BE |
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*) \ | |
3289fe0c NC |
297 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
298 | cd $(srcdir) && $(AUTOMAKE) --foreign \ | |
6bf9431b BE |
299 | && exit 0; \ |
300 | exit 1;; \ | |
301 | esac; \ | |
302 | done; \ | |
3289fe0c | 303 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
6bf9431b | 304 | cd $(top_srcdir) && \ |
3289fe0c | 305 | $(AUTOMAKE) --foreign Makefile |
6bf9431b | 306 | .PRECIOUS: Makefile |
2dadb5f9 AM |
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; | |
252b5132 | 316 | |
6bf9431b | 317 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
252b5132 | 318 | $(SHELL) ./config.status --recheck |
6bf9431b BE |
319 | |
320 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
252b5132 | 321 | cd $(srcdir) && $(AUTOCONF) |
6bf9431b BE |
322 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
323 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
252b5132 | 324 | |
6bf9431b | 325 | gconfig.h: stamp-h1 |
252b5132 | 326 | @if test ! -f $@; then \ |
6bf9431b BE |
327 | rm -f stamp-h1; \ |
328 | $(MAKE) stamp-h1; \ | |
252b5132 | 329 | else :; fi |
252b5132 | 330 | |
6bf9431b BE |
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 $@ | |
252b5132 RH |
338 | |
339 | distclean-hdr: | |
6bf9431b BE |
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 $@ | |
252b5132 RH |
343 | install-binPROGRAMS: $(bin_PROGRAMS) |
344 | @$(NORMAL_INSTALL) | |
6bf9431b | 345 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
252b5132 | 346 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
6bf9431b BE |
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; \ | |
252b5132 RH |
354 | else :; fi; \ |
355 | done | |
356 | ||
357 | uninstall-binPROGRAMS: | |
358 | @$(NORMAL_UNINSTALL) | |
6bf9431b BE |
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"; \ | |
252b5132 RH |
363 | done |
364 | ||
6bf9431b BE |
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) | |
a2d91340 | 374 | |
252b5132 | 375 | mostlyclean-compile: |
18e03609 | 376 | -rm -f *.$(OBJEXT) |
252b5132 | 377 | |
252b5132 RH |
378 | distclean-compile: |
379 | -rm -f *.tab.c | |
380 | ||
6bf9431b BE |
381 | .c.o: |
382 | $(COMPILE) -c $< | |
a2d91340 | 383 | |
6bf9431b BE |
384 | .c.obj: |
385 | $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
a2d91340 | 386 | |
6bf9431b BE |
387 | .c.lo: |
388 | $(LTCOMPILE) -c -o $@ $< | |
a2d91340 | 389 | |
252b5132 RH |
390 | mostlyclean-libtool: |
391 | -rm -f *.lo | |
392 | ||
393 | clean-libtool: | |
394 | -rm -rf .libs _libs | |
395 | ||
396 | distclean-libtool: | |
6bf9431b | 397 | -rm -f libtool |
252b5132 | 398 | |
37d037c1 DJ |
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) | |
6bf9431b BE |
418 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
419 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ | |
d5fbea21 | 420 | $(TEXI2DVI) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi |
6bf9431b | 421 | |
37d037c1 | 422 | gprof.pdf: gprof.texi $(gprof_TEXINFOS) |
6bf9431b BE |
423 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
424 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ | |
d5fbea21 | 425 | $(TEXI2PDF) -o $@ `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi |
6bf9431b | 426 | |
37d037c1 | 427 | gprof.html: gprof.texi $(gprof_TEXINFOS) |
df76639a AM |
428 | rm -rf $(@:.html=.htp) |
429 | if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ | |
d5fbea21 | 430 | -o $(@:.html=.htp) `test -f 'gprof.texi' || echo '$(srcdir)/'`gprof.texi; \ |
df76639a AM |
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 | |
252b5132 | 440 | .dvi.ps: |
20e95c23 | 441 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
6bf9431b | 442 | $(DVIPS) -o $@ $< |
252b5132 | 443 | |
6bf9431b | 444 | uninstall-info-am: |
2dadb5f9 | 445 | @$(PRE_UNINSTALL) |
6bf9431b BE |
446 | @if (install-info --version && \ |
447 | install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ | |
252b5132 RH |
448 | list='$(INFO_DEPS)'; \ |
449 | for file in $$list; do \ | |
6bf9431b BE |
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"; \ | |
252b5132 | 453 | done; \ |
6bf9431b | 454 | else :; fi |
252b5132 | 455 | @$(NORMAL_UNINSTALL) |
6bf9431b | 456 | @list='$(INFO_DEPS)'; \ |
252b5132 | 457 | for file in $$list; do \ |
6bf9431b BE |
458 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
459 | relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
460 | (if cd "$(DESTDIR)$(infodir)"; then \ | |
2dadb5f9 | 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]"; \ |
6bf9431b BE |
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); \ | |
252b5132 RH |
464 | done |
465 | ||
466 | dist-info: $(INFO_DEPS) | |
6bf9431b | 467 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
252b5132 RH |
468 | list='$(INFO_DEPS)'; \ |
469 | for base in $$list; do \ | |
6bf9431b BE |
470 | case $$base in \ |
471 | $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ | |
472 | esac; \ | |
252b5132 | 473 | if test -f $$base; then d=.; else d=$(srcdir); fi; \ |
cb015bd9 AM |
474 | for file in $$d/$$base*; do \ |
475 | relfile=`expr "$$file" : "$$d/\(.*\)"`; \ | |
476 | test -f $(distdir)/$$relfile || \ | |
477 | cp -p $$file $(distdir)/$$relfile; \ | |
252b5132 RH |
478 | done; \ |
479 | done | |
480 | ||
481 | mostlyclean-aminfo: | |
6bf9431b BE |
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 | |
252b5132 RH |
486 | |
487 | maintainer-clean-aminfo: | |
6bf9431b BE |
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]; \ | |
252b5132 | 492 | done |
252b5132 | 493 | |
6bf9431b BE |
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 \ | |
252b5132 RH |
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/^.*\\.//'`; \ | |
6bf9431b BE |
509 | case "$$ext" in \ |
510 | 1*) ;; \ | |
511 | *) ext='1' ;; \ | |
512 | esac; \ | |
252b5132 | 513 | inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ |
6bf9431b | 514 | inst=`echo $$inst | sed -e 's/^.*\///'`; \ |
252b5132 | 515 | inst=`echo $$inst | sed '$(transform)'`.$$ext; \ |
6bf9431b BE |
516 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ |
517 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ | |
252b5132 | 518 | done |
252b5132 | 519 | uninstall-man1: |
6bf9431b BE |
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 \ | |
252b5132 RH |
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/^.*\\.//'`; \ | |
6bf9431b BE |
530 | case "$$ext" in \ |
531 | 1*) ;; \ | |
532 | *) ext='1' ;; \ | |
533 | esac; \ | |
252b5132 | 534 | inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ |
6bf9431b | 535 | inst=`echo $$inst | sed -e 's/^.*\///'`; \ |
252b5132 | 536 | inst=`echo $$inst | sed '$(transform)'`.$$ext; \ |
6bf9431b BE |
537 | echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ |
538 | rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ | |
252b5132 | 539 | done |
252b5132 RH |
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. | |
6bf9431b | 547 | $(RECURSIVE_TARGETS): |
2dadb5f9 AM |
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; \ | |
252b5132 RH |
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) \ | |
2dadb5f9 | 566 | || eval $$failcom; \ |
252b5132 RH |
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: | |
2dadb5f9 AM |
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; \ | |
252b5132 | 581 | dot_seen=no; \ |
6bf9431b BE |
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; \ | |
252b5132 | 590 | done; \ |
6bf9431b | 591 | rev="$$rev ."; \ |
252b5132 RH |
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) \ | |
2dadb5f9 | 601 | || eval $$failcom; \ |
252b5132 RH |
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 | |
6bf9431b BE |
607 | ctags-recursive: |
608 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
609 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
610 | done | |
252b5132 | 611 | |
6bf9431b BE |
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; } \ | |
252b5132 | 618 | END { for (i in files) print i; }'`; \ |
6bf9431b BE |
619 | mkid -fID $$unique |
620 | tags: TAGS | |
252b5132 | 621 | |
6bf9431b BE |
622 | TAGS: tags-recursive $(HEADERS) $(SOURCES) gconfig.in $(TAGS_DEPENDENCIES) \ |
623 | $(TAGS_FILES) $(LISP) | |
252b5132 RH |
624 | tags=; \ |
625 | here=`pwd`; \ | |
6bf9431b BE |
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; \ | |
252b5132 | 633 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
6bf9431b BE |
634 | if test "$$subdir" = .; then :; else \ |
635 | test ! -f $$subdir/TAGS || \ | |
636 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
637 | fi; \ | |
252b5132 | 638 | done; \ |
6bf9431b BE |
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; } \ | |
252b5132 | 644 | END { for (i in files) print i; }'`; \ |
6bf9431b BE |
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 | |
252b5132 | 664 | |
6bf9431b BE |
665 | GTAGS: |
666 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
667 | && cd $(top_srcdir) \ | |
668 | && gtags -i $(GTAGS_ARGS) $$here | |
252b5132 RH |
669 | |
670 | distclean-tags: | |
6bf9431b | 671 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
252b5132 | 672 | check-am: |
6bf9431b BE |
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 | |
252b5132 | 683 | install-exec: install-exec-recursive |
252b5132 | 684 | install-data: install-data-recursive |
6bf9431b | 685 | uninstall: uninstall-recursive |
252b5132 RH |
686 | |
687 | install-am: all-am | |
688 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
252b5132 | 689 | |
6bf9431b BE |
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 | |
252b5132 RH |
696 | mostlyclean-generic: |
697 | ||
698 | clean-generic: | |
41b49281 | 699 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
252b5132 RH |
700 | |
701 | distclean-generic: | |
df76639a | 702 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
d5fbea21 | 703 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
252b5132 RH |
704 | |
705 | maintainer-clean-generic: | |
6bf9431b BE |
706 | @echo "This command is intended for maintainers to use" |
707 | @echo "it deletes files that may require special tools to rebuild." | |
252b5132 | 708 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
d5fbea21 | 709 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
6bf9431b | 710 | clean: clean-recursive |
252b5132 | 711 | |
6bf9431b | 712 | clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
252b5132 | 713 | |
6bf9431b BE |
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 | |
252b5132 | 719 | |
6bf9431b | 720 | dvi: dvi-recursive |
252b5132 | 721 | |
6bf9431b | 722 | dvi-am: $(DVIS) |
252b5132 | 723 | |
6bf9431b | 724 | html: html-recursive |
252b5132 | 725 | |
6bf9431b BE |
726 | html-am: $(HTMLS) |
727 | ||
728 | info: info-recursive | |
729 | ||
730 | info-am: $(INFO_DEPS) | |
731 | ||
8ffc9dd4 | 732 | install-data-am: install-data-local install-man |
6bf9431b BE |
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: | |
252b5132 RH |
771 | |
772 | maintainer-clean: maintainer-clean-recursive | |
6bf9431b BE |
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 \ | |
8ffc9dd4 MR |
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 | |
252b5132 RH |
815 | |
816 | ||
c45021f2 | 817 | diststuff: $(BUILT_SOURCES) info $(man_MANS) |
252b5132 | 818 | |
20e95c23 | 819 | # This empty rule is a hack against gmake patched by Apple. |
253a2395 NC |
820 | %.o:%.m |
821 | ||
252b5132 RH |
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 | |
68cdbb4a | 827 | for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ |
252b5132 RH |
828 | && mv tmp $(srcdir)/po/POTFILES.in |
829 | ||
dff70155 MM |
830 | config.texi: |
831 | echo "@set top_srcdir $(top_srcdir)" >> ./config.texi | |
832 | ||
40f90528 AM |
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. | |
dff70155 | 836 | gprof.1: $(srcdir)/gprof.texi config.texi |
c45021f2 | 837 | touch $@ |
40f90528 AM |
838 | -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod |
839 | -($(POD2MAN) gprof.pod | \ | |
c45021f2 NC |
840 | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
841 | mv -f [email protected]$$$$ $@) || \ | |
842 | (rm -f [email protected]$$$$ && exit 1) | |
40f90528 AM |
843 | rm -f gprof.pod |
844 | ||
108a6f8e CD |
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 | ||
cd8e197b HPN |
891 | # We want install to imply install-info as per GNU standards, despite the |
892 | # cygnus option. | |
8ffc9dd4 | 893 | install-data-local: install-info |
cd8e197b | 894 | |
41b49281 AM |
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 | |
0bdaf48b AM |
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 \ | |
1581f8c9 AM |
903 | echo 'make DEP failed!'; exit 1; \ |
904 | else \ | |
0bdaf48b | 905 | mv -f DEPA $@; \ |
1581f8c9 | 906 | fi |
41b49281 AM |
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)!' \ | |
8e42bcb6 AM |
920 | -e "s!@OBJDIR@!$${objdir}!" \ |
921 | -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!' | |
41b49281 AM |
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. | |
ba323545 | 942 | basic_blocks.o: basic_blocks.c $(INCDIR)/libiberty.h \ |
ae351704 AM |
943 | $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
944 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 945 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 946 | gconfig.h basic_blocks.h corefile.h gmon_io.h gmon_out.h \ |
92f01d61 | 947 | search_list.h source.h symtab.h sym_ids.h |
ba323545 | 948 | call_graph.o: call_graph.c gprof.h $(BFDDIR)/sysdep.h \ |
ae351704 | 949 | ../bfd/config.h $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h \ |
92f01d61 | 950 | $(INCDIR)/filenames.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ |
066c2a57 | 951 | $(INCDIR)/symcat.h gconfig.h search_list.h source.h \ |
ba323545 AM |
952 | symtab.h cg_arcs.h call_graph.h corefile.h gmon_io.h \ |
953 | gmon_out.h sym_ids.h | |
41b49281 | 954 | cg_arcs.o: cg_arcs.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 | 955 | gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 956 | $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ |
066c2a57 JM |
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 | |
41b49281 | 960 | cg_dfn.o: cg_dfn.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 | 961 | gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 962 | $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ |
066c2a57 JM |
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 | |
41b49281 | 965 | cg_print.o: cg_print.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 | 966 | gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 967 | $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ |
066c2a57 JM |
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 | |
41b49281 | 971 | corefile.o: corefile.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 | 972 | gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 973 | $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ |
066c2a57 | 974 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \ |
3289fe0c | 975 | source.h symtab.h hist.h corefile.h $(INCDIR)/safe-ctype.h |
ae351704 AM |
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 \ | |
92f01d61 | 978 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 979 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 JM |
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 | |
6f53ec68 | 982 | gprof.o: gprof.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 | 983 | gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 984 | $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ |
066c2a57 | 985 | $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h ../bfd/bfdver.h \ |
92f01d61 JM |
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 | |
ae351704 AM |
989 | hertz.o: hertz.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
990 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 991 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 992 | gconfig.h hertz.h |
41b49281 | 993 | hist.o: hist.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 | 994 | gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 995 | $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ |
066c2a57 JM |
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 | |
ae351704 AM |
999 | source.o: source.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1000 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1001 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1002 | gconfig.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
92f01d61 | 1003 | $(INCDIR)/filenames.h search_list.h source.h |
41b49281 | 1004 | search_list.o: search_list.c $(INCDIR)/libiberty.h \ |
ae351704 AM |
1005 | $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1006 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1007 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1008 | gconfig.h search_list.h |
ae351704 AM |
1009 | symtab.o: symtab.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1010 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1011 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1012 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1013 | corefile.h |
41b49281 | 1014 | sym_ids.o: sym_ids.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ |
ae351704 AM |
1015 | $(INCDIR)/safe-ctype.h gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1016 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1017 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1018 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
8db406db | 1019 | sym_ids.h corefile.h |
bfa36442 | 1020 | utils.o: utils.c $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \ |
ae351704 AM |
1021 | $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1022 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1023 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1024 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
8db406db | 1025 | utils.h corefile.h |
ae351704 AM |
1026 | i386.o: i386.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1027 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1028 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1029 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1030 | corefile.h hist.h |
ae351704 AM |
1031 | alpha.o: alpha.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1032 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1033 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1034 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1035 | corefile.h hist.h |
ae351704 AM |
1036 | vax.o: vax.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1037 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1038 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1039 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1040 | corefile.h hist.h |
ae351704 AM |
1041 | tahoe.o: tahoe.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1042 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1043 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1044 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1045 | corefile.h hist.h |
ae351704 AM |
1046 | sparc.o: sparc.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1047 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1048 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1049 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1050 | corefile.h hist.h |
ae351704 AM |
1051 | mips.o: mips.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ |
1052 | $(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ | |
92f01d61 | 1053 | ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ |
066c2a57 | 1054 | gconfig.h search_list.h source.h symtab.h cg_arcs.h \ |
92f01d61 | 1055 | corefile.h hist.h |
3099538b AM |
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 | |
41b49281 | 1059 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |
252b5132 RH |
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: |