xref: /netbsd-src/external/gpl3/binutils/dist/gprofng/src/Makefile.in (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
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
36VPATH = @srcdir@
37am__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}
48am__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
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110target_triplet = @target@
111bin_PROGRAMS = gp-archive$(EXEEXT) gp-collect-app$(EXEEXT) \
112	gprofng$(EXEEXT) gp-display-text$(EXEEXT) \
113	gp-display-src$(EXEEXT)
114subdir = src
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__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
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES =
130CONFIG_CLEAN_VPATH_FILES =
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134    *) f=$$p;; \
135  esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__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] }'
149am__base_list = \
150  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__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  }
158am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
159	"$(DESTDIR)$(dbedir)"
160LTLIBRARIES = $(lib_LTLIBRARIES)
161am__DEPENDENCIES_1 =
162libgprofng_la_DEPENDENCIES = $(top_builddir)/../opcodes/libopcodes.la \
163	$(top_builddir)/../bfd/libbfd.la $(am__DEPENDENCIES_1)
164am__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
180am__objects_2 = dbe_hwcdrv.lo dbe_hwcfuncs.lo dbe_hwctable.lo \
181	dbe_memmgr.lo gethrtime.lo
182am_libgprofng_la_OBJECTS = $(am__objects_1) $(am__objects_2)
183libgprofng_la_OBJECTS = $(am_libgprofng_la_OBJECTS)
184AM_V_lt = $(am__v_lt_@AM_V@)
185am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
186am__v_lt_0 = --silent
187am__v_lt_1 =
188libgprofng_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 $@
192PROGRAMS = $(bin_PROGRAMS)
193am_gp_archive_OBJECTS = gp-archive.$(OBJEXT) ArchiveExp.$(OBJEXT)
194gp_archive_OBJECTS = $(am_gp_archive_OBJECTS)
195gp_archive_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
196	$(am__DEPENDENCIES_1)
197am_gp_collect_app_OBJECTS = gp-collect-app.$(OBJEXT) checks.$(OBJEXT) \
198	envsets.$(OBJEXT) count.$(OBJEXT)
199gp_collect_app_OBJECTS = $(am_gp_collect_app_OBJECTS)
200gp_collect_app_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
201	$(am__DEPENDENCIES_1)
202am_gp_display_src_OBJECTS = gp-display-src.$(OBJEXT)
203gp_display_src_OBJECTS = $(am_gp_display_src_OBJECTS)
204gp_display_src_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
205	$(am__DEPENDENCIES_1)
206am_gp_display_text_OBJECTS = gp-display-text.$(OBJEXT) ipc.$(OBJEXT) \
207	ipcio.$(OBJEXT)
208gp_display_text_OBJECTS = $(am_gp_display_text_OBJECTS)
209gp_display_text_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
210	$(am__DEPENDENCIES_1)
211am_gprofng_OBJECTS = gprofng.$(OBJEXT)
212gprofng_OBJECTS = $(am_gprofng_OBJECTS)
213gprofng_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
214	$(am__DEPENDENCIES_1)
215AM_V_P = $(am__v_P_@AM_V@)
216am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
217am__v_P_0 = false
218am__v_P_1 = :
219AM_V_GEN = $(am__v_GEN_@AM_V@)
220am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
221am__v_GEN_0 = @echo "  GEN     " $@;
222am__v_GEN_1 =
223AM_V_at = $(am__v_at_@AM_V@)
224am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
225am__v_at_0 = @
226am__v_at_1 =
227DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
228depcomp = $(SHELL) $(top_srcdir)/../depcomp
229am__depfiles_maybe = depfiles
230am__mv = mv -f
231COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
232	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
233LTCOMPILE = $(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)
237AM_V_CC = $(am__v_CC_@AM_V@)
238am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
239am__v_CC_0 = @echo "  CC      " $@;
240am__v_CC_1 =
241CCLD = $(CC)
242LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
243	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
244	$(AM_LDFLAGS) $(LDFLAGS) -o $@
245AM_V_CCLD = $(am__v_CCLD_@AM_V@)
246am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
247am__v_CCLD_0 = @echo "  CCLD    " $@;
248am__v_CCLD_1 =
249CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
250	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
251LTCXXCOMPILE = $(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)
255AM_V_CXX = $(am__v_CXX_@AM_V@)
256am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
257am__v_CXX_0 = @echo "  CXX     " $@;
258am__v_CXX_1 =
259CXXLD = $(CXX)
260CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
261	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
262	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
263AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
264am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
265am__v_CXXLD_0 = @echo "  CXXLD   " $@;
266am__v_CXXLD_1 =
267SOURCES = $(libgprofng_la_SOURCES) $(gp_archive_SOURCES) \
268	$(gp_collect_app_SOURCES) $(gp_display_src_SOURCES) \
269	$(gp_display_text_SOURCES) $(gprofng_SOURCES)
270DIST_SOURCES = $(libgprofng_la_SOURCES) $(gp_archive_SOURCES) \
271	$(gp_collect_app_SOURCES) $(gp_display_src_SOURCES) \
272	$(gp_display_text_SOURCES) $(gprofng_SOURCES)
273am__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
278DATA = $(dbe_DATA)
279am__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.
283am__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.
291am__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)`
296ETAGS = etags
297CTAGS = ctags
298am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../depcomp \
299	$(top_srcdir)/../mkinstalldirs
300DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
301ACLOCAL = @ACLOCAL@
302AMTAR = @AMTAR@
303AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
304AR = @AR@
305AUTOCONF = @AUTOCONF@
306AUTOHEADER = @AUTOHEADER@
307AUTOMAKE = @AUTOMAKE@
308AWK = @AWK@
309BISON = @BISON@
310BUILD_SUBDIRS = @BUILD_SUBDIRS@
311CC = @CC@
312CCDEPMODE = @CCDEPMODE@
313CFLAGS = @CFLAGS@
314CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
315CPP = @CPP@
316CPPFLAGS = @CPPFLAGS@
317CXX = @CXX@
318CXXCPP = @CXXCPP@
319CXXDEPMODE = @CXXDEPMODE@
320CXXFLAGS = @CXXFLAGS@
321CYGPATH_W = @CYGPATH_W@
322DEFS = @DEFS@
323DEPDIR = @DEPDIR@
324DSYMUTIL = @DSYMUTIL@
325DUMPBIN = @DUMPBIN@
326ECHO_C = @ECHO_C@
327ECHO_N = @ECHO_N@
328ECHO_T = @ECHO_T@
329EGREP = @EGREP@
330EXEEXT = @EXEEXT@
331EXPECT = @EXPECT@
332FGREP = @FGREP@
333GPROFNG_BROKEN_JAVAC = @GPROFNG_BROKEN_JAVAC@
334GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
335GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
336GPROFNG_LIBADD = @GPROFNG_LIBADD@
337GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@
338GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@
339GREP = @GREP@
340INSTALL = @INSTALL@
341INSTALL_DATA = @INSTALL_DATA@
342INSTALL_PROGRAM = @INSTALL_PROGRAM@
343INSTALL_SCRIPT = @INSTALL_SCRIPT@
344INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
345JAVA = @JAVA@
346JAVAC = @JAVAC@
347LD = @LD@
348LDFLAGS = @LDFLAGS@
349LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
350LIBOBJS = @LIBOBJS@
351LIBS = @LIBS@
352LIBTOOL = @LIBTOOL@
353LIPO = @LIPO@
354LN_S = @LN_S@
355LTLIBOBJS = @LTLIBOBJS@
356MAINT = @MAINT@
357MAKEINFO = @MAKEINFO@
358MKDIR_P = @MKDIR_P@
359NM = @NM@
360NMEDIT = @NMEDIT@
361OBJDUMP = @OBJDUMP@
362OBJEXT = @OBJEXT@
363OTOOL = @OTOOL@
364OTOOL64 = @OTOOL64@
365PACKAGE = @PACKAGE@
366PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
367PACKAGE_NAME = @PACKAGE_NAME@
368PACKAGE_STRING = @PACKAGE_STRING@
369PACKAGE_TARNAME = @PACKAGE_TARNAME@
370PACKAGE_URL = @PACKAGE_URL@
371PACKAGE_VERSION = @PACKAGE_VERSION@
372PATH_SEPARATOR = @PATH_SEPARATOR@
373PTHREAD_CC = @PTHREAD_CC@
374PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
375PTHREAD_LIBS = @PTHREAD_LIBS@
376RANLIB = @RANLIB@
377SED = @SED@
378SET_MAKE = @SET_MAKE@
379SHELL = @SHELL@
380STRIP = @STRIP@
381VERSION = @VERSION@
382WERROR = @WERROR@
383abs_builddir = @abs_builddir@
384abs_srcdir = @abs_srcdir@
385abs_top_builddir = @abs_top_builddir@
386abs_top_srcdir = @abs_top_srcdir@
387ac_ct_AR = @ac_ct_AR@
388ac_ct_CC = @ac_ct_CC@
389ac_ct_CXX = @ac_ct_CXX@
390ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
391am__include = @am__include@
392am__leading_dot = @am__leading_dot@
393am__quote = @am__quote@
394am__tar = @am__tar@
395am__untar = @am__untar@
396ax_pthread_config = @ax_pthread_config@
397bindir = @bindir@
398build = @build@
399build_alias = @build_alias@
400build_cpu = @build_cpu@
401build_os = @build_os@
402build_vendor = @build_vendor@
403builddir = @builddir@
404datadir = @datadir@
405datarootdir = @datarootdir@
406docdir = @docdir@
407dvidir = @dvidir@
408exec_prefix = @exec_prefix@
409gprofng_cflags = @gprofng_cflags@
410host = @host@
411host_alias = @host_alias@
412host_cpu = @host_cpu@
413host_os = @host_os@
414host_vendor = @host_vendor@
415htmldir = @htmldir@
416includedir = @includedir@
417infodir = @infodir@
418install_sh = @install_sh@
419jdk_inc = @jdk_inc@
420libdir = @libdir@
421libexecdir = @libexecdir@
422localedir = @localedir@
423localstatedir = @localstatedir@
424mandir = @mandir@
425mkdir_p = @mkdir_p@
426oldincludedir = @oldincludedir@
427pdfdir = @pdfdir@
428prefix = @prefix@
429program_transform_name = @program_transform_name@
430psdir = @psdir@
431sbindir = @sbindir@
432sharedstatedir = @sharedstatedir@
433srcdir = @srcdir@
434subdirs = @subdirs@
435sysconfdir = @sysconfdir@
436target = @target@
437target_alias = @target_alias@
438target_cpu = @target_cpu@
439target_os = @target_os@
440target_vendor = @target_vendor@
441top_build_prefix = @top_build_prefix@
442top_builddir = @top_builddir@
443top_srcdir = @top_srcdir@
444zlibdir = @zlibdir@
445zlibinc = @zlibinc@
446AUTOMAKE_OPTIONS = foreign
447ACLOCAL_AMFLAGS = -I . -I .. -I ../..
448CCSOURCES = \
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
517CSOURCES = \
518	dbe_hwcdrv.c \
519	dbe_hwcfuncs.c \
520	dbe_hwctable.c \
521	dbe_memmgr.c \
522	gethrtime.c \
523	$(NULL)
524
525LIBGPROFNG = 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.
530ZLIB = @zlibdir@ -lz
531ZLIBINC = @zlibinc@
532LOCALEDIR = @localedir@
533SYSCONFDIR = @sysconfdir@
534AM_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
541AM_CFLAGS = $(GPROFNG_CFLAGS) $(PTHREAD_CFLAGS) \
542	$(GPROFNG_NO_SWITCH_CFLAGS)
543
544AM_CXXFLAGS = $(AM_CFLAGS)
545BUILT_SOURCES = QLParser.tab.cc QLParser.tab.hh
546EXTRA_DIST = QLParser.tab.cc QLParser.tab.hh QLParser.yy
547lib_LTLIBRARIES = $(LIBGPROFNG)
548libgprofng_la_SOURCES = $(CCSOURCES) $(CSOURCES)
549libgprofng_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
554libgprofng_la_LIBADD = $(top_builddir)/../opcodes/libopcodes.la \
555	$(top_builddir)/../bfd/libbfd.la \
556	$(GPROFNG_LIBADD) \
557	-lpthread -ldl
558
559dbedir = $(SYSCONFDIR)
560dbe_DATA = $(srcdir)/gprofng.rc
561gp_archive_SOURCES = gp-archive.cc ArchiveExp.cc
562gp_archive_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
563gp_collect_app_SOURCES = gp-collect-app.cc checks.cc envsets.cc count.cc
564gp_collect_app_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
565gprofng_SOURCES = gprofng.cc
566gprofng_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
567gp_display_src_SOURCES = gp-display-src.cc
568gp_display_src_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
569gp_display_text_SOURCES = gp-display-text.cc ipc.cc ipcio.cc
570gp_display_text_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
571all: $(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
588Makefile: $(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
606install-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
621uninstall-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
630clean-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
641libgprofng.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)
643install-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
673uninstall-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
684clean-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
693gp-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
697gp-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
701gp-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
705gp-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
709gprofng$(EXEEXT): $(gprofng_OBJECTS) $(gprofng_DEPENDENCIES) $(EXTRA_gprofng_DEPENDENCIES)
710	@rm -f gprofng$(EXEEXT)
711	$(AM_V_CXXLD)$(CXXLINK) $(gprofng_OBJECTS) $(gprofng_LDADD) $(LIBS)
712
713mostlyclean-compile:
714	-rm -f *.$(OBJEXT)
715
716distclean-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
850mostlyclean-libtool:
851	-rm -f *.lo
852
853clean-libtool:
854	-rm -rf .libs _libs
855install-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
871uninstall-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
877ID: $(am__tagged_files)
878	$(am__define_uniq_tagged_files); mkid -fID $$unique
879tags: tags-am
880TAGS: tags
881
882tags-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
897ctags: ctags-am
898
899CTAGS: ctags
900ctags-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
906GTAGS:
907	here=`$(am__cd) $(top_builddir) && pwd` \
908	  && $(am__cd) $(top_srcdir) \
909	  && gtags -i $(GTAGS_ARGS) "$$here"
910cscopelist: cscopelist-am
911
912cscopelist-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
926distclean-tags:
927	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
928
929distdir: $(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
962check-am: all-am
963check: $(BUILT_SOURCES)
964	$(MAKE) $(AM_MAKEFLAGS) check-am
965all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
966install-binPROGRAMS: install-libLTLIBRARIES
967
968installdirs:
969	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(dbedir)"; do \
970	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
971	done
972install: $(BUILT_SOURCES)
973	$(MAKE) $(AM_MAKEFLAGS) install-am
974install-exec: install-exec-am
975install-data: install-data-am
976uninstall: uninstall-am
977
978install-am: all-am
979	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
980
981installcheck: installcheck-am
982install-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
992mostlyclean-generic:
993
994clean-generic:
995
996distclean-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
1000maintainer-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)
1004clean: clean-am
1005
1006clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1007	clean-libtool mostlyclean-am
1008
1009distclean: distclean-am
1010	-rm -rf ./$(DEPDIR)
1011	-rm -f Makefile
1012distclean-am: clean-am distclean-compile distclean-generic \
1013	distclean-tags
1014
1015dvi: dvi-am
1016
1017dvi-am:
1018
1019html: html-am
1020
1021html-am:
1022
1023info-am:
1024
1025install-data-am: install-dbeDATA
1026
1027install-dvi: install-dvi-am
1028
1029install-dvi-am:
1030
1031install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1032
1033install-html: install-html-am
1034
1035install-html-am:
1036
1037install-info: install-info-am
1038
1039install-info-am:
1040
1041install-man:
1042
1043install-pdf: install-pdf-am
1044
1045install-pdf-am:
1046
1047install-ps: install-ps-am
1048
1049install-ps-am:
1050
1051installcheck-am:
1052
1053maintainer-clean: maintainer-clean-am
1054	-rm -rf ./$(DEPDIR)
1055	-rm -f Makefile
1056maintainer-clean-am: distclean-am maintainer-clean-generic
1057
1058mostlyclean: mostlyclean-am
1059
1060mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1061	mostlyclean-libtool
1062
1063pdf: pdf-am
1064
1065pdf-am:
1066
1067ps: ps-am
1068
1069ps-am:
1070
1071uninstall-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.
1099QLParser.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
1106QLParser.tab.cc: QLParser.tab.hh
1107	touch $@
1108
1109# info and diststuff are needed for src-release.sh:
1110info: $(BUILT_SOURCES)
1111diststuff: info
1112
1113# Distribution involves building the binaries to generate the manpage,
1114# so ensure that the necessary libraries are built at dist time.
1115dist-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:
1122