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-2026 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 VPATH = @srcdir@ 36 am__is_gnu_make = { \ 37 if test -z '$(MAKELEVEL)'; then \ 38 false; \ 39 elif test -n '$(MAKE_HOST)'; then \ 40 true; \ 41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 42 true; \ 43 else \ 44 false; \ 45 fi; \ 46 } 47 am__make_running_with_option = \ 48 case $${target_option-} in \ 49 ?) ;; \ 50 *) echo "am__make_running_with_option: internal error: invalid" \ 51 "target option '$${target_option-}' specified" >&2; \ 52 exit 1;; \ 53 esac; \ 54 has_opt=no; \ 55 sane_makeflags=$$MAKEFLAGS; \ 56 if $(am__is_gnu_make); then \ 57 sane_makeflags=$$MFLAGS; \ 58 else \ 59 case $$MAKEFLAGS in \ 60 *\\[\ \ ]*) \ 61 bs=\\; \ 62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 64 esac; \ 65 fi; \ 66 skip_next=no; \ 67 strip_trailopt () \ 68 { \ 69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 70 }; \ 71 for flg in $$sane_makeflags; do \ 72 test $$skip_next = yes && { skip_next=no; continue; }; \ 73 case $$flg in \ 74 *=*|--*) continue;; \ 75 -*I) strip_trailopt 'I'; skip_next=yes;; \ 76 -*I?*) strip_trailopt 'I';; \ 77 -*O) strip_trailopt 'O'; skip_next=yes;; \ 78 -*O?*) strip_trailopt 'O';; \ 79 -*l) strip_trailopt 'l'; skip_next=yes;; \ 80 -*l?*) strip_trailopt 'l';; \ 81 -[dEDm]) skip_next=yes;; \ 82 -[JT]) skip_next=yes;; \ 83 esac; \ 84 case $$flg in \ 85 *$$target_option*) has_opt=yes; break;; \ 86 esac; \ 87 done; \ 88 test $$has_opt = yes 89 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 91 pkgdatadir = $(datadir)/@PACKAGE@ 92 pkgincludedir = $(includedir)/@PACKAGE@ 93 pkglibdir = $(libdir)/@PACKAGE@ 94 pkglibexecdir = $(libexecdir)/@PACKAGE@ 95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 96 install_sh_DATA = $(install_sh) -c -m 644 97 install_sh_PROGRAM = $(install_sh) -c 98 install_sh_SCRIPT = $(install_sh) -c 99 INSTALL_HEADER = $(INSTALL_DATA) 100 transform = $(program_transform_name) 101 NORMAL_INSTALL = : 102 PRE_INSTALL = : 103 POST_INSTALL = : 104 NORMAL_UNINSTALL = : 105 PRE_UNINSTALL = : 106 POST_UNINSTALL = : 107 build_triplet = @build@ 108 host_triplet = @host@ 109 target_triplet = @target@ 110 subdir = . 111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 112 am__aclocal_m4_deps = $(top_srcdir)/../../config/clang-plugin.m4 \ 113 $(top_srcdir)/../../config/depstand.m4 \ 114 $(top_srcdir)/../../config/gcc-plugin.m4 \ 115 $(top_srcdir)/../../config/lead-dot.m4 \ 116 $(top_srcdir)/../../config/override.m4 \ 117 $(top_srcdir)/../../config/warnings.m4 \ 118 $(top_srcdir)/../../libtool.m4 \ 119 $(top_srcdir)/../../ltoptions.m4 \ 120 $(top_srcdir)/../../ltsugar.m4 \ 121 $(top_srcdir)/../../ltversion.m4 \ 122 $(top_srcdir)/../../lt~obsolete.m4 \ 123 $(top_srcdir)/../../bfd/version.m4 $(top_srcdir)/configure.ac 124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 125 $(ACLOCAL_M4) 126 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 127 $(am__configure_deps) $(myinclude_HEADERS) $(am__DIST_COMMON) 128 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 129 configure.lineno config.status.lineno 130 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs 131 CONFIG_HEADER = lib-config.h 132 CONFIG_CLEAN_FILES = 133 CONFIG_CLEAN_VPATH_FILES = 134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 135 am__vpath_adj = case $$p in \ 136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 137 *) f=$$p;; \ 138 esac; 139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 140 am__install_max = 40 141 am__nobase_strip_setup = \ 142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 143 am__nobase_strip = \ 144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 145 am__nobase_list = $(am__nobase_strip_setup); \ 146 for p in $$list; do echo "$$p $$p"; done | \ 147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 149 if (++n[$$2] == $(am__install_max)) \ 150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 151 END { for (dir in files) print dir, files[dir] }' 152 am__base_list = \ 153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 155 am__uninstall_files_from_dir = { \ 156 test -z "$$files" \ 157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 159 $(am__cd) "$$dir" && rm -f $$files; }; \ 160 } 161 am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(myincludedir)" 162 LTLIBRARIES = $(pkglib_LTLIBRARIES) 163 libgp_collector_la_DEPENDENCIES = 164 am__objects_1 = libgp_collector_la-gethrtime.lo \ 165 libgp_collector_la-dispatcher.lo libgp_collector_la-iolib.lo \ 166 libgp_collector_la-mmaptrace.lo libgp_collector_la-memmgr.lo \ 167 libgp_collector_la-tsd.lo libgp_collector_la-profile.lo \ 168 libgp_collector_la-envmgmt.lo libgp_collector_la-linetrace.lo \ 169 libgp_collector_la-libcol_hwcdrv.lo \ 170 libgp_collector_la-libcol_hwcfuncs.lo \ 171 libgp_collector_la-libcol-i386-dis.lo \ 172 libgp_collector_la-hwprofile.lo libgp_collector_la-jprofile.lo \ 173 libgp_collector_la-unwind.lo libgp_collector_la-libcol_util.lo \ 174 libgp_collector_la-collector.lo 175 am_libgp_collector_la_OBJECTS = $(am__objects_1) 176 libgp_collector_la_OBJECTS = $(am_libgp_collector_la_OBJECTS) 177 AM_V_lt = $(am__v_lt_@AM_V@) 178 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 179 am__v_lt_0 = --silent 180 am__v_lt_1 = 181 libgp_collector_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 182 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 183 $(libgp_collector_la_CFLAGS) $(CFLAGS) \ 184 $(libgp_collector_la_LDFLAGS) $(LDFLAGS) -o $@ 185 libgp_collectorAPI_la_DEPENDENCIES = 186 am_libgp_collectorAPI_la_OBJECTS = \ 187 libgp_collectorAPI_la-collectorAPI.lo 188 libgp_collectorAPI_la_OBJECTS = $(am_libgp_collectorAPI_la_OBJECTS) 189 libgp_collectorAPI_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 190 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 191 $(libgp_collectorAPI_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 192 $(LDFLAGS) -o $@ 193 libgp_heap_la_LIBADD = 194 am_libgp_heap_la_OBJECTS = libgp_heap_la-heaptrace.lo 195 libgp_heap_la_OBJECTS = $(am_libgp_heap_la_OBJECTS) 196 libgp_heap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 197 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgp_heap_la_CFLAGS) \ 198 $(CFLAGS) $(libgp_heap_la_LDFLAGS) $(LDFLAGS) -o $@ 199 libgp_iotrace_la_LIBADD = 200 am_libgp_iotrace_la_OBJECTS = libgp_iotrace_la-iotrace.lo 201 libgp_iotrace_la_OBJECTS = $(am_libgp_iotrace_la_OBJECTS) 202 libgp_iotrace_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 203 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 204 $(libgp_iotrace_la_CFLAGS) $(CFLAGS) \ 205 $(libgp_iotrace_la_LDFLAGS) $(LDFLAGS) -o $@ 206 libgp_sync_la_LIBADD = 207 am_libgp_sync_la_OBJECTS = libgp_sync_la-synctrace.lo 208 libgp_sync_la_OBJECTS = $(am_libgp_sync_la_OBJECTS) 209 libgp_sync_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 210 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgp_sync_la_CFLAGS) \ 211 $(CFLAGS) $(libgp_sync_la_LDFLAGS) $(LDFLAGS) -o $@ 212 AM_V_P = $(am__v_P_@AM_V@) 213 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 214 am__v_P_0 = false 215 am__v_P_1 = : 216 AM_V_GEN = $(am__v_GEN_@AM_V@) 217 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 218 am__v_GEN_0 = @echo " GEN " $@; 219 am__v_GEN_1 = 220 AM_V_at = $(am__v_at_@AM_V@) 221 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 222 am__v_at_0 = @ 223 am__v_at_1 = 224 DEFAULT_INCLUDES = -I.@am__isrc@ 225 depcomp = $(SHELL) $(top_srcdir)/../../depcomp 226 am__depfiles_maybe = depfiles 227 am__mv = mv -f 228 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 229 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 230 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 231 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 232 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 233 $(AM_CFLAGS) $(CFLAGS) 234 AM_V_CC = $(am__v_CC_@AM_V@) 235 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 236 am__v_CC_0 = @echo " CC " $@; 237 am__v_CC_1 = 238 CCLD = $(CC) 239 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 240 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 241 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 242 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 243 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 244 am__v_CCLD_0 = @echo " CCLD " $@; 245 am__v_CCLD_1 = 246 SOURCES = $(libgp_collector_la_SOURCES) \ 247 $(libgp_collectorAPI_la_SOURCES) $(libgp_heap_la_SOURCES) \ 248 $(libgp_iotrace_la_SOURCES) $(libgp_sync_la_SOURCES) 249 DIST_SOURCES = $(libgp_collector_la_SOURCES) \ 250 $(libgp_collectorAPI_la_SOURCES) $(libgp_heap_la_SOURCES) \ 251 $(libgp_iotrace_la_SOURCES) $(libgp_sync_la_SOURCES) 252 am__can_run_installinfo = \ 253 case $$AM_UPDATE_INFO_DIR in \ 254 n|no|NO) false;; \ 255 *) (install-info --version) >/dev/null 2>&1;; \ 256 esac 257 HEADERS = $(myinclude_HEADERS) 258 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 259 # Read a list of newline-separated strings from the standard input, 260 # and print each of them once, without duplicates. Input order is 261 # *not* preserved. 262 am__uniquify_input = $(AWK) '\ 263 BEGIN { nonempty = 0; } \ 264 { items[$$0] = 1; nonempty = 1; } \ 265 END { if (nonempty) { for (i in items) print i; }; } \ 266 ' 267 # Make sure the list of sources is unique. This is necessary because, 268 # e.g., the same source file might be shared among _SOURCES variables 269 # for different programs/libraries. 270 am__define_uniq_tagged_files = \ 271 list='$(am__tagged_files)'; \ 272 unique=`for i in $$list; do \ 273 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 274 done | $(am__uniquify_input)` 275 ETAGS = etags 276 CTAGS = ctags 277 CSCOPE = cscope 278 AM_RECURSIVE_TARGETS = cscope 279 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../../ar-lib \ 280 $(top_srcdir)/../../compile $(top_srcdir)/../../config.guess \ 281 $(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \ 282 $(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \ 283 $(top_srcdir)/../../missing $(top_srcdir)/../../mkinstalldirs \ 284 $(top_srcdir)/../common/lib-config.h.in ../../COPYING \ 285 ../../COPYING.LIB ../../ChangeLog ../../README ../../ar-lib \ 286 ../../compile ../../config.guess ../../config.rpath \ 287 ../../config.sub ../../depcomp ../../install-sh \ 288 ../../ltmain.sh ../../missing ../../mkinstalldirs ../../ylwrap 289 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 290 distdir = $(PACKAGE)-$(VERSION) 291 top_distdir = $(distdir) 292 am__remove_distdir = \ 293 if test -d "$(distdir)"; then \ 294 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 295 && rm -rf "$(distdir)" \ 296 || { sleep 5 && rm -rf "$(distdir)"; }; \ 297 else :; fi 298 am__post_remove_distdir = $(am__remove_distdir) 299 DIST_ARCHIVES = $(distdir).tar.gz 300 GZIP_ENV = --best 301 DIST_TARGETS = dist-gzip 302 distuninstallcheck_listfiles = find . -type f -print 303 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 304 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 305 distcleancheck_listfiles = find . -type f -print 306 ACLOCAL = @ACLOCAL@ 307 AMTAR = @AMTAR@ 308 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 309 AR = @AR@ 310 AUTOCONF = @AUTOCONF@ 311 AUTOHEADER = @AUTOHEADER@ 312 AUTOMAKE = @AUTOMAKE@ 313 AWK = @AWK@ 314 CC = @CC@ 315 CCDEPMODE = @CCDEPMODE@ 316 CFLAGS = @CFLAGS@ 317 CPP = @CPP@ 318 CPPFLAGS = @CPPFLAGS@ 319 CXX = @CXX@ 320 CXXCPP = @CXXCPP@ 321 CXXDEPMODE = @CXXDEPMODE@ 322 CXXFLAGS = @CXXFLAGS@ 323 CYGPATH_W = @CYGPATH_W@ 324 DEFS = @DEFS@ 325 DEPDIR = @DEPDIR@ 326 DSYMUTIL = @DSYMUTIL@ 327 DUMPBIN = @DUMPBIN@ 328 ECHO_C = @ECHO_C@ 329 ECHO_N = @ECHO_N@ 330 ECHO_T = @ECHO_T@ 331 EGREP = @EGREP@ 332 EXEEXT = @EXEEXT@ 333 FGREP = @FGREP@ 334 GPROFNG_NO_NONNULL_COMPARE_CFLAGS = @GPROFNG_NO_NONNULL_COMPARE_CFLAGS@ 335 GREP = @GREP@ 336 INSTALL = @INSTALL@ 337 INSTALL_DATA = @INSTALL_DATA@ 338 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 339 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 340 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 341 LD = @LD@ 342 LDFLAGS = @LDFLAGS@ 343 LIBOBJS = @LIBOBJS@ 344 LIBS = @LIBS@ 345 LIBTOOL = @LIBTOOL@ 346 LIPO = @LIPO@ 347 LLVM_CONFIG = @LLVM_CONFIG@ 348 LN_S = @LN_S@ 349 LTLIBOBJS = @LTLIBOBJS@ 350 MAINT = @MAINT@ 351 MAKEINFO = @MAKEINFO@ 352 MKDIR_P = @MKDIR_P@ 353 NM = @NM@ 354 NMEDIT = @NMEDIT@ 355 OBJDUMP = @OBJDUMP@ 356 OBJEXT = @OBJEXT@ 357 OTOOL = @OTOOL@ 358 OTOOL64 = @OTOOL64@ 359 PACKAGE = @PACKAGE@ 360 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 361 PACKAGE_NAME = @PACKAGE_NAME@ 362 PACKAGE_STRING = @PACKAGE_STRING@ 363 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 364 PACKAGE_URL = @PACKAGE_URL@ 365 PACKAGE_VERSION = @PACKAGE_VERSION@ 366 PATH_SEPARATOR = @PATH_SEPARATOR@ 367 RANLIB = @RANLIB@ 368 SED = @SED@ 369 SET_MAKE = @SET_MAKE@ 370 SHELL = @SHELL@ 371 STRIP = @STRIP@ 372 VERSION = @VERSION@ 373 abs_builddir = @abs_builddir@ 374 abs_srcdir = @abs_srcdir@ 375 abs_top_builddir = @abs_top_builddir@ 376 abs_top_srcdir = @abs_top_srcdir@ 377 ac_ct_AR = @ac_ct_AR@ 378 ac_ct_CC = @ac_ct_CC@ 379 ac_ct_CXX = @ac_ct_CXX@ 380 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 381 am__include = @am__include@ 382 am__leading_dot = @am__leading_dot@ 383 am__quote = @am__quote@ 384 am__tar = @am__tar@ 385 am__untar = @am__untar@ 386 bindir = @bindir@ 387 build = @build@ 388 build_alias = @build_alias@ 389 build_cpu = @build_cpu@ 390 build_os = @build_os@ 391 build_vendor = @build_vendor@ 392 builddir = @builddir@ 393 datadir = @datadir@ 394 datarootdir = @datarootdir@ 395 docdir = @docdir@ 396 dvidir = @dvidir@ 397 exec_prefix = @exec_prefix@ 398 host = @host@ 399 host_alias = @host_alias@ 400 host_cpu = @host_cpu@ 401 host_os = @host_os@ 402 host_vendor = @host_vendor@ 403 htmldir = @htmldir@ 404 includedir = @includedir@ 405 infodir = @infodir@ 406 install_sh = @install_sh@ 407 libdir = @libdir@ 408 libexecdir = @libexecdir@ 409 localedir = @localedir@ 410 localstatedir = @localstatedir@ 411 mandir = @mandir@ 412 mkdir_p = @mkdir_p@ 413 oldincludedir = @oldincludedir@ 414 pdfdir = @pdfdir@ 415 prefix = @prefix@ 416 program_transform_name = @program_transform_name@ 417 psdir = @psdir@ 418 sbindir = @sbindir@ 419 sharedstatedir = @sharedstatedir@ 420 srcdir = @srcdir@ 421 sysconfdir = @sysconfdir@ 422 target = @target@ 423 target_alias = @target_alias@ 424 target_cpu = @target_cpu@ 425 target_os = @target_os@ 426 target_vendor = @target_vendor@ 427 top_build_prefix = @top_build_prefix@ 428 top_builddir = @top_builddir@ 429 top_srcdir = @top_srcdir@ 430 AUTOMAKE_OPTIONS = foreign 431 ACLOCAL_AMFLAGS = -I . -I ../.. -I ../../config 432 CSOURCES = \ 433 gethrtime.c \ 434 dispatcher.c \ 435 iolib.c \ 436 mmaptrace.c \ 437 memmgr.c \ 438 tsd.c \ 439 profile.c \ 440 envmgmt.c \ 441 linetrace.c \ 442 libcol_hwcdrv.c \ 443 libcol_hwcfuncs.c \ 444 libcol-i386-dis.c \ 445 hwprofile.c \ 446 jprofile.c \ 447 unwind.c \ 448 libcol_util.c \ 449 collector.c \ 450 $(NULL) 451 452 AM_CFLAGS = $(GPROFNG_CFLAGS) $(GPROFNG_NO_NONNULL_COMPARE_CFLAGS) $(NOLTO_CFLAGS) 453 AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -I.. -I$(srcdir) \ 454 -I$(srcdir)/../common -I$(srcdir)/../src \ 455 -I$(srcdir)/../../include 456 457 AM_LDFLAGS = -module -avoid-version \ 458 -Wl,--version-script,$(srcdir)/libgprofng.ver \ 459 $(LD_NO_AS_NEEDED) -Wl,-lrt -Wl,-ldl 460 461 myincludedir = @includedir@ 462 myinclude_HEADERS = $(srcdir)/../../include/collectorAPI.h \ 463 $(srcdir)/../../include/libcollector.h \ 464 $(srcdir)/../../include/libfcollector.h 465 466 pkglib_LTLIBRARIES = libgp-collector.la libgp-collectorAPI.la libgp-heap.la \ 467 libgp-sync.la libgp-iotrace.la 468 469 libgp_collector_la_SOURCES = $(CSOURCES) 470 libgp_collector_la_CFLAGS = $(AM_CFLAGS) $(NOLTO_CFLAGS) 471 libgp_collector_la_CPPFLAGS = $(AM_CPPFLAGS) $(jdk_inc) \ 472 -I../../bfd -I$(srcdir)/../.. 473 474 # Prevent libtool from reordering -Wl,--no-as-needed after -lrt by 475 # disguising -lrt as a linker flag. 476 libgp_collector_la_LDFLAGS = $(AM_LDFLAGS) 477 libgp_collector_la_LIBADD = $(CLOCK_GETTIME_LINK) 478 libgp_heap_la_SOURCES = heaptrace.c 479 libgp_heap_la_CFLAGS = $(AM_CFLAGS) $(NOLTO_CFLAGS) 480 libgp_heap_la_LDFLAGS = $(AM_LDFLAGS) 481 libgp_sync_la_SOURCES = synctrace.c 482 libgp_sync_la_CFLAGS = $(AM_CFLAGS) $(NOLTO_CFLAGS) 483 libgp_sync_la_LDFLAGS = $(AM_LDFLAGS) 484 libgp_iotrace_la_SOURCES = iotrace.c 485 libgp_iotrace_la_CFLAGS = $(AM_CFLAGS) $(NOLTO_CFLAGS) 486 libgp_iotrace_la_LDFLAGS = $(AM_LDFLAGS) 487 libgp_collectorAPI_la_SOURCES = collectorAPI.c 488 libgp_collectorAPI_la_CFLAGS = $(AM_CFLAGS) $(NOLTO_CFLAGS) 489 libgp_collectorAPI_la_LIBADD = -lc -ldl 490 all: lib-config.h 491 $(MAKE) $(AM_MAKEFLAGS) all-am 492 493 .SUFFIXES: 494 .SUFFIXES: .c .lo .o .obj 495 am--refresh: Makefile 496 @: 497 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 498 @for dep in $?; do \ 499 case '$(am__configure_deps)' in \ 500 *$$dep*) \ 501 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 502 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 503 && exit 0; \ 504 exit 1;; \ 505 esac; \ 506 done; \ 507 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 508 $(am__cd) $(top_srcdir) && \ 509 $(AUTOMAKE) --foreign Makefile 510 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 511 @case '$?' in \ 512 *config.status*) \ 513 echo ' $(SHELL) ./config.status'; \ 514 $(SHELL) ./config.status;; \ 515 *) \ 516 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 517 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 518 esac; 519 520 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 521 $(SHELL) ./config.status --recheck 522 523 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 524 $(am__cd) $(srcdir) && $(AUTOCONF) 525 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 526 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 527 $(am__aclocal_m4_deps): 528 529 lib-config.h: stamp-h1 530 @test -f $@ || rm -f stamp-h1 531 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 532 533 stamp-h1: $(top_srcdir)/../common/lib-config.h.in $(top_builddir)/config.status 534 @rm -f stamp-h1 535 cd $(top_builddir) && $(SHELL) ./config.status lib-config.h 536 $(top_srcdir)/../common/lib-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 537 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 538 rm -f stamp-h1 539 touch $@ 540 541 distclean-hdr: 542 -rm -f lib-config.h stamp-h1 543 544 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) 545 @$(NORMAL_INSTALL) 546 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ 547 list2=; for p in $$list; do \ 548 if test -f $$p; then \ 549 list2="$$list2 $$p"; \ 550 else :; fi; \ 551 done; \ 552 test -z "$$list2" || { \ 553 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \ 554 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \ 555 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \ 556 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \ 557 } 558 559 uninstall-pkglibLTLIBRARIES: 560 @$(NORMAL_UNINSTALL) 561 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ 562 for p in $$list; do \ 563 $(am__strip_dir) \ 564 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ 565 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ 566 done 567 568 clean-pkglibLTLIBRARIES: 569 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) 570 @list='$(pkglib_LTLIBRARIES)'; \ 571 locs=`for p in $$list; do echo $$p; done | \ 572 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 573 sort -u`; \ 574 test -z "$$locs" || { \ 575 echo rm -f $${locs}; \ 576 rm -f $${locs}; \ 577 } 578 579 libgp-collector.la: $(libgp_collector_la_OBJECTS) $(libgp_collector_la_DEPENDENCIES) $(EXTRA_libgp_collector_la_DEPENDENCIES) 580 $(AM_V_CCLD)$(libgp_collector_la_LINK) -rpath $(pkglibdir) $(libgp_collector_la_OBJECTS) $(libgp_collector_la_LIBADD) $(LIBS) 581 582 libgp-collectorAPI.la: $(libgp_collectorAPI_la_OBJECTS) $(libgp_collectorAPI_la_DEPENDENCIES) $(EXTRA_libgp_collectorAPI_la_DEPENDENCIES) 583 $(AM_V_CCLD)$(libgp_collectorAPI_la_LINK) -rpath $(pkglibdir) $(libgp_collectorAPI_la_OBJECTS) $(libgp_collectorAPI_la_LIBADD) $(LIBS) 584 585 libgp-heap.la: $(libgp_heap_la_OBJECTS) $(libgp_heap_la_DEPENDENCIES) $(EXTRA_libgp_heap_la_DEPENDENCIES) 586 $(AM_V_CCLD)$(libgp_heap_la_LINK) -rpath $(pkglibdir) $(libgp_heap_la_OBJECTS) $(libgp_heap_la_LIBADD) $(LIBS) 587 588 libgp-iotrace.la: $(libgp_iotrace_la_OBJECTS) $(libgp_iotrace_la_DEPENDENCIES) $(EXTRA_libgp_iotrace_la_DEPENDENCIES) 589 $(AM_V_CCLD)$(libgp_iotrace_la_LINK) -rpath $(pkglibdir) $(libgp_iotrace_la_OBJECTS) $(libgp_iotrace_la_LIBADD) $(LIBS) 590 591 libgp-sync.la: $(libgp_sync_la_OBJECTS) $(libgp_sync_la_DEPENDENCIES) $(EXTRA_libgp_sync_la_DEPENDENCIES) 592 $(AM_V_CCLD)$(libgp_sync_la_LINK) -rpath $(pkglibdir) $(libgp_sync_la_OBJECTS) $(libgp_sync_la_LIBADD) $(LIBS) 593 594 mostlyclean-compile: 595 -rm -f *.$(OBJEXT) 596 597 distclean-compile: 598 -rm -f *.tab.c 599 600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collectorAPI_la-collectorAPI.Plo@am__quote@ 601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-collector.Plo@am__quote@ 602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-dispatcher.Plo@am__quote@ 603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-envmgmt.Plo@am__quote@ 604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-gethrtime.Plo@am__quote@ 605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-hwprofile.Plo@am__quote@ 606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-iolib.Plo@am__quote@ 607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-jprofile.Plo@am__quote@ 608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-libcol-i386-dis.Plo@am__quote@ 609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-libcol_hwcdrv.Plo@am__quote@ 610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-libcol_hwcfuncs.Plo@am__quote@ 611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-libcol_util.Plo@am__quote@ 612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-linetrace.Plo@am__quote@ 613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-memmgr.Plo@am__quote@ 614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-mmaptrace.Plo@am__quote@ 615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-profile.Plo@am__quote@ 616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-tsd.Plo@am__quote@ 617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-unwind.Plo@am__quote@ 618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_heap_la-heaptrace.Plo@am__quote@ 619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_iotrace_la-iotrace.Plo@am__quote@ 620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_sync_la-synctrace.Plo@am__quote@ 621 622 .c.o: 623 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 624 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 625 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 627 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 628 629 .c.obj: 630 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 631 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 633 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 634 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 635 636 .c.lo: 637 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 638 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 639 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 640 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 641 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 642 643 libgp_collector_la-gethrtime.lo: gethrtime.c 644 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-gethrtime.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-gethrtime.Tpo -c -o libgp_collector_la-gethrtime.lo `test -f 'gethrtime.c' || echo '$(srcdir)/'`gethrtime.c 645 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-gethrtime.Tpo $(DEPDIR)/libgp_collector_la-gethrtime.Plo 646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gethrtime.c' object='libgp_collector_la-gethrtime.lo' libtool=yes @AMDEPBACKSLASH@ 647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 648 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-gethrtime.lo `test -f 'gethrtime.c' || echo '$(srcdir)/'`gethrtime.c 649 650 libgp_collector_la-dispatcher.lo: dispatcher.c 651 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-dispatcher.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-dispatcher.Tpo -c -o libgp_collector_la-dispatcher.lo `test -f 'dispatcher.c' || echo '$(srcdir)/'`dispatcher.c 652 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-dispatcher.Tpo $(DEPDIR)/libgp_collector_la-dispatcher.Plo 653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dispatcher.c' object='libgp_collector_la-dispatcher.lo' libtool=yes @AMDEPBACKSLASH@ 654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-dispatcher.lo `test -f 'dispatcher.c' || echo '$(srcdir)/'`dispatcher.c 656 657 libgp_collector_la-iolib.lo: iolib.c 658 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-iolib.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-iolib.Tpo -c -o libgp_collector_la-iolib.lo `test -f 'iolib.c' || echo '$(srcdir)/'`iolib.c 659 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-iolib.Tpo $(DEPDIR)/libgp_collector_la-iolib.Plo 660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iolib.c' object='libgp_collector_la-iolib.lo' libtool=yes @AMDEPBACKSLASH@ 661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 662 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-iolib.lo `test -f 'iolib.c' || echo '$(srcdir)/'`iolib.c 663 664 libgp_collector_la-mmaptrace.lo: mmaptrace.c 665 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-mmaptrace.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-mmaptrace.Tpo -c -o libgp_collector_la-mmaptrace.lo `test -f 'mmaptrace.c' || echo '$(srcdir)/'`mmaptrace.c 666 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-mmaptrace.Tpo $(DEPDIR)/libgp_collector_la-mmaptrace.Plo 667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mmaptrace.c' object='libgp_collector_la-mmaptrace.lo' libtool=yes @AMDEPBACKSLASH@ 668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 669 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-mmaptrace.lo `test -f 'mmaptrace.c' || echo '$(srcdir)/'`mmaptrace.c 670 671 libgp_collector_la-memmgr.lo: memmgr.c 672 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-memmgr.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-memmgr.Tpo -c -o libgp_collector_la-memmgr.lo `test -f 'memmgr.c' || echo '$(srcdir)/'`memmgr.c 673 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-memmgr.Tpo $(DEPDIR)/libgp_collector_la-memmgr.Plo 674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='memmgr.c' object='libgp_collector_la-memmgr.lo' libtool=yes @AMDEPBACKSLASH@ 675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 676 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-memmgr.lo `test -f 'memmgr.c' || echo '$(srcdir)/'`memmgr.c 677 678 libgp_collector_la-tsd.lo: tsd.c 679 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-tsd.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-tsd.Tpo -c -o libgp_collector_la-tsd.lo `test -f 'tsd.c' || echo '$(srcdir)/'`tsd.c 680 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-tsd.Tpo $(DEPDIR)/libgp_collector_la-tsd.Plo 681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tsd.c' object='libgp_collector_la-tsd.lo' libtool=yes @AMDEPBACKSLASH@ 682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 683 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-tsd.lo `test -f 'tsd.c' || echo '$(srcdir)/'`tsd.c 684 685 libgp_collector_la-profile.lo: profile.c 686 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-profile.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-profile.Tpo -c -o libgp_collector_la-profile.lo `test -f 'profile.c' || echo '$(srcdir)/'`profile.c 687 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-profile.Tpo $(DEPDIR)/libgp_collector_la-profile.Plo 688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='profile.c' object='libgp_collector_la-profile.lo' libtool=yes @AMDEPBACKSLASH@ 689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 690 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-profile.lo `test -f 'profile.c' || echo '$(srcdir)/'`profile.c 691 692 libgp_collector_la-envmgmt.lo: envmgmt.c 693 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-envmgmt.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-envmgmt.Tpo -c -o libgp_collector_la-envmgmt.lo `test -f 'envmgmt.c' || echo '$(srcdir)/'`envmgmt.c 694 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-envmgmt.Tpo $(DEPDIR)/libgp_collector_la-envmgmt.Plo 695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='envmgmt.c' object='libgp_collector_la-envmgmt.lo' libtool=yes @AMDEPBACKSLASH@ 696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 697 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-envmgmt.lo `test -f 'envmgmt.c' || echo '$(srcdir)/'`envmgmt.c 698 699 libgp_collector_la-linetrace.lo: linetrace.c 700 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-linetrace.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-linetrace.Tpo -c -o libgp_collector_la-linetrace.lo `test -f 'linetrace.c' || echo '$(srcdir)/'`linetrace.c 701 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-linetrace.Tpo $(DEPDIR)/libgp_collector_la-linetrace.Plo 702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='linetrace.c' object='libgp_collector_la-linetrace.lo' libtool=yes @AMDEPBACKSLASH@ 703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 704 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-linetrace.lo `test -f 'linetrace.c' || echo '$(srcdir)/'`linetrace.c 705 706 libgp_collector_la-libcol_hwcdrv.lo: libcol_hwcdrv.c 707 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-libcol_hwcdrv.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-libcol_hwcdrv.Tpo -c -o libgp_collector_la-libcol_hwcdrv.lo `test -f 'libcol_hwcdrv.c' || echo '$(srcdir)/'`libcol_hwcdrv.c 708 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-libcol_hwcdrv.Tpo $(DEPDIR)/libgp_collector_la-libcol_hwcdrv.Plo 709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcol_hwcdrv.c' object='libgp_collector_la-libcol_hwcdrv.lo' libtool=yes @AMDEPBACKSLASH@ 710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 711 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-libcol_hwcdrv.lo `test -f 'libcol_hwcdrv.c' || echo '$(srcdir)/'`libcol_hwcdrv.c 712 713 libgp_collector_la-libcol_hwcfuncs.lo: libcol_hwcfuncs.c 714 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-libcol_hwcfuncs.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-libcol_hwcfuncs.Tpo -c -o libgp_collector_la-libcol_hwcfuncs.lo `test -f 'libcol_hwcfuncs.c' || echo '$(srcdir)/'`libcol_hwcfuncs.c 715 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-libcol_hwcfuncs.Tpo $(DEPDIR)/libgp_collector_la-libcol_hwcfuncs.Plo 716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcol_hwcfuncs.c' object='libgp_collector_la-libcol_hwcfuncs.lo' libtool=yes @AMDEPBACKSLASH@ 717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 718 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-libcol_hwcfuncs.lo `test -f 'libcol_hwcfuncs.c' || echo '$(srcdir)/'`libcol_hwcfuncs.c 719 720 libgp_collector_la-libcol-i386-dis.lo: libcol-i386-dis.c 721 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-libcol-i386-dis.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-libcol-i386-dis.Tpo -c -o libgp_collector_la-libcol-i386-dis.lo `test -f 'libcol-i386-dis.c' || echo '$(srcdir)/'`libcol-i386-dis.c 722 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-libcol-i386-dis.Tpo $(DEPDIR)/libgp_collector_la-libcol-i386-dis.Plo 723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcol-i386-dis.c' object='libgp_collector_la-libcol-i386-dis.lo' libtool=yes @AMDEPBACKSLASH@ 724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 725 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-libcol-i386-dis.lo `test -f 'libcol-i386-dis.c' || echo '$(srcdir)/'`libcol-i386-dis.c 726 727 libgp_collector_la-hwprofile.lo: hwprofile.c 728 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-hwprofile.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-hwprofile.Tpo -c -o libgp_collector_la-hwprofile.lo `test -f 'hwprofile.c' || echo '$(srcdir)/'`hwprofile.c 729 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-hwprofile.Tpo $(DEPDIR)/libgp_collector_la-hwprofile.Plo 730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hwprofile.c' object='libgp_collector_la-hwprofile.lo' libtool=yes @AMDEPBACKSLASH@ 731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 732 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-hwprofile.lo `test -f 'hwprofile.c' || echo '$(srcdir)/'`hwprofile.c 733 734 libgp_collector_la-jprofile.lo: jprofile.c 735 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-jprofile.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-jprofile.Tpo -c -o libgp_collector_la-jprofile.lo `test -f 'jprofile.c' || echo '$(srcdir)/'`jprofile.c 736 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-jprofile.Tpo $(DEPDIR)/libgp_collector_la-jprofile.Plo 737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='jprofile.c' object='libgp_collector_la-jprofile.lo' libtool=yes @AMDEPBACKSLASH@ 738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 739 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-jprofile.lo `test -f 'jprofile.c' || echo '$(srcdir)/'`jprofile.c 740 741 libgp_collector_la-unwind.lo: unwind.c 742 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-unwind.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-unwind.Tpo -c -o libgp_collector_la-unwind.lo `test -f 'unwind.c' || echo '$(srcdir)/'`unwind.c 743 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-unwind.Tpo $(DEPDIR)/libgp_collector_la-unwind.Plo 744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unwind.c' object='libgp_collector_la-unwind.lo' libtool=yes @AMDEPBACKSLASH@ 745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 746 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-unwind.lo `test -f 'unwind.c' || echo '$(srcdir)/'`unwind.c 747 748 libgp_collector_la-libcol_util.lo: libcol_util.c 749 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-libcol_util.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-libcol_util.Tpo -c -o libgp_collector_la-libcol_util.lo `test -f 'libcol_util.c' || echo '$(srcdir)/'`libcol_util.c 750 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-libcol_util.Tpo $(DEPDIR)/libgp_collector_la-libcol_util.Plo 751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcol_util.c' object='libgp_collector_la-libcol_util.lo' libtool=yes @AMDEPBACKSLASH@ 752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 753 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-libcol_util.lo `test -f 'libcol_util.c' || echo '$(srcdir)/'`libcol_util.c 754 755 libgp_collector_la-collector.lo: collector.c 756 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -MT libgp_collector_la-collector.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-collector.Tpo -c -o libgp_collector_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/'`collector.c 757 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-collector.Tpo $(DEPDIR)/libgp_collector_la-collector.Plo 758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='collector.c' object='libgp_collector_la-collector.lo' libtool=yes @AMDEPBACKSLASH@ 759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 760 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgp_collector_la_CPPFLAGS) $(CPPFLAGS) $(libgp_collector_la_CFLAGS) $(CFLAGS) -c -o libgp_collector_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/'`collector.c 761 762 libgp_collectorAPI_la-collectorAPI.lo: collectorAPI.c 763 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_collectorAPI_la_CFLAGS) $(CFLAGS) -MT libgp_collectorAPI_la-collectorAPI.lo -MD -MP -MF $(DEPDIR)/libgp_collectorAPI_la-collectorAPI.Tpo -c -o libgp_collectorAPI_la-collectorAPI.lo `test -f 'collectorAPI.c' || echo '$(srcdir)/'`collectorAPI.c 764 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collectorAPI_la-collectorAPI.Tpo $(DEPDIR)/libgp_collectorAPI_la-collectorAPI.Plo 765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='collectorAPI.c' object='libgp_collectorAPI_la-collectorAPI.lo' libtool=yes @AMDEPBACKSLASH@ 766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 767 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_collectorAPI_la_CFLAGS) $(CFLAGS) -c -o libgp_collectorAPI_la-collectorAPI.lo `test -f 'collectorAPI.c' || echo '$(srcdir)/'`collectorAPI.c 768 769 libgp_heap_la-heaptrace.lo: heaptrace.c 770 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_heap_la_CFLAGS) $(CFLAGS) -MT libgp_heap_la-heaptrace.lo -MD -MP -MF $(DEPDIR)/libgp_heap_la-heaptrace.Tpo -c -o libgp_heap_la-heaptrace.lo `test -f 'heaptrace.c' || echo '$(srcdir)/'`heaptrace.c 771 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_heap_la-heaptrace.Tpo $(DEPDIR)/libgp_heap_la-heaptrace.Plo 772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='heaptrace.c' object='libgp_heap_la-heaptrace.lo' libtool=yes @AMDEPBACKSLASH@ 773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 774 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_heap_la_CFLAGS) $(CFLAGS) -c -o libgp_heap_la-heaptrace.lo `test -f 'heaptrace.c' || echo '$(srcdir)/'`heaptrace.c 775 776 libgp_iotrace_la-iotrace.lo: iotrace.c 777 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_iotrace_la_CFLAGS) $(CFLAGS) -MT libgp_iotrace_la-iotrace.lo -MD -MP -MF $(DEPDIR)/libgp_iotrace_la-iotrace.Tpo -c -o libgp_iotrace_la-iotrace.lo `test -f 'iotrace.c' || echo '$(srcdir)/'`iotrace.c 778 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_iotrace_la-iotrace.Tpo $(DEPDIR)/libgp_iotrace_la-iotrace.Plo 779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iotrace.c' object='libgp_iotrace_la-iotrace.lo' libtool=yes @AMDEPBACKSLASH@ 780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 781 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_iotrace_la_CFLAGS) $(CFLAGS) -c -o libgp_iotrace_la-iotrace.lo `test -f 'iotrace.c' || echo '$(srcdir)/'`iotrace.c 782 783 libgp_sync_la-synctrace.lo: synctrace.c 784 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_sync_la_CFLAGS) $(CFLAGS) -MT libgp_sync_la-synctrace.lo -MD -MP -MF $(DEPDIR)/libgp_sync_la-synctrace.Tpo -c -o libgp_sync_la-synctrace.lo `test -f 'synctrace.c' || echo '$(srcdir)/'`synctrace.c 785 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgp_sync_la-synctrace.Tpo $(DEPDIR)/libgp_sync_la-synctrace.Plo 786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='synctrace.c' object='libgp_sync_la-synctrace.lo' libtool=yes @AMDEPBACKSLASH@ 787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 788 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgp_sync_la_CFLAGS) $(CFLAGS) -c -o libgp_sync_la-synctrace.lo `test -f 'synctrace.c' || echo '$(srcdir)/'`synctrace.c 789 790 mostlyclean-libtool: 791 -rm -f *.lo 792 793 clean-libtool: 794 -rm -rf .libs _libs 795 796 distclean-libtool: 797 -rm -f libtool config.lt 798 install-myincludeHEADERS: $(myinclude_HEADERS) 799 @$(NORMAL_INSTALL) 800 @list='$(myinclude_HEADERS)'; test -n "$(myincludedir)" || list=; \ 801 if test -n "$$list"; then \ 802 echo " $(MKDIR_P) '$(DESTDIR)$(myincludedir)'"; \ 803 $(MKDIR_P) "$(DESTDIR)$(myincludedir)" || exit 1; \ 804 fi; \ 805 for p in $$list; do \ 806 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 807 echo "$$d$$p"; \ 808 done | $(am__base_list) | \ 809 while read files; do \ 810 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(myincludedir)'"; \ 811 $(INSTALL_HEADER) $$files "$(DESTDIR)$(myincludedir)" || exit $$?; \ 812 done 813 814 uninstall-myincludeHEADERS: 815 @$(NORMAL_UNINSTALL) 816 @list='$(myinclude_HEADERS)'; test -n "$(myincludedir)" || list=; \ 817 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 818 dir='$(DESTDIR)$(myincludedir)'; $(am__uninstall_files_from_dir) 819 820 ID: $(am__tagged_files) 821 $(am__define_uniq_tagged_files); mkid -fID $$unique 822 tags: tags-am 823 TAGS: tags 824 825 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 826 set x; \ 827 here=`pwd`; \ 828 $(am__define_uniq_tagged_files); \ 829 shift; \ 830 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 831 test -n "$$unique" || unique=$$empty_fix; \ 832 if test $$# -gt 0; then \ 833 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 834 "$$@" $$unique; \ 835 else \ 836 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 837 $$unique; \ 838 fi; \ 839 fi 840 ctags: ctags-am 841 842 CTAGS: ctags 843 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 844 $(am__define_uniq_tagged_files); \ 845 test -z "$(CTAGS_ARGS)$$unique" \ 846 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 847 $$unique 848 849 GTAGS: 850 here=`$(am__cd) $(top_builddir) && pwd` \ 851 && $(am__cd) $(top_srcdir) \ 852 && gtags -i $(GTAGS_ARGS) "$$here" 853 cscope: cscope.files 854 test ! -s cscope.files \ 855 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 856 clean-cscope: 857 -rm -f cscope.files 858 cscope.files: clean-cscope cscopelist 859 cscopelist: cscopelist-am 860 861 cscopelist-am: $(am__tagged_files) 862 list='$(am__tagged_files)'; \ 863 case "$(srcdir)" in \ 864 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 865 *) sdir=$(subdir)/$(srcdir) ;; \ 866 esac; \ 867 for i in $$list; do \ 868 if test -f "$$i"; then \ 869 echo "$(subdir)/$$i"; \ 870 else \ 871 echo "$$sdir/$$i"; \ 872 fi; \ 873 done >> $(top_builddir)/cscope.files 874 875 distclean-tags: 876 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 877 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 878 879 distdir: $(DISTFILES) 880 $(am__remove_distdir) 881 test -d "$(distdir)" || mkdir "$(distdir)" 882 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 883 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 884 list='$(DISTFILES)'; \ 885 dist_files=`for file in $$list; do echo $$file; done | \ 886 sed -e "s|^$$srcdirstrip/||;t" \ 887 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 888 case $$dist_files in \ 889 */*) $(MKDIR_P) `echo "$$dist_files" | \ 890 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 891 sort -u` ;; \ 892 esac; \ 893 for file in $$dist_files; do \ 894 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 895 if test -d $$d/$$file; then \ 896 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 897 if test -d "$(distdir)/$$file"; then \ 898 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 899 fi; \ 900 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 901 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 902 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 903 fi; \ 904 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 905 else \ 906 test -f "$(distdir)/$$file" \ 907 || cp -p $$d/$$file "$(distdir)/$$file" \ 908 || exit 1; \ 909 fi; \ 910 done 911 -test -n "$(am__skip_mode_fix)" \ 912 || find "$(distdir)" -type d ! -perm -755 \ 913 -exec chmod u+rwx,go+rx {} \; -o \ 914 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 915 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 916 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 917 || chmod -R a+r "$(distdir)" 918 dist-gzip: distdir 919 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 920 $(am__post_remove_distdir) 921 922 dist-bzip2: distdir 923 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 924 $(am__post_remove_distdir) 925 926 dist-lzip: distdir 927 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 928 $(am__post_remove_distdir) 929 930 dist-xz: distdir 931 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 932 $(am__post_remove_distdir) 933 934 dist-tarZ: distdir 935 @echo WARNING: "Support for distribution archives compressed with" \ 936 "legacy program 'compress' is deprecated." >&2 937 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 938 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 939 $(am__post_remove_distdir) 940 941 dist-shar: distdir 942 @echo WARNING: "Support for shar distribution archives is" \ 943 "deprecated." >&2 944 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 945 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 946 $(am__post_remove_distdir) 947 948 dist-zip: distdir 949 -rm -f $(distdir).zip 950 zip -rq $(distdir).zip $(distdir) 951 $(am__post_remove_distdir) 952 953 dist dist-all: 954 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 955 $(am__post_remove_distdir) 956 957 # This target untars the dist file and tries a VPATH configuration. Then 958 # it guarantees that the distribution is self-contained by making another 959 # tarfile. 960 distcheck: dist 961 case '$(DIST_ARCHIVES)' in \ 962 *.tar.gz*) \ 963 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 964 *.tar.bz2*) \ 965 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 966 *.tar.lz*) \ 967 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 968 *.tar.xz*) \ 969 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 970 *.tar.Z*) \ 971 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 972 *.shar.gz*) \ 973 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 974 *.zip*) \ 975 unzip $(distdir).zip ;;\ 976 esac 977 chmod -R a-w $(distdir) 978 chmod u+w $(distdir) 979 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 980 chmod a-w $(distdir) 981 test -d $(distdir)/_build || exit 0; \ 982 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 983 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 984 && am__cwd=`pwd` \ 985 && $(am__cd) $(distdir)/_build/sub \ 986 && ../../configure \ 987 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 988 $(DISTCHECK_CONFIGURE_FLAGS) \ 989 --srcdir=../.. --prefix="$$dc_install_base" \ 990 && $(MAKE) $(AM_MAKEFLAGS) \ 991 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 992 && $(MAKE) $(AM_MAKEFLAGS) check \ 993 && $(MAKE) $(AM_MAKEFLAGS) install \ 994 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 995 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 996 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 997 distuninstallcheck \ 998 && chmod -R a-w "$$dc_install_base" \ 999 && ({ \ 1000 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1001 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1002 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1003 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1004 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1005 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1006 && rm -rf "$$dc_destdir" \ 1007 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1008 && rm -rf $(DIST_ARCHIVES) \ 1009 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1010 && cd "$$am__cwd" \ 1011 || exit 1 1012 $(am__post_remove_distdir) 1013 @(echo "$(distdir) archives ready for distribution: "; \ 1014 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1015 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1016 distuninstallcheck: 1017 @test -n '$(distuninstallcheck_dir)' || { \ 1018 echo 'ERROR: trying to run $@ with an empty' \ 1019 '$$(distuninstallcheck_dir)' >&2; \ 1020 exit 1; \ 1021 }; \ 1022 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1023 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1024 exit 1; \ 1025 }; \ 1026 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1027 || { echo "ERROR: files left after uninstall:" ; \ 1028 if test -n "$(DESTDIR)"; then \ 1029 echo " (check DESTDIR support)"; \ 1030 fi ; \ 1031 $(distuninstallcheck_listfiles) ; \ 1032 exit 1; } >&2 1033 distcleancheck: distclean 1034 @if test '$(srcdir)' = . ; then \ 1035 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1036 exit 1 ; \ 1037 fi 1038 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1039 || { echo "ERROR: files left in build directory after distclean:" ; \ 1040 $(distcleancheck_listfiles) ; \ 1041 exit 1; } >&2 1042 check-am: all-am 1043 check: check-am 1044 all-am: Makefile $(LTLIBRARIES) $(HEADERS) lib-config.h 1045 installdirs: 1046 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(myincludedir)"; do \ 1047 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1048 done 1049 install: install-am 1050 install-exec: install-exec-am 1051 install-data: install-data-am 1052 uninstall: uninstall-am 1053 1054 install-am: all-am 1055 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1056 1057 installcheck: installcheck-am 1058 install-strip: 1059 if test -z '$(STRIP)'; then \ 1060 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1061 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1062 install; \ 1063 else \ 1064 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1065 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1066 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1067 fi 1068 mostlyclean-generic: 1069 1070 clean-generic: 1071 1072 distclean-generic: 1073 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1074 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1075 1076 maintainer-clean-generic: 1077 @echo "This command is intended for maintainers to use" 1078 @echo "it deletes files that may require special tools to rebuild." 1079 clean: clean-am 1080 1081 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \ 1082 mostlyclean-am 1083 1084 distclean: distclean-am 1085 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1086 -rm -rf ./$(DEPDIR) 1087 -rm -f Makefile 1088 distclean-am: clean-am distclean-compile distclean-generic \ 1089 distclean-hdr distclean-libtool distclean-tags 1090 1091 dvi: dvi-am 1092 1093 dvi-am: 1094 1095 html: html-am 1096 1097 html-am: 1098 1099 info: info-am 1100 1101 info-am: 1102 1103 install-data-am: install-data-local install-myincludeHEADERS 1104 1105 install-dvi: install-dvi-am 1106 1107 install-dvi-am: 1108 1109 install-exec-am: install-pkglibLTLIBRARIES 1110 1111 install-html: install-html-am 1112 1113 install-html-am: 1114 1115 install-info: install-info-am 1116 1117 install-info-am: 1118 1119 install-man: 1120 1121 install-pdf: install-pdf-am 1122 1123 install-pdf-am: 1124 1125 install-ps: install-ps-am 1126 1127 install-ps-am: 1128 1129 installcheck-am: 1130 1131 maintainer-clean: maintainer-clean-am 1132 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1133 -rm -rf $(top_srcdir)/autom4te.cache 1134 -rm -rf ./$(DEPDIR) 1135 -rm -f Makefile 1136 maintainer-clean-am: distclean-am maintainer-clean-generic 1137 1138 mostlyclean: mostlyclean-am 1139 1140 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1141 mostlyclean-libtool 1142 1143 pdf: pdf-am 1144 1145 pdf-am: 1146 1147 ps: ps-am 1148 1149 ps-am: 1150 1151 uninstall-am: uninstall-myincludeHEADERS uninstall-pkglibLTLIBRARIES 1152 1153 .MAKE: all install-am install-strip 1154 1155 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ 1156 clean-cscope clean-generic clean-libtool \ 1157 clean-pkglibLTLIBRARIES cscope cscopelist-am ctags ctags-am \ 1158 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ 1159 dist-tarZ dist-xz dist-zip distcheck distclean \ 1160 distclean-compile distclean-generic distclean-hdr \ 1161 distclean-libtool distclean-tags distcleancheck distdir \ 1162 distuninstallcheck dvi dvi-am html html-am info info-am \ 1163 install install-am install-data install-data-am \ 1164 install-data-local install-dvi install-dvi-am install-exec \ 1165 install-exec-am install-html install-html-am install-info \ 1166 install-info-am install-man install-myincludeHEADERS \ 1167 install-pdf install-pdf-am install-pkglibLTLIBRARIES \ 1168 install-ps install-ps-am install-strip installcheck \ 1169 installcheck-am installdirs maintainer-clean \ 1170 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1171 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1172 tags tags-am uninstall uninstall-am uninstall-myincludeHEADERS \ 1173 uninstall-pkglibLTLIBRARIES 1174 1175 .PRECIOUS: Makefile 1176 1177 1178 .PHONY: install-data-local 1179 1180 install-data-local: install-pkglibLTLIBRARIES 1181 for f in libgp-collector libgp-heap libgp-sync libgp-iotrace ; do \ 1182 rm -f $(DESTDIR)/$(pkglibdir)/$$f.la $(DESTDIR)/$(pkglibdir)/$$f.a ; \ 1183 done 1184 1185 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1186 # Otherwise a system limit (for SysV at least) may be exceeded. 1187 .NOEXPORT: 1188