]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprofng/src/Makefile.in
Regenerate with automake-1.15.1
[thirdparty/binutils-gdb.git] / gprofng / src / Makefile.in
CommitLineData
b9583093 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
bb368aad
VM
2# @configure_input@
3
b9583093 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
bb368aad
VM
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 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@
6109e902 110target_triplet = @target@
bb368aad
VM
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 \
c10622fe 123 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac
bb368aad
VM
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 }
b9583093
AM
158am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" \
159 "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(dbedir)"
6c924cf2 160LTLIBRARIES = $(pkglib_LTLIBRARIES)
bb368aad
VM
161am__DEPENDENCIES_1 =
162libgprofng_la_DEPENDENCIES = $(top_builddir)/../opcodes/libopcodes.la \
163 $(top_builddir)/../bfd/libbfd.la $(am__DEPENDENCIES_1) \
164 $(am__DEPENDENCIES_1)
165am__objects_1 = Application.lo BaseMetric.lo BaseMetricTreeNode.lo \
166 CallStack.lo CatchOutOfMemory.lo ClassFile.lo Command.lo \
167 CompCom.lo DataObject.lo DataSpace.lo Data_window.lo \
168 DataStream.lo DbeApplication.lo DbeFile.lo DbeJarFile.lo \
169 DbeLock.lo DbeSession.lo DbeThread.lo DbeView.lo \
170 DerivedMetrics.lo Disasm.lo Dwarf.lo DwarfLib.lo Elf.lo \
171 Emsg.lo Experiment.lo Exp_Layout.lo ExpGroup.lo Expression.lo \
172 FileData.lo Filter.lo FilterSet.lo Function.lo HeapMap.lo \
173 HeapData.lo HeapActivity.lo Hist_data.lo IndexObject.lo \
174 IOActivity.lo LoadObject.lo MachineModel.lo MemObject.lo \
175 MemorySpace.lo Metric.lo MetricList.lo Module.lo Ovw_data.lo \
176 PRBTree.lo PathTree.lo PreviewExp.lo Print.lo \
177 SAXParserFactory.lo Sample.lo Settings.lo SourceFile.lo \
178 Stabs.lo Stats_data.lo StringBuilder.lo Table.lo \
179 QLParser.tab.lo dbe_collctrl.lo i18n.lo parse.lo UserLabel.lo \
180 util.lo Dbe.lo
181am__objects_2 = dbe_hwcdrv.lo dbe_hwcfuncs.lo dbe_hwctable.lo \
182 dbe_memmgr.lo gethrtime.lo
183am_libgprofng_la_OBJECTS = $(am__objects_1) $(am__objects_2)
184libgprofng_la_OBJECTS = $(am_libgprofng_la_OBJECTS)
185AM_V_lt = $(am__v_lt_@AM_V@)
186am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
187am__v_lt_0 = --silent
188am__v_lt_1 =
189libgprofng_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
190 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
191 $(AM_CXXFLAGS) $(CXXFLAGS) $(libgprofng_la_LDFLAGS) $(LDFLAGS) \
192 -o $@
b9583093 193PROGRAMS = $(bin_PROGRAMS)
bb368aad
VM
194am_gp_archive_OBJECTS = gp-archive.$(OBJEXT) ArchiveExp.$(OBJEXT)
195gp_archive_OBJECTS = $(am_gp_archive_OBJECTS)
c10622fe
VM
196gp_archive_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
197 $(am__DEPENDENCIES_1)
bb368aad
VM
198am_gp_collect_app_OBJECTS = gp-collect-app.$(OBJEXT) checks.$(OBJEXT) \
199 envsets.$(OBJEXT) count.$(OBJEXT)
200gp_collect_app_OBJECTS = $(am_gp_collect_app_OBJECTS)
c10622fe
VM
201gp_collect_app_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
202 $(am__DEPENDENCIES_1)
bb368aad
VM
203am_gp_display_src_OBJECTS = gp-display-src.$(OBJEXT)
204gp_display_src_OBJECTS = $(am_gp_display_src_OBJECTS)
c10622fe
VM
205gp_display_src_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
206 $(am__DEPENDENCIES_1)
bb368aad
VM
207am_gp_display_text_OBJECTS = gp-display-text.$(OBJEXT) ipc.$(OBJEXT) \
208 ipcio.$(OBJEXT)
209gp_display_text_OBJECTS = $(am_gp_display_text_OBJECTS)
c10622fe
VM
210gp_display_text_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
211 $(am__DEPENDENCIES_1)
bb368aad
VM
212am_gprofng_OBJECTS = gprofng.$(OBJEXT)
213gprofng_OBJECTS = $(am_gprofng_OBJECTS)
c10622fe
VM
214gprofng_DEPENDENCIES = $(LIBGPROFNG) $(am__DEPENDENCIES_1) \
215 $(am__DEPENDENCIES_1)
bb368aad
VM
216AM_V_P = $(am__v_P_@AM_V@)
217am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
218am__v_P_0 = false
219am__v_P_1 = :
220AM_V_GEN = $(am__v_GEN_@AM_V@)
221am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
222am__v_GEN_0 = @echo " GEN " $@;
223am__v_GEN_1 =
224AM_V_at = $(am__v_at_@AM_V@)
225am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
226am__v_at_0 = @
227am__v_at_1 =
228DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
229depcomp = $(SHELL) $(top_srcdir)/../depcomp
b9583093 230am__depfiles_maybe = depfiles
bb368aad
VM
231am__mv = mv -f
232COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
233 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
234LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
235 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
236 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
237 $(AM_CFLAGS) $(CFLAGS)
238AM_V_CC = $(am__v_CC_@AM_V@)
239am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
240am__v_CC_0 = @echo " CC " $@;
241am__v_CC_1 =
242CCLD = $(CC)
243LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
244 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
245 $(AM_LDFLAGS) $(LDFLAGS) -o $@
246AM_V_CCLD = $(am__v_CCLD_@AM_V@)
247am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
248am__v_CCLD_0 = @echo " CCLD " $@;
249am__v_CCLD_1 =
250CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
251 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
252LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
253 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
254 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
255 $(AM_CXXFLAGS) $(CXXFLAGS)
256AM_V_CXX = $(am__v_CXX_@AM_V@)
257am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
258am__v_CXX_0 = @echo " CXX " $@;
259am__v_CXX_1 =
260CXXLD = $(CXX)
261CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
262 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
263 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
264AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
265am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
266am__v_CXXLD_0 = @echo " CXXLD " $@;
267am__v_CXXLD_1 =
268SOURCES = $(libgprofng_la_SOURCES) $(gp_archive_SOURCES) \
269 $(gp_collect_app_SOURCES) $(gp_display_src_SOURCES) \
270 $(gp_display_text_SOURCES) $(gprofng_SOURCES)
271DIST_SOURCES = $(libgprofng_la_SOURCES) $(gp_archive_SOURCES) \
272 $(gp_collect_app_SOURCES) $(gp_display_src_SOURCES) \
273 $(gp_display_text_SOURCES) $(gprofng_SOURCES)
274am__can_run_installinfo = \
275 case $$AM_UPDATE_INFO_DIR in \
276 n|no|NO) false;; \
277 *) (install-info --version) >/dev/null 2>&1;; \
278 esac
279man1dir = $(mandir)/man1
280NROFF = nroff
281MANS = $(man_MANS)
282DATA = $(dbe_DATA)
283am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
284# Read a list of newline-separated strings from the standard input,
285# and print each of them once, without duplicates. Input order is
286# *not* preserved.
287am__uniquify_input = $(AWK) '\
288 BEGIN { nonempty = 0; } \
289 { items[$$0] = 1; nonempty = 1; } \
290 END { if (nonempty) { for (i in items) print i; }; } \
291'
292# Make sure the list of sources is unique. This is necessary because,
293# e.g., the same source file might be shared among _SOURCES variables
294# for different programs/libraries.
295am__define_uniq_tagged_files = \
296 list='$(am__tagged_files)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | $(am__uniquify_input)`
b9583093
AM
300ETAGS = etags
301CTAGS = ctags
bb368aad
VM
302am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../depcomp \
303 $(top_srcdir)/../mkinstalldirs
304DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
305ACLOCAL = @ACLOCAL@
306AMTAR = @AMTAR@
307AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
308AR = @AR@
309AUTOCONF = @AUTOCONF@
310AUTOHEADER = @AUTOHEADER@
311AUTOMAKE = @AUTOMAKE@
312AWK = @AWK@
50192212 313BISON = @BISON@
bb368aad
VM
314BUILD_SUBDIRS = @BUILD_SUBDIRS@
315CC = @CC@
316CCDEPMODE = @CCDEPMODE@
317CFLAGS = @CFLAGS@
0a30596c 318CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
bb368aad
VM
319CPP = @CPP@
320CPPFLAGS = @CPPFLAGS@
321CXX = @CXX@
322CXXCPP = @CXXCPP@
323CXXDEPMODE = @CXXDEPMODE@
324CXXFLAGS = @CXXFLAGS@
325CYGPATH_W = @CYGPATH_W@
326DEFS = @DEFS@
327DEPDIR = @DEPDIR@
328DSYMUTIL = @DSYMUTIL@
329DUMPBIN = @DUMPBIN@
330ECHO_C = @ECHO_C@
331ECHO_N = @ECHO_N@
332ECHO_T = @ECHO_T@
333EGREP = @EGREP@
334EXEEXT = @EXEEXT@
335EXPECT = @EXPECT@
336FGREP = @FGREP@
6c924cf2 337GPROFNG_BROKEN_JAVAC = @GPROFNG_BROKEN_JAVAC@
bb368aad
VM
338GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
339GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
340GPROFNG_LIBADD = @GPROFNG_LIBADD@
61a1f2e7
L
341GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@
342GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@
bb368aad
VM
343GREP = @GREP@
344HELP2MAN = @HELP2MAN@
345INSTALL = @INSTALL@
346INSTALL_DATA = @INSTALL_DATA@
347INSTALL_PROGRAM = @INSTALL_PROGRAM@
348INSTALL_SCRIPT = @INSTALL_SCRIPT@
349INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
350JAVA = @JAVA@
351JAVAC = @JAVAC@
352LD = @LD@
353LDFLAGS = @LDFLAGS@
354LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
355LIBOBJS = @LIBOBJS@
356LIBS = @LIBS@
357LIBTOOL = @LIBTOOL@
358LIPO = @LIPO@
359LN_S = @LN_S@
360LTLIBOBJS = @LTLIBOBJS@
361MAINT = @MAINT@
362MAKEINFO = @MAKEINFO@
363MKDIR_P = @MKDIR_P@
364NM = @NM@
365NMEDIT = @NMEDIT@
366OBJDUMP = @OBJDUMP@
367OBJEXT = @OBJEXT@
368OTOOL = @OTOOL@
369OTOOL64 = @OTOOL64@
370PACKAGE = @PACKAGE@
371PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
372PACKAGE_NAME = @PACKAGE_NAME@
373PACKAGE_STRING = @PACKAGE_STRING@
374PACKAGE_TARNAME = @PACKAGE_TARNAME@
375PACKAGE_URL = @PACKAGE_URL@
376PACKAGE_VERSION = @PACKAGE_VERSION@
377PATH_SEPARATOR = @PATH_SEPARATOR@
378PTHREAD_CC = @PTHREAD_CC@
379PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
380PTHREAD_LIBS = @PTHREAD_LIBS@
381RANLIB = @RANLIB@
382SED = @SED@
383SET_MAKE = @SET_MAKE@
384SHELL = @SHELL@
385STRIP = @STRIP@
386VERSION = @VERSION@
387WERROR = @WERROR@
388abs_builddir = @abs_builddir@
389abs_srcdir = @abs_srcdir@
390abs_top_builddir = @abs_top_builddir@
391abs_top_srcdir = @abs_top_srcdir@
392ac_ct_AR = @ac_ct_AR@
393ac_ct_CC = @ac_ct_CC@
394ac_ct_CXX = @ac_ct_CXX@
395ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
396am__include = @am__include@
397am__leading_dot = @am__leading_dot@
398am__quote = @am__quote@
399am__tar = @am__tar@
400am__untar = @am__untar@
401ax_pthread_config = @ax_pthread_config@
402bindir = @bindir@
403build = @build@
404build_alias = @build_alias@
405build_cpu = @build_cpu@
406build_os = @build_os@
407build_vendor = @build_vendor@
408builddir = @builddir@
409datadir = @datadir@
410datarootdir = @datarootdir@
411docdir = @docdir@
412dvidir = @dvidir@
413exec_prefix = @exec_prefix@
414gprofng_cflags = @gprofng_cflags@
415host = @host@
416host_alias = @host_alias@
417host_cpu = @host_cpu@
418host_os = @host_os@
419host_vendor = @host_vendor@
420htmldir = @htmldir@
421includedir = @includedir@
422infodir = @infodir@
423install_sh = @install_sh@
424jdk_inc = @jdk_inc@
425libdir = @libdir@
426libexecdir = @libexecdir@
427localedir = @localedir@
428localstatedir = @localstatedir@
429mandir = @mandir@
430mkdir_p = @mkdir_p@
431oldincludedir = @oldincludedir@
432pdfdir = @pdfdir@
433prefix = @prefix@
434program_transform_name = @program_transform_name@
435psdir = @psdir@
436sbindir = @sbindir@
437sharedstatedir = @sharedstatedir@
438srcdir = @srcdir@
439subdirs = @subdirs@
440sysconfdir = @sysconfdir@
6109e902 441target = @target@
bb368aad 442target_alias = @target_alias@
6109e902
AM
443target_cpu = @target_cpu@
444target_os = @target_os@
445target_vendor = @target_vendor@
bb368aad
VM
446top_build_prefix = @top_build_prefix@
447top_builddir = @top_builddir@
448top_srcdir = @top_srcdir@
c10622fe
VM
449zlibdir = @zlibdir@
450zlibinc = @zlibinc@
bb368aad
VM
451AUTOMAKE_OPTIONS = foreign
452ACLOCAL_AMFLAGS = -I . -I .. -I ../..
453CCSOURCES = \
454 Application.cc \
455 BaseMetric.cc \
456 BaseMetricTreeNode.cc \
457 CallStack.cc \
458 CatchOutOfMemory.cc \
459 ClassFile.cc \
460 Command.cc \
461 CompCom.cc \
462 DataObject.cc \
463 DataSpace.cc \
464 Data_window.cc \
465 DataStream.cc \
466 DbeApplication.cc \
467 DbeFile.cc \
468 DbeJarFile.cc \
469 DbeLock.cc \
470 DbeSession.cc \
471 DbeThread.cc \
472 DbeView.cc \
473 DerivedMetrics.cc \
474 Disasm.cc \
475 Dwarf.cc \
476 DwarfLib.cc \
477 Elf.cc \
478 Emsg.cc \
479 Experiment.cc \
480 Exp_Layout.cc \
481 ExpGroup.cc \
482 Expression.cc \
483 FileData.cc \
484 Filter.cc \
485 FilterSet.cc \
486 Function.cc \
487 HeapMap.cc \
488 HeapData.cc \
489 HeapActivity.cc \
490 Hist_data.cc \
491 IndexObject.cc \
492 IOActivity.cc \
493 LoadObject.cc \
494 MachineModel.cc \
495 MemObject.cc \
496 MemorySpace.cc \
497 Metric.cc \
498 MetricList.cc \
499 Module.cc \
500 Ovw_data.cc \
501 PRBTree.cc \
502 PathTree.cc \
503 PreviewExp.cc \
504 Print.cc \
505 SAXParserFactory.cc \
506 Sample.cc \
507 Settings.cc \
508 SourceFile.cc \
509 Stabs.cc \
510 Stats_data.cc \
511 StringBuilder.cc \
512 Table.cc \
513 QLParser.tab.cc \
514 dbe_collctrl.cc \
515 i18n.cc \
516 parse.cc \
517 UserLabel.cc \
518 util.cc \
519 Dbe.cc \
520 $(NULL)
521
522CSOURCES = \
523 dbe_hwcdrv.c \
524 dbe_hwcfuncs.c \
525 dbe_hwctable.c \
526 dbe_memmgr.c \
527 gethrtime.c \
528 $(NULL)
529
530LIBGPROFNG = libgprofng.la
c10622fe
VM
531
532# This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
533# -I../zlib, unless we were configured with --with-system-zlib, in which
534# case both are empty.
535ZLIB = @zlibdir@ -lz
536ZLIBINC = @zlibinc@
6284f0aa
VM
537LOCALEDIR = @localedir@
538SYSCONFDIR = @sysconfdir@
539AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" \
540 -DSYSCONFDIR=\"$(SYSCONFDIR)\" \
541 -I.. -I$(srcdir) \
bb368aad
VM
542 -I$(srcdir)/../common \
543 -I$(srcdir)/../../include -I$(srcdir)/../../opcodes \
c10622fe 544 -I../../bfd -I$(srcdir)/../../bfd $(ZLIBINC)
bb368aad 545
61a1f2e7 546AM_CFLAGS = $(GPROFNG_CFLAGS) $(PTHREAD_CFLAGS) \
61a1f2e7 547 $(GPROFNG_NO_SWITCH_CFLAGS)
bb368aad
VM
548
549AM_CXXFLAGS = $(AM_CFLAGS)
50192212
VM
550BUILT_SOURCES = QLParser.tab.hh
551EXTRA_DIST = QLParser.yy $(man_MANS)
6c924cf2 552pkglib_LTLIBRARIES = $(LIBGPROFNG)
bb368aad
VM
553libgprofng_la_SOURCES = $(CCSOURCES) $(CSOURCES)
554libgprofng_la_LDFLAGS = -version-info 0:0:0
555libgprofng_la_LIBADD = $(top_builddir)/../opcodes/libopcodes.la \
556 $(top_builddir)/../bfd/libbfd.la \
557 $(GPROFNG_LIBADD) \
558 $(PTHREAD_LIBS) -ldl
559
6284f0aa 560dbedir = $(SYSCONFDIR)
bb368aad
VM
561dbe_DATA = $(srcdir)/gprofng.rc
562gp_archive_SOURCES = gp-archive.cc ArchiveExp.cc
c10622fe 563gp_archive_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
bb368aad 564gp_collect_app_SOURCES = gp-collect-app.cc checks.cc envsets.cc count.cc
c10622fe 565gp_collect_app_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
bb368aad 566gprofng_SOURCES = gprofng.cc
c10622fe 567gprofng_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
bb368aad 568gp_display_src_SOURCES = gp-display-src.cc
c10622fe 569gp_display_src_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
bb368aad 570gp_display_text_SOURCES = gp-display-text.cc ipc.cc ipcio.cc
c10622fe 571gp_display_text_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB)
9d92d2cc
VM
572@BUILD_MAN_TRUE@man_MANS = gprofng.1 \
573@BUILD_MAN_TRUE@ gp-archive.1 \
574@BUILD_MAN_TRUE@ gp-collect-app.1 \
575@BUILD_MAN_TRUE@ gp-display-src.1 \
576@BUILD_MAN_TRUE@ gp-display-text.1
577
578@BUILD_MAN_TRUE@MAINTAINERCLEANFILES = $(man_MANS)
bb368aad
VM
579
580# The man pages depend on the version number and on a help2man include file.
581@BUILD_MAN_TRUE@common_mandeps = $(top_srcdir)/../bfd/version.m4
582
583# Use -o so that the `missing' program can infer the output file.
584# Embolden subcommand names in the output, and include a SEE ALSO.
585# Arrange to regenerate the output if we have help2man, but leave the
586# disted output there otherwise.
587# Some extra annoying complexity is in place so that people without
588# help2man dno't accidentally overwrite the manpage.
589@BUILD_MAN_TRUE@INFO_PAGE = "gprofng"
590@BUILD_MAN_TRUE@MANUAL = "User Commands"
591@BUILD_MAN_TRUE@TEXT_GPROFNG = "the driver for the gprofng tool suite"
592@BUILD_MAN_TRUE@TEXT_GP_ARCHIVE = "archive gprofng experiment data"
593@BUILD_MAN_TRUE@TEXT_GP_COLLECT_APP = "collect performance data for the target application"
594@BUILD_MAN_TRUE@TEXT_GP_DISPLAY_SRC = "display the source code, optionally interleaved with the disassembly of the target object"
595@BUILD_MAN_TRUE@TEXT_GP_DISPLAY_TEXT = "display the performance data in plain text format"
596@BUILD_MAN_TRUE@HELP2MAN_OPT = --libtool --no-info --info-page=$(INFO_PAGE) --manual=$(MANUAL)
597@BUILD_MAN_TRUE@H2M_FILTER = | sed 's/\.TP/\.TP\n.B/' | sed 's/Commands:/\.SH COMMANDS/' \
598@BUILD_MAN_TRUE@ | sed 's/See also:/\.SH SEE ALSO/' | sed 's/Documentation:/.SH DOCUMENTATION/' \
599@BUILD_MAN_TRUE@ | sed 's/Limitations:/.SH LIMITATIONS/'
600
50192212
VM
601all: $(BUILT_SOURCES)
602 $(MAKE) $(AM_MAKEFLAGS) all-am
bb368aad
VM
603
604.SUFFIXES:
605.SUFFIXES: .c .cc .lo .o .obj
606$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
607 @for dep in $?; do \
608 case '$(am__configure_deps)' in \
609 *$$dep*) \
610 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
611 && { if test -f $@; then exit 0; else break; fi; }; \
612 exit 1;; \
613 esac; \
614 done; \
615 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
616 $(am__cd) $(top_srcdir) && \
617 $(AUTOMAKE) --foreign src/Makefile
618Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
619 @case '$?' in \
620 *config.status*) \
621 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
622 *) \
b9583093
AM
623 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
624 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
bb368aad
VM
625 esac;
626
627$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
628 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
629
630$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
631 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
632$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
633 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
634$(am__aclocal_m4_deps):
b9583093
AM
635
636install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
637 @$(NORMAL_INSTALL)
638 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
639 list2=; for p in $$list; do \
640 if test -f $$p; then \
641 list2="$$list2 $$p"; \
642 else :; fi; \
643 done; \
644 test -z "$$list2" || { \
645 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
646 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
647 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
648 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
649 }
650
651uninstall-pkglibLTLIBRARIES:
652 @$(NORMAL_UNINSTALL)
653 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
654 for p in $$list; do \
655 $(am__strip_dir) \
656 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
657 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
658 done
659
660clean-pkglibLTLIBRARIES:
661 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
662 @list='$(pkglib_LTLIBRARIES)'; \
663 locs=`for p in $$list; do echo $$p; done | \
664 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
665 sort -u`; \
666 test -z "$$locs" || { \
667 echo rm -f $${locs}; \
668 rm -f $${locs}; \
669 }
670
671libgprofng.la: $(libgprofng_la_OBJECTS) $(libgprofng_la_DEPENDENCIES) $(EXTRA_libgprofng_la_DEPENDENCIES)
672 $(AM_V_CXXLD)$(libgprofng_la_LINK) -rpath $(pkglibdir) $(libgprofng_la_OBJECTS) $(libgprofng_la_LIBADD) $(LIBS)
bb368aad
VM
673install-binPROGRAMS: $(bin_PROGRAMS)
674 @$(NORMAL_INSTALL)
675 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
676 if test -n "$$list"; then \
677 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
678 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
679 fi; \
680 for p in $$list; do echo "$$p $$p"; done | \
681 sed 's/$(EXEEXT)$$//' | \
682 while read p p1; do if test -f $$p \
683 || test -f $$p1 \
684 ; then echo "$$p"; echo "$$p"; else :; fi; \
685 done | \
686 sed -e 'p;s,.*/,,;n;h' \
687 -e 's|.*|.|' \
688 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
689 sed 'N;N;N;s,\n, ,g' | \
690 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
691 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
692 if ($$2 == $$4) files[d] = files[d] " " $$1; \
693 else { print "f", $$3 "/" $$4, $$1; } } \
694 END { for (d in files) print "f", d, files[d] }' | \
695 while read type dir files; do \
696 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
697 test -z "$$files" || { \
698 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
699 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
700 } \
701 ; done
702
703uninstall-binPROGRAMS:
704 @$(NORMAL_UNINSTALL)
705 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
706 files=`for p in $$list; do echo "$$p"; done | \
707 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
708 -e 's/$$/$(EXEEXT)/' \
709 `; \
710 test -n "$$list" || exit 0; \
711 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
712 cd "$(DESTDIR)$(bindir)" && rm -f $$files
713
714clean-binPROGRAMS:
715 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
716 echo " rm -f" $$list; \
717 rm -f $$list || exit $$?; \
718 test -n "$(EXEEXT)" || exit 0; \
719 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
720 echo " rm -f" $$list; \
721 rm -f $$list
722
723gp-archive$(EXEEXT): $(gp_archive_OBJECTS) $(gp_archive_DEPENDENCIES) $(EXTRA_gp_archive_DEPENDENCIES)
724 @rm -f gp-archive$(EXEEXT)
725 $(AM_V_CXXLD)$(CXXLINK) $(gp_archive_OBJECTS) $(gp_archive_LDADD) $(LIBS)
726
727gp-collect-app$(EXEEXT): $(gp_collect_app_OBJECTS) $(gp_collect_app_DEPENDENCIES) $(EXTRA_gp_collect_app_DEPENDENCIES)
728 @rm -f gp-collect-app$(EXEEXT)
729 $(AM_V_CXXLD)$(CXXLINK) $(gp_collect_app_OBJECTS) $(gp_collect_app_LDADD) $(LIBS)
730
731gp-display-src$(EXEEXT): $(gp_display_src_OBJECTS) $(gp_display_src_DEPENDENCIES) $(EXTRA_gp_display_src_DEPENDENCIES)
732 @rm -f gp-display-src$(EXEEXT)
733 $(AM_V_CXXLD)$(CXXLINK) $(gp_display_src_OBJECTS) $(gp_display_src_LDADD) $(LIBS)
734
735gp-display-text$(EXEEXT): $(gp_display_text_OBJECTS) $(gp_display_text_DEPENDENCIES) $(EXTRA_gp_display_text_DEPENDENCIES)
736 @rm -f gp-display-text$(EXEEXT)
737 $(AM_V_CXXLD)$(CXXLINK) $(gp_display_text_OBJECTS) $(gp_display_text_LDADD) $(LIBS)
738
739gprofng$(EXEEXT): $(gprofng_OBJECTS) $(gprofng_DEPENDENCIES) $(EXTRA_gprofng_DEPENDENCIES)
740 @rm -f gprofng$(EXEEXT)
741 $(AM_V_CXXLD)$(CXXLINK) $(gprofng_OBJECTS) $(gprofng_LDADD) $(LIBS)
742
743mostlyclean-compile:
744 -rm -f *.$(OBJEXT)
745
746distclean-compile:
747 -rm -f *.tab.c
748
b9583093
AM
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Application.Plo@am__quote@
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ArchiveExp.Po@am__quote@
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseMetric.Plo@am__quote@
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseMetricTreeNode.Plo@am__quote@
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CallStack.Plo@am__quote@
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CatchOutOfMemory.Plo@am__quote@
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClassFile.Plo@am__quote@
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Command.Plo@am__quote@
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CompCom.Plo@am__quote@
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataObject.Plo@am__quote@
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataSpace.Plo@am__quote@
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataStream.Plo@am__quote@
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Data_window.Plo@am__quote@
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dbe.Plo@am__quote@
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeApplication.Plo@am__quote@
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeFile.Plo@am__quote@
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeJarFile.Plo@am__quote@
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeLock.Plo@am__quote@
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeSession.Plo@am__quote@
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeThread.Plo@am__quote@
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbeView.Plo@am__quote@
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DerivedMetrics.Plo@am__quote@
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Disasm.Plo@am__quote@
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dwarf.Plo@am__quote@
773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DwarfLib.Plo@am__quote@
774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Elf.Plo@am__quote@
775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Emsg.Plo@am__quote@
776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpGroup.Plo@am__quote@
777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exp_Layout.Plo@am__quote@
778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Experiment.Plo@am__quote@
779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Expression.Plo@am__quote@
780@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileData.Plo@am__quote@
781@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Filter.Plo@am__quote@
782@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FilterSet.Plo@am__quote@
783@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Function.Plo@am__quote@
784@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HeapActivity.Plo@am__quote@
785@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HeapData.Plo@am__quote@
786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HeapMap.Plo@am__quote@
787@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hist_data.Plo@am__quote@
788@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IOActivity.Plo@am__quote@
789@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IndexObject.Plo@am__quote@
790@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LoadObject.Plo@am__quote@
791@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MachineModel.Plo@am__quote@
792@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemObject.Plo@am__quote@
793@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemorySpace.Plo@am__quote@
794@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Metric.Plo@am__quote@
795@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetricList.Plo@am__quote@
796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Module.Plo@am__quote@
797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ovw_data.Plo@am__quote@
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PRBTree.Plo@am__quote@
799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PathTree.Plo@am__quote@
800@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PreviewExp.Plo@am__quote@
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Print.Plo@am__quote@
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QLParser.tab.Plo@am__quote@
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAXParserFactory.Plo@am__quote@
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Sample.Plo@am__quote@
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Settings.Plo@am__quote@
806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SourceFile.Plo@am__quote@
807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stabs.Plo@am__quote@
808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stats_data.Plo@am__quote@
809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StringBuilder.Plo@am__quote@
810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Table.Plo@am__quote@
811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UserLabel.Plo@am__quote@
812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checks.Po@am__quote@
813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/count.Po@am__quote@
814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_collctrl.Plo@am__quote@
815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_hwcdrv.Plo@am__quote@
816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_hwcfuncs.Plo@am__quote@
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_hwctable.Plo@am__quote@
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe_memmgr.Plo@am__quote@
819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envsets.Po@am__quote@
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gethrtime.Plo@am__quote@
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-archive.Po@am__quote@
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-collect-app.Po@am__quote@
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-display-src.Po@am__quote@
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-display-text.Po@am__quote@
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprofng.Po@am__quote@
826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i18n.Plo@am__quote@
827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipc.Po@am__quote@
828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcio.Po@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
bb368aad
VM
831
832.c.o:
833@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
834@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
835@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
836@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
837@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
838@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
839
840.c.obj:
841@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
842@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
843@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
844@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
845@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
847
848.c.lo:
849@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
850@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
851@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
852@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
853@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
854@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
855
856.cc.o:
857@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
858@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
859@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
860@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
861@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
863
864.cc.obj:
865@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
866@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
867@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
868@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
869@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
871
872.cc.lo:
873@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
874@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
875@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
876@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
877@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
879
880mostlyclean-libtool:
881 -rm -f *.lo
882
883clean-libtool:
884 -rm -rf .libs _libs
885install-man1: $(man_MANS)
886 @$(NORMAL_INSTALL)
887 @list1=''; \
888 list2='$(man_MANS)'; \
889 test -n "$(man1dir)" \
890 && test -n "`echo $$list1$$list2`" \
891 || exit 0; \
892 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
893 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
894 { for i in $$list1; do echo "$$i"; done; \
895 if test -n "$$list2"; then \
896 for i in $$list2; do echo "$$i"; done \
897 | sed -n '/\.1[a-z]*$$/p'; \
898 fi; \
899 } | while read p; do \
900 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
901 echo "$$d$$p"; echo "$$p"; \
902 done | \
903 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
904 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
905 sed 'N;N;s,\n, ,g' | { \
906 list=; while read file base inst; do \
907 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
908 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
909 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
910 fi; \
911 done; \
912 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
913 while read files; do \
914 test -z "$$files" || { \
915 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
916 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
917 done; }
918
919uninstall-man1:
920 @$(NORMAL_UNINSTALL)
921 @list=''; test -n "$(man1dir)" || exit 0; \
922 files=`{ for i in $$list; do echo "$$i"; done; \
923 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
924 sed -n '/\.1[a-z]*$$/p'; \
925 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
926 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
927 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
928install-dbeDATA: $(dbe_DATA)
929 @$(NORMAL_INSTALL)
930 @list='$(dbe_DATA)'; test -n "$(dbedir)" || list=; \
931 if test -n "$$list"; then \
932 echo " $(MKDIR_P) '$(DESTDIR)$(dbedir)'"; \
933 $(MKDIR_P) "$(DESTDIR)$(dbedir)" || exit 1; \
934 fi; \
935 for p in $$list; do \
936 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
937 echo "$$d$$p"; \
938 done | $(am__base_list) | \
939 while read files; do \
940 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbedir)'"; \
941 $(INSTALL_DATA) $$files "$(DESTDIR)$(dbedir)" || exit $$?; \
942 done
943
944uninstall-dbeDATA:
945 @$(NORMAL_UNINSTALL)
946 @list='$(dbe_DATA)'; test -n "$(dbedir)" || list=; \
947 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
948 dir='$(DESTDIR)$(dbedir)'; $(am__uninstall_files_from_dir)
949
950ID: $(am__tagged_files)
951 $(am__define_uniq_tagged_files); mkid -fID $$unique
952tags: tags-am
953TAGS: tags
954
955tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
956 set x; \
957 here=`pwd`; \
958 $(am__define_uniq_tagged_files); \
959 shift; \
960 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
961 test -n "$$unique" || unique=$$empty_fix; \
962 if test $$# -gt 0; then \
963 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
964 "$$@" $$unique; \
965 else \
966 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
967 $$unique; \
968 fi; \
969 fi
970ctags: ctags-am
971
972CTAGS: ctags
973ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
974 $(am__define_uniq_tagged_files); \
975 test -z "$(CTAGS_ARGS)$$unique" \
976 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
977 $$unique
978
979GTAGS:
980 here=`$(am__cd) $(top_builddir) && pwd` \
981 && $(am__cd) $(top_srcdir) \
982 && gtags -i $(GTAGS_ARGS) "$$here"
983cscopelist: cscopelist-am
984
985cscopelist-am: $(am__tagged_files)
986 list='$(am__tagged_files)'; \
987 case "$(srcdir)" in \
988 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
989 *) sdir=$(subdir)/$(srcdir) ;; \
990 esac; \
991 for i in $$list; do \
992 if test -f "$$i"; then \
993 echo "$(subdir)/$$i"; \
994 else \
995 echo "$$sdir/$$i"; \
996 fi; \
997 done >> $(top_builddir)/cscope.files
998
999distclean-tags:
1000 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1001
b9583093 1002distdir: $(DISTFILES)
bb368aad
VM
1003 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1004 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1005 list='$(DISTFILES)'; \
1006 dist_files=`for file in $$list; do echo $$file; done | \
1007 sed -e "s|^$$srcdirstrip/||;t" \
1008 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1009 case $$dist_files in \
1010 */*) $(MKDIR_P) `echo "$$dist_files" | \
1011 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1012 sort -u` ;; \
1013 esac; \
1014 for file in $$dist_files; do \
1015 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1016 if test -d $$d/$$file; then \
1017 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1018 if test -d "$(distdir)/$$file"; then \
1019 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1020 fi; \
1021 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1022 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1023 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1024 fi; \
1025 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1026 else \
1027 test -f "$(distdir)/$$file" \
1028 || cp -p $$d/$$file "$(distdir)/$$file" \
1029 || exit 1; \
1030 fi; \
1031 done
1032 $(MAKE) $(AM_MAKEFLAGS) \
1033 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1034 dist-hook
1035check-am: all-am
50192212
VM
1036check: $(BUILT_SOURCES)
1037 $(MAKE) $(AM_MAKEFLAGS) check-am
b9583093 1038all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA)
bb368aad 1039installdirs:
b9583093 1040 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(dbedir)"; do \
bb368aad
VM
1041 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1042 done
50192212
VM
1043install: $(BUILT_SOURCES)
1044 $(MAKE) $(AM_MAKEFLAGS) install-am
b9583093 1045install-exec: install-exec-am
bb368aad
VM
1046install-data: install-data-am
1047uninstall: uninstall-am
1048
1049install-am: all-am
1050 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1051
1052installcheck: installcheck-am
1053install-strip:
1054 if test -z '$(STRIP)'; then \
1055 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1056 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1057 install; \
1058 else \
1059 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1060 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1061 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1062 fi
1063mostlyclean-generic:
1064
1065clean-generic:
1066
1067distclean-generic:
1068 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1069 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1070
1071maintainer-clean-generic:
1072 @echo "This command is intended for maintainers to use"
1073 @echo "it deletes files that may require special tools to rebuild."
50192212 1074 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
bb368aad
VM
1075 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1076clean: clean-am
1077
6c924cf2
VM
1078clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1079 clean-pkglibLTLIBRARIES mostlyclean-am
bb368aad
VM
1080
1081distclean: distclean-am
b9583093 1082 -rm -rf ./$(DEPDIR)
bb368aad
VM
1083 -rm -f Makefile
1084distclean-am: clean-am distclean-compile distclean-generic \
1085 distclean-tags
1086
1087dvi: dvi-am
1088
1089dvi-am:
1090
1091html: html-am
1092
1093html-am:
1094
1095info: info-am
1096
1097info-am:
1098
6c924cf2 1099install-data-am: install-data-local install-dbeDATA install-man
bb368aad
VM
1100
1101install-dvi: install-dvi-am
1102
1103install-dvi-am:
1104
6c924cf2 1105install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES
bb368aad
VM
1106
1107install-html: install-html-am
1108
1109install-html-am:
1110
1111install-info: install-info-am
1112
1113install-info-am:
1114
1115install-man: install-man1
1116
1117install-pdf: install-pdf-am
1118
1119install-pdf-am:
1120
1121install-ps: install-ps-am
1122
1123install-ps-am:
1124
1125installcheck-am:
1126
1127maintainer-clean: maintainer-clean-am
b9583093 1128 -rm -rf ./$(DEPDIR)
bb368aad
VM
1129 -rm -f Makefile
1130maintainer-clean-am: distclean-am maintainer-clean-generic
1131
1132mostlyclean: mostlyclean-am
1133
1134mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1135 mostlyclean-libtool
1136
1137pdf: pdf-am
1138
1139pdf-am:
1140
1141ps: ps-am
1142
1143ps-am:
1144
6c924cf2
VM
1145uninstall-am: uninstall-binPROGRAMS uninstall-dbeDATA uninstall-man \
1146 uninstall-pkglibLTLIBRARIES
bb368aad
VM
1147
1148uninstall-man: uninstall-man1
1149
b9583093 1150.MAKE: all check install install-am install-strip
bb368aad 1151
b9583093 1152.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
6c924cf2
VM
1153 clean-binPROGRAMS clean-generic clean-libtool \
1154 clean-pkglibLTLIBRARIES cscopelist-am ctags ctags-am dist-hook \
1155 distclean distclean-compile distclean-generic \
1156 distclean-libtool distclean-tags distdir dvi dvi-am html \
1157 html-am info info-am install install-am install-binPROGRAMS \
1158 install-data install-data-am install-data-local \
1159 install-dbeDATA install-dvi install-dvi-am install-exec \
1160 install-exec-am install-html install-html-am install-info \
1161 install-info-am install-man install-man1 install-pdf \
1162 install-pdf-am install-pkglibLTLIBRARIES install-ps \
bb368aad
VM
1163 install-ps-am install-strip installcheck installcheck-am \
1164 installdirs maintainer-clean maintainer-clean-generic \
1165 mostlyclean mostlyclean-compile mostlyclean-generic \
1166 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1167 uninstall-am uninstall-binPROGRAMS uninstall-dbeDATA \
6c924cf2 1168 uninstall-man uninstall-man1 uninstall-pkglibLTLIBRARIES
bb368aad
VM
1169
1170.PRECIOUS: Makefile
1171
1172
50192212
VM
1173QLParser.tab.cc QLParser.tab.hh: QLParser.yy
1174 $(BISON) $^
1175
bb368aad
VM
1176@BUILD_MAN_TRUE@gprofng.1: $(srcdir)/gprofng.cc $(common_mandeps) | ./gprofng$(EXEEXT)
1177@BUILD_MAN_TRUE@ $(AM_V_GEN)_BUILDING_MANPAGE=1 $(HELP2MAN) $(HELP2MAN_OPT) \
1178@BUILD_MAN_TRUE@ --name=$(TEXT_GPROFNG) ./gprofng$(EXEEXT) $(H2M_FILTER) > $@
1179
1180@BUILD_MAN_TRUE@gp-archive.1: $(srcdir)/gp-archive.cc $(common_mandeps) | ./gp-archive$(EXEEXT)
1181@BUILD_MAN_TRUE@ $(AM_V_GEN)_BUILDING_MANPAGE=1 $(HELP2MAN) $(HELP2MAN_OPT) \
1182@BUILD_MAN_TRUE@ --name=$(TEXT_GP_ARCHIVE) ./gp-archive$(EXEEXT) $(H2M_FILTER) > $@
1183
1184@BUILD_MAN_TRUE@gp-collect-app.1: $(srcdir)/gp-collect-app.cc $(common_mandeps) | ./gp-collect-app$(EXEEXT)
1185@BUILD_MAN_TRUE@ $(AM_V_GEN)_BUILDING_MANPAGE=1 $(HELP2MAN) $(HELP2MAN_OPT) \
1186@BUILD_MAN_TRUE@ --name=$(TEXT_GP_COLLECT_APP) ./gp-collect-app$(EXEEXT) $(H2M_FILTER) > $@
1187
1188@BUILD_MAN_TRUE@gp-display-src.1: $(srcdir)/gp-display-src.cc $(srcdir)/Command.cc \
1189@BUILD_MAN_TRUE@ $(common_mandeps) | ./gp-display-src$(EXEEXT)
1190@BUILD_MAN_TRUE@ $(AM_V_GEN)_BUILDING_MANPAGE=1 $(HELP2MAN) $(HELP2MAN_OPT) \
1191@BUILD_MAN_TRUE@ --name=$(TEXT_GP_DISPLAY_SRC) ./gp-display-src$(EXEEXT) $(H2M_FILTER) > $@
1192
1193@BUILD_MAN_TRUE@gp-display-text.1: $(srcdir)/gp-display-text.cc $(srcdir)/Command.cc \
1194@BUILD_MAN_TRUE@ $(common_mandeps) | ./gp-display-text$(EXEEXT)
1195@BUILD_MAN_TRUE@ $(AM_V_GEN)_BUILDING_MANPAGE=1 $(HELP2MAN) $(HELP2MAN_OPT) \
1196@BUILD_MAN_TRUE@ --name=$(TEXT_GP_DISPLAY_TEXT) ./gp-display-text$(EXEEXT) $(H2M_FILTER) > $@
1197
1198# Distribution involves building the binaries to generate the manpage,
1199# so ensure that the necessary libraries are built at dist time.
1200dist-hook: $(LIBGPROFNG)
1201
6c924cf2
VM
1202.PHONY: install-data-local
1203
1204install-data-local: install-pkglibLTLIBRARIES
1205 rm -f $(DESTDIR)/$(pkglibdir)/*.la $(DESTDIR)/$(pkglibdir)/*.a
1206
bb368aad
VM
1207# Tell versions [3.59,3.63) of GNU make to not export all variables.
1208# Otherwise a system limit (for SysV at least) may be exceeded.
1209.NOEXPORT: