]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gprofng/src/Makefile.in
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gprofng / src / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 # Copyright (C) 2021-2024 Free Software Foundation, Inc.
19 #
20 # This file is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 3 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; see the file COPYING3. If not see
32 # <http://www.gnu.org/licenses/>.
33
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 target_triplet = @target@
111 bin_PROGRAMS = gp-archive$(EXEEXT) gp-collect-app$(EXEEXT) \
112 gprofng$(EXEEXT) gp-display-text$(EXEEXT) \
113 gp-display-src$(EXEEXT)
114 subdir = src
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
117 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
118 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
119 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/warnings.m4 \
120 $(top_srcdir)/../config/enable.m4 \
121 $(top_srcdir)/../config/ax_pthread.m4 \
122 $(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \
123 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac
124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125 $(ACLOCAL_M4)
126 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
128 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_FILES =
130 CONFIG_CLEAN_VPATH_FILES =
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134 *) f=$$p;; \
135 esac;
136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137 am__install_max = 40
138 am__nobase_strip_setup = \
139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140 am__nobase_strip = \
141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142 am__nobase_list = $(am__nobase_strip_setup); \
143 for p in $$list; do echo "$$p $$p"; done | \
144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146 if (++n[$$2] == $(am__install_max)) \
147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148 END { for (dir in files) print dir, files[dir] }'
149 am__base_list = \
150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152 am__uninstall_files_from_dir = { \
153 test -z "$$files" \
154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156 $(am__cd) "$$dir" && rm -f $$files; }; \
157 }
158 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
159 "$(DESTDIR)$(dbedir)"
160 LTLIBRARIES = $(lib_LTLIBRARIES)
161 am__DEPENDENCIES_1 =
162 libgprofng_la_DEPENDENCIES = $(top_builddir)/../opcodes/libopcodes.la \
163 $(top_builddir)/../bfd/libbfd.la $(am__DEPENDENCIES_1)
164 am__objects_1 = Application.lo BaseMetric.lo BaseMetricTreeNode.lo \
165 CallStack.lo CatchOutOfMemory.lo ClassFile.lo Command.lo \
166 CompCom.lo DataObject.lo DataSpace.lo Data_window.lo \
167 DataStream.lo DbeApplication.lo DbeFile.lo DbeJarFile.lo \
168 DbeLock.lo DbeSession.lo DbeThread.lo DbeView.lo \
169 DerivedMetrics.lo Disasm.lo Dwarf.lo DwarfLib.lo Elf.lo \
170 Emsg.lo Experiment.lo Exp_Layout.lo ExpGroup.lo Expression.lo \
171 FileData.lo Filter.lo FilterSet.lo Function.lo HeapMap.lo \
172 HeapData.lo HeapActivity.lo Hist_data.lo IndexObject.lo \
173 IOActivity.lo LoadObject.lo MachineModel.lo MemObject.lo \
174 MemorySpace.lo Metric.lo MetricList.lo Module.lo Ovw_data.lo \
175 PRBTree.lo PathTree.lo PreviewExp.lo Print.lo \
176 SAXParserFactory.lo Sample.lo Settings.lo SourceFile.lo \
177 Stabs.lo Stats_data.lo StringBuilder.lo Table.lo \
178 QLParser.tab.lo dbe_collctrl.lo i18n.lo parse.lo UserLabel.lo \
179 util.lo Dbe.lo
180 am__objects_2 = dbe_hwcdrv.lo dbe_hwcfuncs.lo dbe_hwctable.lo \
181 dbe_memmgr.lo gethrtime.lo
182 am_libgprofng_la_OBJECTS = $(am__objects_1) $(am__objects_2)
183 libgprofng_la_OBJECTS = $(am_libgprofng_la_OBJECTS)
184 AM_V_lt = $(am__v_lt_@AM_V@)
185 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
186 am__v_lt_0 = --silent
187 am__v_lt_1 =
188 libgprofng_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
189 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
190 $(AM_CXXFLAGS) $(CXXFLAGS) $(libgprofng_la_LDFLAGS) $(LDFLAGS) \
191 -o $@
192 PROGRAMS = $(bin_PROGRAMS)
193 am_gp_archive_OBJECTS = gp-archive.$(OBJEXT) ArchiveExp.$(OBJEXT)
194 gp_archive_OBJECTS = $(am_gp_archive_OBJECTS)
195 gp_archive_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
196 $(am__DEPENDENCIES_1)
197 am_gp_collect_app_OBJECTS = gp-collect-app.$(OBJEXT) checks.$(OBJEXT) \
198 envsets.$(OBJEXT) count.$(OBJEXT)
199 gp_collect_app_OBJECTS = $(am_gp_collect_app_OBJECTS)
200 gp_collect_app_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
201 $(am__DEPENDENCIES_1)
202 am_gp_display_src_OBJECTS = gp-display-src.$(OBJEXT)
203 gp_display_src_OBJECTS = $(am_gp_display_src_OBJECTS)
204 gp_display_src_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
205 $(am__DEPENDENCIES_1)
206 am_gp_display_text_OBJECTS = gp-display-text.$(OBJEXT) ipc.$(OBJEXT) \
207 ipcio.$(OBJEXT)
208 gp_display_text_OBJECTS = $(am_gp_display_text_OBJECTS)
209 gp_display_text_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
210 $(am__DEPENDENCIES_1)
211 am_gprofng_OBJECTS = gprofng.$(OBJEXT)
212 gprofng_OBJECTS = $(am_gprofng_OBJECTS)
213 gprofng_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
214 $(am__DEPENDENCIES_1)
215 AM_V_P = $(am__v_P_@AM_V@)
216 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
217 am__v_P_0 = false
218 am__v_P_1 = :
219 AM_V_GEN = $(am__v_GEN_@AM_V@)
220 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
221 am__v_GEN_0 = @echo " GEN " $@;
222 am__v_GEN_1 =
223 AM_V_at = $(am__v_at_@AM_V@)
224 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
225 am__v_at_0 = @
226 am__v_at_1 =
227 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
228 depcomp = $(SHELL) $(top_srcdir)/../depcomp
229 am__depfiles_maybe = depfiles
230 am__mv = mv -f
231 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
232 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
233 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
234 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
235 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
236 $(AM_CFLAGS) $(CFLAGS)
237 AM_V_CC = $(am__v_CC_@AM_V@)
238 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
239 am__v_CC_0 = @echo " CC " $@;
240 am__v_CC_1 =
241 CCLD = $(CC)
242 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
243 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
244 $(AM_LDFLAGS) $(LDFLAGS) -o $@
245 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
246 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
247 am__v_CCLD_0 = @echo " CCLD " $@;
248 am__v_CCLD_1 =
249 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
250 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
251 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
252 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
253 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
254 $(AM_CXXFLAGS) $(CXXFLAGS)
255 AM_V_CXX = $(am__v_CXX_@AM_V@)
256 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
257 am__v_CXX_0 = @echo " CXX " $@;
258 am__v_CXX_1 =
259 CXXLD = $(CXX)
260 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
261 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
262 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
263 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
264 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
265 am__v_CXXLD_0 = @echo " CXXLD " $@;
266 am__v_CXXLD_1 =
267 SOURCES = $(libgprofng_la_SOURCES) $(gp_archive_SOURCES) \
268 $(gp_collect_app_SOURCES) $(gp_display_src_SOURCES) \
269 $(gp_display_text_SOURCES) $(gprofng_SOURCES)
270 DIST_SOURCES = $(libgprofng_la_SOURCES) $(gp_archive_SOURCES) \
271 $(gp_collect_app_SOURCES) $(gp_display_src_SOURCES) \
272 $(gp_display_text_SOURCES) $(gprofng_SOURCES)
273 am__can_run_installinfo = \
274 case $$AM_UPDATE_INFO_DIR in \
275 n|no|NO) false;; \
276 *) (install-info --version) >/dev/null 2>&1;; \
277 esac
278 DATA = $(dbe_DATA)
279 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
280 # Read a list of newline-separated strings from the standard input,
281 # and print each of them once, without duplicates. Input order is
282 # *not* preserved.
283 am__uniquify_input = $(AWK) '\
284 BEGIN { nonempty = 0; } \
285 { items[$$0] = 1; nonempty = 1; } \
286 END { if (nonempty) { for (i in items) print i; }; } \
287 '
288 # Make sure the list of sources is unique. This is necessary because,
289 # e.g., the same source file might be shared among _SOURCES variables
290 # for different programs/libraries.
291 am__define_uniq_tagged_files = \
292 list='$(am__tagged_files)'; \
293 unique=`for i in $$list; do \
294 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295 done | $(am__uniquify_input)`
296 ETAGS = etags
297 CTAGS = ctags
298 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../depcomp \
299 $(top_srcdir)/../mkinstalldirs
300 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
301 ACLOCAL = @ACLOCAL@
302 AMTAR = @AMTAR@
303 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
304 AR = @AR@
305 AUTOCONF = @AUTOCONF@
306 AUTOHEADER = @AUTOHEADER@
307 AUTOMAKE = @AUTOMAKE@
308 AWK = @AWK@
309 BISON = @BISON@
310 BUILD_SUBDIRS = @BUILD_SUBDIRS@
311 CC = @CC@
312 CCDEPMODE = @CCDEPMODE@
313 CFLAGS = @CFLAGS@
314 CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
315 CPP = @CPP@
316 CPPFLAGS = @CPPFLAGS@
317 CXX = @CXX@
318 CXXCPP = @CXXCPP@
319 CXXDEPMODE = @CXXDEPMODE@
320 CXXFLAGS = @CXXFLAGS@
321 CYGPATH_W = @CYGPATH_W@
322 DEFS = @DEFS@
323 DEPDIR = @DEPDIR@
324 DSYMUTIL = @DSYMUTIL@
325 DUMPBIN = @DUMPBIN@
326 ECHO_C = @ECHO_C@
327 ECHO_N = @ECHO_N@
328 ECHO_T = @ECHO_T@
329 EGREP = @EGREP@
330 EXEEXT = @EXEEXT@
331 EXPECT = @EXPECT@
332 FGREP = @FGREP@
333 GPROFNG_BROKEN_JAVAC = @GPROFNG_BROKEN_JAVAC@
334 GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
335 GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
336 GPROFNG_LIBADD = @GPROFNG_LIBADD@
337 GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@
338 GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@
339 GREP = @GREP@
340 INSTALL = @INSTALL@
341 INSTALL_DATA = @INSTALL_DATA@
342 INSTALL_PROGRAM = @INSTALL_PROGRAM@
343 INSTALL_SCRIPT = @INSTALL_SCRIPT@
344 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
345 JAVA = @JAVA@
346 JAVAC = @JAVAC@
347 LD = @LD@
348 LDFLAGS = @LDFLAGS@
349 LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
350 LIBOBJS = @LIBOBJS@
351 LIBS = @LIBS@
352 LIBTOOL = @LIBTOOL@
353 LIPO = @LIPO@
354 LN_S = @LN_S@
355 LTLIBOBJS = @LTLIBOBJS@
356 MAINT = @MAINT@
357 MAKEINFO = @MAKEINFO@
358 MKDIR_P = @MKDIR_P@
359 NM = @NM@
360 NMEDIT = @NMEDIT@
361 OBJDUMP = @OBJDUMP@
362 OBJEXT = @OBJEXT@
363 OTOOL = @OTOOL@
364 OTOOL64 = @OTOOL64@
365 PACKAGE = @PACKAGE@
366 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
367 PACKAGE_NAME = @PACKAGE_NAME@
368 PACKAGE_STRING = @PACKAGE_STRING@
369 PACKAGE_TARNAME = @PACKAGE_TARNAME@
370 PACKAGE_URL = @PACKAGE_URL@
371 PACKAGE_VERSION = @PACKAGE_VERSION@
372 PATH_SEPARATOR = @PATH_SEPARATOR@
373 PTHREAD_CC = @PTHREAD_CC@
374 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
375 PTHREAD_LIBS = @PTHREAD_LIBS@
376 RANLIB = @RANLIB@
377 SED = @SED@
378 SET_MAKE = @SET_MAKE@
379 SHELL = @SHELL@
380 STRIP = @STRIP@
381 VERSION = @VERSION@
382 WERROR = @WERROR@
383 abs_builddir = @abs_builddir@
384 abs_srcdir = @abs_srcdir@
385 abs_top_builddir = @abs_top_builddir@
386 abs_top_srcdir = @abs_top_srcdir@
387 ac_ct_AR = @ac_ct_AR@
388 ac_ct_CC = @ac_ct_CC@
389 ac_ct_CXX = @ac_ct_CXX@
390 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
391 am__include = @am__include@
392 am__leading_dot = @am__leading_dot@
393 am__quote = @am__quote@
394 am__tar = @am__tar@
395 am__untar = @am__untar@
396 ax_pthread_config = @ax_pthread_config@
397 bindir = @bindir@
398 build = @build@
399 build_alias = @build_alias@
400 build_cpu = @build_cpu@
401 build_os = @build_os@
402 build_vendor = @build_vendor@
403 builddir = @builddir@
404 datadir = @datadir@
405 datarootdir = @datarootdir@
406 docdir = @docdir@
407 dvidir = @dvidir@
408 exec_prefix = @exec_prefix@
409 gprofng_cflags = @gprofng_cflags@
410 host = @host@
411 host_alias = @host_alias@
412 host_cpu = @host_cpu@
413 host_os = @host_os@
414 host_vendor = @host_vendor@
415 htmldir = @htmldir@
416 includedir = @includedir@
417 infodir = @infodir@
418 install_sh = @install_sh@
419 jdk_inc = @jdk_inc@
420 libdir = @libdir@
421 libexecdir = @libexecdir@
422 localedir = @localedir@
423 localstatedir = @localstatedir@
424 mandir = @mandir@
425 mkdir_p = @mkdir_p@
426 oldincludedir = @oldincludedir@
427 pdfdir = @pdfdir@
428 prefix = @prefix@
429 program_transform_name = @program_transform_name@
430 psdir = @psdir@
431 sbindir = @sbindir@
432 sharedstatedir = @sharedstatedir@
433 srcdir = @srcdir@
434 subdirs = @subdirs@
435 sysconfdir = @sysconfdir@
436 target = @target@
437 target_alias = @target_alias@
438 target_cpu = @target_cpu@
439 target_os = @target_os@
440 target_vendor = @target_vendor@
441 top_build_prefix = @top_build_prefix@
442 top_builddir = @top_builddir@
443 top_srcdir = @top_srcdir@
444 zlibdir = @zlibdir@
445 zlibinc = @zlibinc@
446 AUTOMAKE_OPTIONS = foreign
447 ACLOCAL_AMFLAGS = -I . -I .. -I ../..
448 CCSOURCES = \
449 Application.cc \
450 BaseMetric.cc \
451 BaseMetricTreeNode.cc \
452 CallStack.cc \
453 CatchOutOfMemory.cc \
454 ClassFile.cc \
455 Command.cc \
456 CompCom.cc \
457 DataObject.cc \
458 DataSpace.cc \
459 Data_window.cc \
460 DataStream.cc \
461 DbeApplication.cc \
462 DbeFile.cc \
463 DbeJarFile.cc \
464 DbeLock.cc \
465 DbeSession.cc \
466 DbeThread.cc \
467 DbeView.cc \
468 DerivedMetrics.cc \
469 Disasm.cc \
470 Dwarf.cc \
471 DwarfLib.cc \
472 Elf.cc \
473 Emsg.cc \
474 Experiment.cc \
475 Exp_Layout.cc \
476 ExpGroup.cc \
477 Expression.cc \
478 FileData.cc \
479 Filter.cc \
480 FilterSet.cc \
481 Function.cc \
482 HeapMap.cc \
483 HeapData.cc \
484 HeapActivity.cc \
485 Hist_data.cc \
486 IndexObject.cc \
487 IOActivity.cc \
488 LoadObject.cc \
489 MachineModel.cc \
490 MemObject.cc \
491 MemorySpace.cc \
492 Metric.cc \
493 MetricList.cc \
494 Module.cc \
495 Ovw_data.cc \
496 PRBTree.cc \
497 PathTree.cc \
498 PreviewExp.cc \
499 Print.cc \
500 SAXParserFactory.cc \
501 Sample.cc \
502 Settings.cc \
503 SourceFile.cc \
504 Stabs.cc \
505 Stats_data.cc \
506 StringBuilder.cc \
507 Table.cc \
508 QLParser.tab.cc \
509 dbe_collctrl.cc \
510 i18n.cc \
511 parse.cc \
512 UserLabel.cc \
513 util.cc \
514 Dbe.cc \
515 $(NULL)
516
517 CSOURCES = \
518 dbe_hwcdrv.c \
519 dbe_hwcfuncs.c \
520 dbe_hwctable.c \
521 dbe_memmgr.c \
522 gethrtime.c \
523 $(NULL)
524
525 LIBGPROFNG = libgprofng.la
526
527 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
528 # -I../zlib, unless we were configured with --with-system-zlib, in which
529 # case both are empty.
530 ZLIB = @zlibdir@ -lz
531 ZLIBINC = @zlibinc@
532 LOCALEDIR = @localedir@
533 SYSCONFDIR = @sysconfdir@
534 AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" \
535 -DSYSCONFDIR=\"$(SYSCONFDIR)\" -DLIBDIR=\"$(libdir)\" \
536 -I.. -I$(srcdir) \
537 -I$(srcdir)/../common \
538 -I$(srcdir)/../../include -I$(srcdir)/../../opcodes \
539 -I../../bfd -I$(srcdir)/../../bfd $(ZLIBINC)
540
541 AM_CFLAGS = $(GPROFNG_CFLAGS) $(PTHREAD_CFLAGS) \
542 $(GPROFNG_NO_SWITCH_CFLAGS)
543
544 AM_CXXFLAGS = $(AM_CFLAGS)
545 BUILT_SOURCES = QLParser.tab.cc QLParser.tab.hh
546 EXTRA_DIST = QLParser.tab.cc QLParser.tab.hh QLParser.yy
547 lib_LTLIBRARIES = $(LIBGPROFNG)
548 libgprofng_la_SOURCES = $(CCSOURCES) $(CSOURCES)
549 libgprofng_la_LDFLAGS = -version-info 0:0:0
550
551 # Pass -lpthread instead of $(PTHREAD_LIBS) due to $(PTHREAD_LIBS) being empty
552 # when -nostdlib is passed to libtool.
553 # See bug 29364 - libgprofng.so: needs to link against -pthread
554 libgprofng_la_LIBADD = $(top_builddir)/../opcodes/libopcodes.la \
555 $(top_builddir)/../bfd/libbfd.la \
556 $(GPROFNG_LIBADD) \
557 -lpthread -ldl
558
559 dbedir = $(SYSCONFDIR)
560 dbe_DATA = $(srcdir)/gprofng.rc
561 gp_archive_SOURCES = gp-archive.cc ArchiveExp.cc
562 gp_archive_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
563 gp_collect_app_SOURCES = gp-collect-app.cc checks.cc envsets.cc count.cc
564 gp_collect_app_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
565 gprofng_SOURCES = gprofng.cc
566 gprofng_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
567 gp_display_src_SOURCES = gp-display-src.cc
568 gp_display_src_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
569 gp_display_text_SOURCES = gp-display-text.cc ipc.cc ipcio.cc
570 gp_display_text_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
571 all: $(BUILT_SOURCES)
572 $(MAKE) $(AM_MAKEFLAGS) all-am
573
574 .SUFFIXES:
575 .SUFFIXES: .c .cc .lo .o .obj
576 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
577 @for dep in $?; do \
578 case '$(am__configure_deps)' in \
579 *$$dep*) \
580 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
581 && { if test -f $@; then exit 0; else break; fi; }; \
582 exit 1;; \
583 esac; \
584 done; \
585 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
586 $(am__cd) $(top_srcdir) && \
587 $(AUTOMAKE) --foreign src/Makefile
588 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
589 @case '$?' in \
590 *config.status*) \
591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
592 *) \
593 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
594 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
595 esac;
596
597 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
598 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
599
600 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
601 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
602 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
603 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
604 $(am__aclocal_m4_deps):
605
606 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
607 @$(NORMAL_INSTALL)
608 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
609 list2=; for p in $$list; do \
610 if test -f $$p; then \
611 list2="$$list2 $$p"; \
612 else :; fi; \
613 done; \
614 test -z "$$list2" || { \
615 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
616 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
617 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
618 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
619 }
620
621 uninstall-libLTLIBRARIES:
622 @$(NORMAL_UNINSTALL)
623 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
624 for p in $$list; do \
625 $(am__strip_dir) \
626 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
627 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
628 done
629
630 clean-libLTLIBRARIES:
631 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
632 @list='$(lib_LTLIBRARIES)'; \
633 locs=`for p in $$list; do echo $$p; done | \
634 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
635 sort -u`; \
636 test -z "$$locs" || { \
637 echo rm -f $${locs}; \
638 rm -f $${locs}; \
639 }
640
641 libgprofng.la: $(libgprofng_la_OBJECTS) $(libgprofng_la_DEPENDENCIES) $(EXTRA_libgprofng_la_DEPENDENCIES)
642 $(AM_V_CXXLD)$(libgprofng_la_LINK) -rpath $(libdir) $(libgprofng_la_OBJECTS) $(libgprofng_la_LIBADD) $(LIBS)
643 install-binPROGRAMS: $(bin_PROGRAMS)
644 @$(NORMAL_INSTALL)
645 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
646 if test -n "$$list"; then \
647 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
648 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
649 fi; \
650 for p in $$list; do echo "$$p $$p"; done | \
651 sed 's/$(EXEEXT)$$//' | \
652 while read p p1; do if test -f $$p \
653 || test -f $$p1 \
654 ; then echo "$$p"; echo "$$p"; else :; fi; \
655 done | \
656 sed -e 'p;s,.*/,,;n;h' \
657 -e 's|.*|.|' \
658 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
659 sed 'N;N;N;s,\n, ,g' | \
660 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
661 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
662 if ($$2 == $$4) files[d] = files[d] " " $$1; \
663 else { print "f", $$3 "/" $$4, $$1; } } \
664 END { for (d in files) print "f", d, files[d] }' | \
665 while read type dir files; do \
666 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
667 test -z "$$files" || { \
668 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
669 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
670 } \
671 ; done
672
673 uninstall-binPROGRAMS:
674 @$(NORMAL_UNINSTALL)
675 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
676 files=`for p in $$list; do echo "$$p"; done | \
677 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
678 -e 's/$$/$(EXEEXT)/' \
679 `; \
680 test -n "$$list" || exit 0; \
681 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
682 cd "$(DESTDIR)$(bindir)" && rm -f $$files
683
684 clean-binPROGRAMS:
685 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
686 echo " rm -f" $$list; \
687 rm -f $$list || exit $$?; \
688 test -n "$(EXEEXT)" || exit 0; \
689 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
690 echo " rm -f" $$list; \
691 rm -f $$list
692
693 gp-archive$(EXEEXT): $(gp_archive_OBJECTS) $(gp_archive_DEPENDENCIES) $(EXTRA_gp_archive_DEPENDENCIES)
694 @rm -f gp-archive$(EXEEXT)
695 $(AM_V_CXXLD)$(CXXLINK) $(gp_archive_OBJECTS) $(gp_archive_LDADD) $(LIBS)
696
697 gp-collect-app$(EXEEXT): $(gp_collect_app_OBJECTS) $(gp_collect_app_DEPENDENCIES) $(EXTRA_gp_collect_app_DEPENDENCIES)
698 @rm -f gp-collect-app$(EXEEXT)
699 $(AM_V_CXXLD)$(CXXLINK) $(gp_collect_app_OBJECTS) $(gp_collect_app_LDADD) $(LIBS)
700
701 gp-display-src$(EXEEXT): $(gp_display_src_OBJECTS) $(gp_display_src_DEPENDENCIES) $(EXTRA_gp_display_src_DEPENDENCIES)
702 @rm -f gp-display-src$(EXEEXT)
703 $(AM_V_CXXLD)$(CXXLINK) $(gp_display_src_OBJECTS) $(gp_display_src_LDADD) $(LIBS)
704
705 gp-display-text$(EXEEXT): $(gp_display_text_OBJECTS) $(gp_display_text_DEPENDENCIES) $(EXTRA_gp_display_text_DEPENDENCIES)
706 @rm -f gp-display-text$(EXEEXT)
707 $(AM_V_CXXLD)$(CXXLINK) $(gp_display_text_OBJECTS) $(gp_display_text_LDADD) $(LIBS)
708
709 gprofng$(EXEEXT): $(gprofng_OBJECTS) $(gprofng_DEPENDENCIES) $(EXTRA_gprofng_DEPENDENCIES)
710 @rm -f gprofng$(EXEEXT)
711 $(AM_V_CXXLD)$(CXXLINK) $(gprofng_OBJECTS) $(gprofng_LDADD) $(LIBS)
712
713 mostlyclean-compile:
714 -rm -f *.$(OBJEXT)
715
716 distclean-compile:
717 -rm -f *.tab.c
718
719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Application.Plo@am__quote@
720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ArchiveExp.Po@am__quote@
721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseMetric.Plo@am__quote@
722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseMetricTreeNode.Plo@am__quote@
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CallStack.Plo@am__quote@
724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CatchOutOfMemory.Plo@am__quote@
725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClassFile.Plo@am__quote@
726 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Command.Plo@am__quote@
727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CompCom.Plo@am__quote@
728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataObject.Plo@am__quote@
729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataSpace.Plo@am__quote@
730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataStream.Plo@am__quote@
731 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Data_window.Plo@am__quote@
732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dbe.Plo@am__quote@
733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeApplication.Plo@am__quote@
734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeFile.Plo@am__quote@
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeJarFile.Plo@am__quote@
736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeLock.Plo@am__quote@
737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeSession.Plo@am__quote@
738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeThread.Plo@am__quote@
739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeView.Plo@am__quote@
740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DerivedMetrics.Plo@am__quote@
741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Disasm.Plo@am__quote@
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dwarf.Plo@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DwarfLib.Plo@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Elf.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Emsg.Plo@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpGroup.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exp_Layout.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Experiment.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Expression.Plo@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileData.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Filter.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FilterSet.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Function.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HeapActivity.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HeapData.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HeapMap.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hist_data.Plo@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IOActivity.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IndexObject.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LoadObject.Plo@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MachineModel.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemObject.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemorySpace.Plo@am__quote@
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Metric.Plo@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetricList.Plo@am__quote@
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Module.Plo@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ovw_data.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PRBTree.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PathTree.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PreviewExp.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Print.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QLParser.tab.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAXParserFactory.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Sample.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Settings.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SourceFile.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stabs.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stats_data.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StringBuilder.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Table.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UserLabel.Plo@am__quote@
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checks.Po@am__quote@
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/count.Po@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_collctrl.Plo@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_hwcdrv.Plo@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_hwcfuncs.Plo@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_hwctable.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_memmgr.Plo@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envsets.Po@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gethrtime.Plo@am__quote@
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-archive.Po@am__quote@
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-collect-app.Po@am__quote@
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-display-src.Po@am__quote@
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-display-text.Po@am__quote@
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprofng.Po@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i18n.Plo@am__quote@
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipc.Po@am__quote@
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcio.Po@am__quote@
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
801
802 .c.o:
803 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
804 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
805 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
809
810 .c.obj:
811 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
812 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
813 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
817
818 .c.lo:
819 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
820 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
821 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
825
826 .cc.o:
827 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
828 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
829 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
830 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
831 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
832 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
833
834 .cc.obj:
835 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
836 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
837 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
838 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
839 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
841
842 .cc.lo:
843 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
844 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
845 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
846 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
847 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
849
850 mostlyclean-libtool:
851 -rm -f *.lo
852
853 clean-libtool:
854 -rm -rf .libs _libs
855 install-dbeDATA: $(dbe_DATA)
856 @$(NORMAL_INSTALL)
857 @list='$(dbe_DATA)'; test -n "$(dbedir)" || list=; \
858 if test -n "$$list"; then \
859 echo " $(MKDIR_P) '$(DESTDIR)$(dbedir)'"; \
860 $(MKDIR_P) "$(DESTDIR)$(dbedir)" || exit 1; \
861 fi; \
862 for p in $$list; do \
863 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
864 echo "$$d$$p"; \
865 done | $(am__base_list) | \
866 while read files; do \
867 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbedir)'"; \
868 $(INSTALL_DATA) $$files "$(DESTDIR)$(dbedir)" || exit $$?; \
869 done
870
871 uninstall-dbeDATA:
872 @$(NORMAL_UNINSTALL)
873 @list='$(dbe_DATA)'; test -n "$(dbedir)" || list=; \
874 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
875 dir='$(DESTDIR)$(dbedir)'; $(am__uninstall_files_from_dir)
876
877 ID: $(am__tagged_files)
878 $(am__define_uniq_tagged_files); mkid -fID $$unique
879 tags: tags-am
880 TAGS: tags
881
882 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
883 set x; \
884 here=`pwd`; \
885 $(am__define_uniq_tagged_files); \
886 shift; \
887 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
888 test -n "$$unique" || unique=$$empty_fix; \
889 if test $$# -gt 0; then \
890 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
891 "$$@" $$unique; \
892 else \
893 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
894 $$unique; \
895 fi; \
896 fi
897 ctags: ctags-am
898
899 CTAGS: ctags
900 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
901 $(am__define_uniq_tagged_files); \
902 test -z "$(CTAGS_ARGS)$$unique" \
903 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
904 $$unique
905
906 GTAGS:
907 here=`$(am__cd) $(top_builddir) && pwd` \
908 && $(am__cd) $(top_srcdir) \
909 && gtags -i $(GTAGS_ARGS) "$$here"
910 cscopelist: cscopelist-am
911
912 cscopelist-am: $(am__tagged_files)
913 list='$(am__tagged_files)'; \
914 case "$(srcdir)" in \
915 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
916 *) sdir=$(subdir)/$(srcdir) ;; \
917 esac; \
918 for i in $$list; do \
919 if test -f "$$i"; then \
920 echo "$(subdir)/$$i"; \
921 else \
922 echo "$$sdir/$$i"; \
923 fi; \
924 done >> $(top_builddir)/cscope.files
925
926 distclean-tags:
927 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
928
929 distdir: $(DISTFILES)
930 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
931 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
932 list='$(DISTFILES)'; \
933 dist_files=`for file in $$list; do echo $$file; done | \
934 sed -e "s|^$$srcdirstrip/||;t" \
935 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
936 case $$dist_files in \
937 */*) $(MKDIR_P) `echo "$$dist_files" | \
938 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
939 sort -u` ;; \
940 esac; \
941 for file in $$dist_files; do \
942 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
943 if test -d $$d/$$file; then \
944 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
945 if test -d "$(distdir)/$$file"; then \
946 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
947 fi; \
948 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
949 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
950 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
951 fi; \
952 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
953 else \
954 test -f "$(distdir)/$$file" \
955 || cp -p $$d/$$file "$(distdir)/$$file" \
956 || exit 1; \
957 fi; \
958 done
959 $(MAKE) $(AM_MAKEFLAGS) \
960 top_distdir="$(top_distdir)" distdir="$(distdir)" \
961 dist-hook
962 check-am: all-am
963 check: $(BUILT_SOURCES)
964 $(MAKE) $(AM_MAKEFLAGS) check-am
965 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
966 install-binPROGRAMS: install-libLTLIBRARIES
967
968 installdirs:
969 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(dbedir)"; do \
970 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
971 done
972 install: $(BUILT_SOURCES)
973 $(MAKE) $(AM_MAKEFLAGS) install-am
974 install-exec: install-exec-am
975 install-data: install-data-am
976 uninstall: uninstall-am
977
978 install-am: all-am
979 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
980
981 installcheck: installcheck-am
982 install-strip:
983 if test -z '$(STRIP)'; then \
984 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
985 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
986 install; \
987 else \
988 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
989 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
990 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
991 fi
992 mostlyclean-generic:
993
994 clean-generic:
995
996 distclean-generic:
997 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
998 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
999
1000 maintainer-clean-generic:
1001 @echo "This command is intended for maintainers to use"
1002 @echo "it deletes files that may require special tools to rebuild."
1003 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1004 clean: clean-am
1005
1006 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1007 clean-libtool mostlyclean-am
1008
1009 distclean: distclean-am
1010 -rm -rf ./$(DEPDIR)
1011 -rm -f Makefile
1012 distclean-am: clean-am distclean-compile distclean-generic \
1013 distclean-tags
1014
1015 dvi: dvi-am
1016
1017 dvi-am:
1018
1019 html: html-am
1020
1021 html-am:
1022
1023 info-am:
1024
1025 install-data-am: install-dbeDATA
1026
1027 install-dvi: install-dvi-am
1028
1029 install-dvi-am:
1030
1031 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1032
1033 install-html: install-html-am
1034
1035 install-html-am:
1036
1037 install-info: install-info-am
1038
1039 install-info-am:
1040
1041 install-man:
1042
1043 install-pdf: install-pdf-am
1044
1045 install-pdf-am:
1046
1047 install-ps: install-ps-am
1048
1049 install-ps-am:
1050
1051 installcheck-am:
1052
1053 maintainer-clean: maintainer-clean-am
1054 -rm -rf ./$(DEPDIR)
1055 -rm -f Makefile
1056 maintainer-clean-am: distclean-am maintainer-clean-generic
1057
1058 mostlyclean: mostlyclean-am
1059
1060 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1061 mostlyclean-libtool
1062
1063 pdf: pdf-am
1064
1065 pdf-am:
1066
1067 ps: ps-am
1068
1069 ps-am:
1070
1071 uninstall-am: uninstall-binPROGRAMS uninstall-dbeDATA \
1072 uninstall-libLTLIBRARIES
1073
1074 .MAKE: all check install install-am install-strip
1075
1076 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1077 clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1078 clean-libtool cscopelist-am ctags ctags-am dist-hook distclean \
1079 distclean-compile distclean-generic distclean-libtool \
1080 distclean-tags distdir dvi dvi-am html html-am info info-am \
1081 install install-am install-binPROGRAMS install-data \
1082 install-data-am install-dbeDATA install-dvi install-dvi-am \
1083 install-exec install-exec-am install-html install-html-am \
1084 install-info install-info-am install-libLTLIBRARIES \
1085 install-man install-pdf install-pdf-am install-ps \
1086 install-ps-am install-strip installcheck installcheck-am \
1087 installdirs maintainer-clean maintainer-clean-generic \
1088 mostlyclean mostlyclean-compile mostlyclean-generic \
1089 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1090 uninstall-am uninstall-binPROGRAMS uninstall-dbeDATA \
1091 uninstall-libLTLIBRARIES
1092
1093 .PRECIOUS: Makefile
1094
1095
1096 # bison generates two files QLParser.tab.cc, QLParser.tab.hh.
1097 # we don't know which file will be newer.
1098 # Make QLParser.tab.cc always newer than QLParser.tab.hh.
1099 QLParser.tab.hh: QLParser.yy
1100 if test "$(BISON)" = ":"; then \
1101 echo "fatal: Building gprofng requires bison 3.0.4 or later."; \
1102 exit 1; \
1103 fi; \
1104 $(BISON) $^
1105
1106 QLParser.tab.cc: QLParser.tab.hh
1107 touch $@
1108
1109 # info and diststuff are needed for src-release.sh:
1110 info: $(BUILT_SOURCES)
1111 diststuff: info
1112
1113 # Distribution involves building the binaries to generate the manpage,
1114 # so ensure that the necessary libraries are built at dist time.
1115 dist-hook: $(LIBGPROFNG)
1116
1117 $(srcdir)/DbeSession.cc: QLParser.tab.hh
1118
1119 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1120 # Otherwise a system limit (for SysV at least) may be exceeded.
1121 .NOEXPORT: