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) 2019-2020 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 2 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 COPYING. 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@ 110@NEED_CTF_QSORT_R_TRUE@am__append_1 = ctf-qsort_r.c 111subdir = . 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ 114 $(top_srcdir)/../config/acx.m4 \ 115 $(top_srcdir)/../config/depstand.m4 \ 116 $(top_srcdir)/../config/lead-dot.m4 \ 117 $(top_srcdir)/../config/override.m4 \ 118 $(top_srcdir)/../config/warnings.m4 \ 119 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \ 120 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ 121 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ 122 $(top_srcdir)/configure.ac 123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 126 $(am__configure_deps) $(am__include_HEADERS_DIST) \ 127 $(am__DIST_COMMON) 128am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 129 configure.lineno config.status.lineno 130mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 131CONFIG_HEADER = config.h 132CONFIG_CLEAN_FILES = 133CONFIG_CLEAN_VPATH_FILES = 134am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 135am__vpath_adj = case $$p in \ 136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 137 *) f=$$p;; \ 138 esac; 139am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 140am__install_max = 40 141am__nobase_strip_setup = \ 142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 143am__nobase_strip = \ 144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 145am__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] }' 152am__base_list = \ 153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 155am__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 } 161am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 162LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 163am__DEPENDENCIES_1 = 164libctf_nobfd_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 165am__libctf_nobfd_la_SOURCES_DIST = ctf-archive.c ctf-dump.c \ 166 ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c \ 167 ctf-link.c ctf-lookup.c ctf-open.c ctf-string.c ctf-subr.c \ 168 ctf-types.c ctf-util.c ctf-qsort_r.c 169@NEED_CTF_QSORT_R_TRUE@am__objects_1 = ctf-qsort_r.lo 170am_libctf_nobfd_la_OBJECTS = ctf-archive.lo ctf-dump.lo ctf-create.lo \ 171 ctf-decl.lo ctf-error.lo ctf-hash.lo ctf-labels.lo ctf-link.lo \ 172 ctf-lookup.lo ctf-open.lo ctf-string.lo ctf-subr.lo \ 173 ctf-types.lo ctf-util.lo $(am__objects_1) 174libctf_nobfd_la_OBJECTS = $(am_libctf_nobfd_la_OBJECTS) 175AM_V_lt = $(am__v_lt_@AM_V@) 176am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 177am__v_lt_0 = --silent 178am__v_lt_1 = 179libctf_nobfd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 180 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 181 $(AM_CFLAGS) $(CFLAGS) $(libctf_nobfd_la_LDFLAGS) $(LDFLAGS) \ 182 -o $@ 183@INSTALL_LIBBFD_FALSE@am_libctf_nobfd_la_rpath = 184@INSTALL_LIBBFD_TRUE@am_libctf_nobfd_la_rpath = -rpath $(libdir) 185am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) 186am__libctf_la_SOURCES_DIST = ctf-archive.c ctf-dump.c ctf-create.c \ 187 ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-link.c \ 188 ctf-lookup.c ctf-open.c ctf-string.c ctf-subr.c ctf-types.c \ 189 ctf-util.c ctf-qsort_r.c ctf-open-bfd.c 190am__objects_2 = ctf-archive.lo ctf-dump.lo ctf-create.lo ctf-decl.lo \ 191 ctf-error.lo ctf-hash.lo ctf-labels.lo ctf-link.lo \ 192 ctf-lookup.lo ctf-open.lo ctf-string.lo ctf-subr.lo \ 193 ctf-types.lo ctf-util.lo $(am__objects_1) 194am_libctf_la_OBJECTS = $(am__objects_2) ctf-open-bfd.lo 195libctf_la_OBJECTS = $(am_libctf_la_OBJECTS) 196libctf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 197 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 198 $(libctf_la_LDFLAGS) $(LDFLAGS) -o $@ 199@INSTALL_LIBBFD_FALSE@am_libctf_la_rpath = 200@INSTALL_LIBBFD_TRUE@am_libctf_la_rpath = -rpath $(libdir) 201AM_V_P = $(am__v_P_@AM_V@) 202am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 203am__v_P_0 = false 204am__v_P_1 = : 205AM_V_GEN = $(am__v_GEN_@AM_V@) 206am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 207am__v_GEN_0 = @echo " GEN " $@; 208am__v_GEN_1 = 209AM_V_at = $(am__v_at_@AM_V@) 210am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 211am__v_at_0 = @ 212am__v_at_1 = 213DEFAULT_INCLUDES = -I.@am__isrc@ 214depcomp = $(SHELL) $(top_srcdir)/../depcomp 215am__depfiles_maybe = depfiles 216am__mv = mv -f 217COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 218 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 219LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 220 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 221 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 222 $(AM_CFLAGS) $(CFLAGS) 223AM_V_CC = $(am__v_CC_@AM_V@) 224am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 225am__v_CC_0 = @echo " CC " $@; 226am__v_CC_1 = 227CCLD = $(CC) 228LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 229 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 230 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 231AM_V_CCLD = $(am__v_CCLD_@AM_V@) 232am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 233am__v_CCLD_0 = @echo " CCLD " $@; 234am__v_CCLD_1 = 235SOURCES = $(libctf_nobfd_la_SOURCES) $(libctf_la_SOURCES) 236DIST_SOURCES = $(am__libctf_nobfd_la_SOURCES_DIST) \ 237 $(am__libctf_la_SOURCES_DIST) 238am__can_run_installinfo = \ 239 case $$AM_UPDATE_INFO_DIR in \ 240 n|no|NO) false;; \ 241 *) (install-info --version) >/dev/null 2>&1;; \ 242 esac 243am__include_HEADERS_DIST = $(INCDIR)/ctf.h $(INCDIR)/ctf-api.h 244HEADERS = $(include_HEADERS) 245am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 246 $(LISP)config.h.in 247# Read a list of newline-separated strings from the standard input, 248# and print each of them once, without duplicates. Input order is 249# *not* preserved. 250am__uniquify_input = $(AWK) '\ 251 BEGIN { nonempty = 0; } \ 252 { items[$$0] = 1; nonempty = 1; } \ 253 END { if (nonempty) { for (i in items) print i; }; } \ 254' 255# Make sure the list of sources is unique. This is necessary because, 256# e.g., the same source file might be shared among _SOURCES variables 257# for different programs/libraries. 258am__define_uniq_tagged_files = \ 259 list='$(am__tagged_files)'; \ 260 unique=`for i in $$list; do \ 261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 262 done | $(am__uniquify_input)` 263ETAGS = etags 264CTAGS = ctags 265CSCOPE = cscope 266AM_RECURSIVE_TARGETS = cscope 267am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 268 $(top_srcdir)/../ar-lib $(top_srcdir)/../compile \ 269 $(top_srcdir)/../config.guess $(top_srcdir)/../config.sub \ 270 $(top_srcdir)/../depcomp $(top_srcdir)/../install-sh \ 271 $(top_srcdir)/../ltmain.sh $(top_srcdir)/../missing \ 272 $(top_srcdir)/../mkinstalldirs ChangeLog 273DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 274distdir = $(PACKAGE)-$(VERSION) 275top_distdir = $(distdir) 276am__remove_distdir = \ 277 if test -d "$(distdir)"; then \ 278 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 279 && rm -rf "$(distdir)" \ 280 || { sleep 5 && rm -rf "$(distdir)"; }; \ 281 else :; fi 282am__post_remove_distdir = $(am__remove_distdir) 283DIST_ARCHIVES = $(distdir).tar.gz 284GZIP_ENV = --best 285DIST_TARGETS = dist-gzip 286distuninstallcheck_listfiles = find . -type f -print 287am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 288 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 289distcleancheck_listfiles = find . -type f -print 290ACLOCAL = @ACLOCAL@ 291AMTAR = @AMTAR@ 292AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 293AR = @AR@ 294AUTOCONF = @AUTOCONF@ 295AUTOHEADER = @AUTOHEADER@ 296AUTOMAKE = @AUTOMAKE@ 297AWK = @AWK@ 298BFD_DEPENDENCIES = @BFD_DEPENDENCIES@ 299BFD_LIBADD = @BFD_LIBADD@ 300CC = @CC@ 301CCDEPMODE = @CCDEPMODE@ 302CFLAGS = @CFLAGS@ 303CPP = @CPP@ 304CPPFLAGS = @CPPFLAGS@ 305CYGPATH_W = @CYGPATH_W@ 306DEFS = @DEFS@ 307DEPDIR = @DEPDIR@ 308DSYMUTIL = @DSYMUTIL@ 309DUMPBIN = @DUMPBIN@ 310ECHO_C = @ECHO_C@ 311ECHO_N = @ECHO_N@ 312ECHO_T = @ECHO_T@ 313EGREP = @EGREP@ 314EXEEXT = @EXEEXT@ 315FGREP = @FGREP@ 316GREP = @GREP@ 317INSTALL = @INSTALL@ 318INSTALL_DATA = @INSTALL_DATA@ 319INSTALL_PROGRAM = @INSTALL_PROGRAM@ 320INSTALL_SCRIPT = @INSTALL_SCRIPT@ 321INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 322LD = @LD@ 323LDFLAGS = @LDFLAGS@ 324LIBOBJS = @LIBOBJS@ 325LIBS = @LIBS@ 326LIBTOOL = @LIBTOOL@ 327LIPO = @LIPO@ 328LN_S = @LN_S@ 329LTLIBOBJS = @LTLIBOBJS@ 330MAINT = @MAINT@ 331MAKEINFO = @MAKEINFO@ 332MKDIR_P = @MKDIR_P@ 333NM = @NM@ 334NMEDIT = @NMEDIT@ 335OBJDUMP = @OBJDUMP@ 336OBJEXT = @OBJEXT@ 337OTOOL = @OTOOL@ 338OTOOL64 = @OTOOL64@ 339PACKAGE = @PACKAGE@ 340PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 341PACKAGE_NAME = @PACKAGE_NAME@ 342PACKAGE_STRING = @PACKAGE_STRING@ 343PACKAGE_TARNAME = @PACKAGE_TARNAME@ 344PACKAGE_URL = @PACKAGE_URL@ 345PACKAGE_VERSION = @PACKAGE_VERSION@ 346PATH_SEPARATOR = @PATH_SEPARATOR@ 347RANLIB = @RANLIB@ 348SED = @SED@ 349SET_MAKE = @SET_MAKE@ 350SHARED_LDFLAGS = @SHARED_LDFLAGS@ 351SHARED_LIBADD = @SHARED_LIBADD@ 352SHELL = @SHELL@ 353STRIP = @STRIP@ 354VERSION = @VERSION@ 355VERSION_FLAGS = @VERSION_FLAGS@ 356WARN_PEDANTIC = @WARN_PEDANTIC@ 357WERROR = @WERROR@ 358abs_builddir = @abs_builddir@ 359abs_srcdir = @abs_srcdir@ 360abs_top_builddir = @abs_top_builddir@ 361abs_top_srcdir = @abs_top_srcdir@ 362ac_ct_AR = @ac_ct_AR@ 363ac_ct_CC = @ac_ct_CC@ 364ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 365ac_libctf_warn_cflags = @ac_libctf_warn_cflags@ 366am__include = @am__include@ 367am__leading_dot = @am__leading_dot@ 368am__quote = @am__quote@ 369am__tar = @am__tar@ 370am__untar = @am__untar@ 371bindir = @bindir@ 372build = @build@ 373build_alias = @build_alias@ 374build_cpu = @build_cpu@ 375build_os = @build_os@ 376build_vendor = @build_vendor@ 377builddir = @builddir@ 378c_warn = @c_warn@ 379datadir = @datadir@ 380datarootdir = @datarootdir@ 381docdir = @docdir@ 382dvidir = @dvidir@ 383exec_prefix = @exec_prefix@ 384host = @host@ 385host_alias = @host_alias@ 386host_cpu = @host_cpu@ 387host_noncanonical = @host_noncanonical@ 388host_os = @host_os@ 389host_vendor = @host_vendor@ 390htmldir = @htmldir@ 391includedir = @includedir@ 392infodir = @infodir@ 393install_sh = @install_sh@ 394libdir = @libdir@ 395libexecdir = @libexecdir@ 396localedir = @localedir@ 397localstatedir = @localstatedir@ 398mandir = @mandir@ 399mkdir_p = @mkdir_p@ 400oldincludedir = @oldincludedir@ 401pdfdir = @pdfdir@ 402prefix = @prefix@ 403program_transform_name = @program_transform_name@ 404psdir = @psdir@ 405sbindir = @sbindir@ 406sharedstatedir = @sharedstatedir@ 407srcdir = @srcdir@ 408sysconfdir = @sysconfdir@ 409target_alias = @target_alias@ 410target_noncanonical = @target_noncanonical@ 411top_build_prefix = @top_build_prefix@ 412top_builddir = @top_builddir@ 413top_srcdir = @top_srcdir@ 414warn = @warn@ 415zlibdir = @zlibdir@ 416zlibinc = @zlibinc@ 417ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd 418AUTOMAKE_OPTIONS = foreign no-texinfo.tex 419 420# This is where we get zlib from. zlibdir is -L../zlib and zlibinc is 421# -I../zlib, unless we were configured with --with-system-zlib, in which 422# case both are empty. 423ZLIB = @zlibdir@ -lz 424ZLIBINC = @zlibinc@ 425INCDIR = $(srcdir)/../include 426AM_CPPFLAGS = -D_GNU_SOURCE -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../bfd -I../bfd 427AM_CFLAGS = -std=gnu99 @ac_libctf_warn_cflags@ @warn@ @c_warn@ @WARN_PEDANTIC@ @WERROR@ $(ZLIBINC) 428@INSTALL_LIBBFD_TRUE@lib_LTLIBRARIES = libctf.la libctf-nobfd.la 429@INSTALL_LIBBFD_FALSE@include_HEADERS = 430@INSTALL_LIBBFD_TRUE@include_HEADERS = $(INCDIR)/ctf.h $(INCDIR)/ctf-api.h 431@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libctf.la libctf-nobfd.la 432libctf_nobfd_la_LIBADD = @SHARED_LIBADD@ $(ZLIB) 433libctf_nobfd_la_LDFLAGS = -version-info 0:0:0 @SHARED_LDFLAGS@ @VERSION_FLAGS@ 434libctf_nobfd_la_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c \ 435 ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-link.c \ 436 ctf-lookup.c ctf-open.c ctf-string.c ctf-subr.c ctf-types.c \ 437 ctf-util.c $(am__append_1) 438libctf_la_LIBADD = @BFD_LIBADD@ $(libctf_nobfd_la_LIBADD) 439libctf_la_DEPENDENCIES = @BFD_DEPENDENCIES@ 440libctf_la_LDFLAGS = $(libctf_nobfd_la_LDFLAGS) 441libctf_la_SOURCES = $(libctf_nobfd_la_SOURCES) ctf-open-bfd.c 442all: config.h 443 $(MAKE) $(AM_MAKEFLAGS) all-am 444 445.SUFFIXES: 446.SUFFIXES: .c .lo .o .obj 447am--refresh: Makefile 448 @: 449$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 450 @for dep in $?; do \ 451 case '$(am__configure_deps)' in \ 452 *$$dep*) \ 453 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 454 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 455 && exit 0; \ 456 exit 1;; \ 457 esac; \ 458 done; \ 459 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 460 $(am__cd) $(top_srcdir) && \ 461 $(AUTOMAKE) --foreign Makefile 462Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 463 @case '$?' in \ 464 *config.status*) \ 465 echo ' $(SHELL) ./config.status'; \ 466 $(SHELL) ./config.status;; \ 467 *) \ 468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 469 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 470 esac; 471 472$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 473 $(SHELL) ./config.status --recheck 474 475$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 476 $(am__cd) $(srcdir) && $(AUTOCONF) 477$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 478 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 479$(am__aclocal_m4_deps): 480 481config.h: stamp-h1 482 @test -f $@ || rm -f stamp-h1 483 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 484 485stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 486 @rm -f stamp-h1 487 cd $(top_builddir) && $(SHELL) ./config.status config.h 488$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 489 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 490 rm -f stamp-h1 491 touch $@ 492 493distclean-hdr: 494 -rm -f config.h stamp-h1 495 496install-libLTLIBRARIES: $(lib_LTLIBRARIES) 497 @$(NORMAL_INSTALL) 498 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 499 list2=; for p in $$list; do \ 500 if test -f $$p; then \ 501 list2="$$list2 $$p"; \ 502 else :; fi; \ 503 done; \ 504 test -z "$$list2" || { \ 505 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 506 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 507 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 508 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 509 } 510 511uninstall-libLTLIBRARIES: 512 @$(NORMAL_UNINSTALL) 513 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 514 for p in $$list; do \ 515 $(am__strip_dir) \ 516 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 517 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 518 done 519 520clean-libLTLIBRARIES: 521 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 522 @list='$(lib_LTLIBRARIES)'; \ 523 locs=`for p in $$list; do echo $$p; done | \ 524 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 525 sort -u`; \ 526 test -z "$$locs" || { \ 527 echo rm -f $${locs}; \ 528 rm -f $${locs}; \ 529 } 530 531clean-noinstLTLIBRARIES: 532 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 533 @list='$(noinst_LTLIBRARIES)'; \ 534 locs=`for p in $$list; do echo $$p; done | \ 535 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 536 sort -u`; \ 537 test -z "$$locs" || { \ 538 echo rm -f $${locs}; \ 539 rm -f $${locs}; \ 540 } 541 542libctf-nobfd.la: $(libctf_nobfd_la_OBJECTS) $(libctf_nobfd_la_DEPENDENCIES) $(EXTRA_libctf_nobfd_la_DEPENDENCIES) 543 $(AM_V_CCLD)$(libctf_nobfd_la_LINK) $(am_libctf_nobfd_la_rpath) $(libctf_nobfd_la_OBJECTS) $(libctf_nobfd_la_LIBADD) $(LIBS) 544 545libctf.la: $(libctf_la_OBJECTS) $(libctf_la_DEPENDENCIES) $(EXTRA_libctf_la_DEPENDENCIES) 546 $(AM_V_CCLD)$(libctf_la_LINK) $(am_libctf_la_rpath) $(libctf_la_OBJECTS) $(libctf_la_LIBADD) $(LIBS) 547 548mostlyclean-compile: 549 -rm -f *.$(OBJEXT) 550 551distclean-compile: 552 -rm -f *.tab.c 553 554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-archive.Plo@am__quote@ 555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-create.Plo@am__quote@ 556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-decl.Plo@am__quote@ 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-dump.Plo@am__quote@ 558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-error.Plo@am__quote@ 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-hash.Plo@am__quote@ 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-labels.Plo@am__quote@ 561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-link.Plo@am__quote@ 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-lookup.Plo@am__quote@ 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open-bfd.Plo@am__quote@ 564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open.Plo@am__quote@ 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-qsort_r.Plo@am__quote@ 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-string.Plo@am__quote@ 567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-subr.Plo@am__quote@ 568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-types.Plo@am__quote@ 569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-util.Plo@am__quote@ 570 571.c.o: 572@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 573@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 574@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 576@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 577 578.c.obj: 579@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 580@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 581@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 582@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 583@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 584 585.c.lo: 586@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 587@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 588@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 589@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 590@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 591 592mostlyclean-libtool: 593 -rm -f *.lo 594 595clean-libtool: 596 -rm -rf .libs _libs 597 598distclean-libtool: 599 -rm -f libtool config.lt 600install-includeHEADERS: $(include_HEADERS) 601 @$(NORMAL_INSTALL) 602 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 603 if test -n "$$list"; then \ 604 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 605 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 606 fi; \ 607 for p in $$list; do \ 608 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 609 echo "$$d$$p"; \ 610 done | $(am__base_list) | \ 611 while read files; do \ 612 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 613 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 614 done 615 616uninstall-includeHEADERS: 617 @$(NORMAL_UNINSTALL) 618 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 619 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 620 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 621 622ID: $(am__tagged_files) 623 $(am__define_uniq_tagged_files); mkid -fID $$unique 624tags: tags-am 625TAGS: tags 626 627tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 628 set x; \ 629 here=`pwd`; \ 630 $(am__define_uniq_tagged_files); \ 631 shift; \ 632 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 633 test -n "$$unique" || unique=$$empty_fix; \ 634 if test $$# -gt 0; then \ 635 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 636 "$$@" $$unique; \ 637 else \ 638 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 639 $$unique; \ 640 fi; \ 641 fi 642ctags: ctags-am 643 644CTAGS: ctags 645ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 646 $(am__define_uniq_tagged_files); \ 647 test -z "$(CTAGS_ARGS)$$unique" \ 648 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 649 $$unique 650 651GTAGS: 652 here=`$(am__cd) $(top_builddir) && pwd` \ 653 && $(am__cd) $(top_srcdir) \ 654 && gtags -i $(GTAGS_ARGS) "$$here" 655cscope: cscope.files 656 test ! -s cscope.files \ 657 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 658clean-cscope: 659 -rm -f cscope.files 660cscope.files: clean-cscope cscopelist 661cscopelist: cscopelist-am 662 663cscopelist-am: $(am__tagged_files) 664 list='$(am__tagged_files)'; \ 665 case "$(srcdir)" in \ 666 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 667 *) sdir=$(subdir)/$(srcdir) ;; \ 668 esac; \ 669 for i in $$list; do \ 670 if test -f "$$i"; then \ 671 echo "$(subdir)/$$i"; \ 672 else \ 673 echo "$$sdir/$$i"; \ 674 fi; \ 675 done >> $(top_builddir)/cscope.files 676 677distclean-tags: 678 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 679 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 680 681distdir: $(DISTFILES) 682 $(am__remove_distdir) 683 test -d "$(distdir)" || mkdir "$(distdir)" 684 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 685 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 686 list='$(DISTFILES)'; \ 687 dist_files=`for file in $$list; do echo $$file; done | \ 688 sed -e "s|^$$srcdirstrip/||;t" \ 689 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 690 case $$dist_files in \ 691 */*) $(MKDIR_P) `echo "$$dist_files" | \ 692 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 693 sort -u` ;; \ 694 esac; \ 695 for file in $$dist_files; do \ 696 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 697 if test -d $$d/$$file; then \ 698 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 699 if test -d "$(distdir)/$$file"; then \ 700 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 701 fi; \ 702 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 703 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 704 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 705 fi; \ 706 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 707 else \ 708 test -f "$(distdir)/$$file" \ 709 || cp -p $$d/$$file "$(distdir)/$$file" \ 710 || exit 1; \ 711 fi; \ 712 done 713 -test -n "$(am__skip_mode_fix)" \ 714 || find "$(distdir)" -type d ! -perm -755 \ 715 -exec chmod u+rwx,go+rx {} \; -o \ 716 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 717 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 718 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 719 || chmod -R a+r "$(distdir)" 720dist-gzip: distdir 721 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 722 $(am__post_remove_distdir) 723 724dist-bzip2: distdir 725 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 726 $(am__post_remove_distdir) 727 728dist-lzip: distdir 729 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 730 $(am__post_remove_distdir) 731 732dist-xz: distdir 733 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 734 $(am__post_remove_distdir) 735 736dist-tarZ: distdir 737 @echo WARNING: "Support for distribution archives compressed with" \ 738 "legacy program 'compress' is deprecated." >&2 739 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 740 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 741 $(am__post_remove_distdir) 742 743dist-shar: distdir 744 @echo WARNING: "Support for shar distribution archives is" \ 745 "deprecated." >&2 746 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 747 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 748 $(am__post_remove_distdir) 749 750dist-zip: distdir 751 -rm -f $(distdir).zip 752 zip -rq $(distdir).zip $(distdir) 753 $(am__post_remove_distdir) 754 755dist dist-all: 756 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 757 $(am__post_remove_distdir) 758 759# This target untars the dist file and tries a VPATH configuration. Then 760# it guarantees that the distribution is self-contained by making another 761# tarfile. 762distcheck: dist 763 case '$(DIST_ARCHIVES)' in \ 764 *.tar.gz*) \ 765 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 766 *.tar.bz2*) \ 767 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 768 *.tar.lz*) \ 769 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 770 *.tar.xz*) \ 771 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 772 *.tar.Z*) \ 773 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 774 *.shar.gz*) \ 775 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 776 *.zip*) \ 777 unzip $(distdir).zip ;;\ 778 esac 779 chmod -R a-w $(distdir) 780 chmod u+w $(distdir) 781 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 782 chmod a-w $(distdir) 783 test -d $(distdir)/_build || exit 0; \ 784 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 785 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 786 && am__cwd=`pwd` \ 787 && $(am__cd) $(distdir)/_build/sub \ 788 && ../../configure \ 789 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 790 $(DISTCHECK_CONFIGURE_FLAGS) \ 791 --srcdir=../.. --prefix="$$dc_install_base" \ 792 && $(MAKE) $(AM_MAKEFLAGS) \ 793 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 794 && $(MAKE) $(AM_MAKEFLAGS) check \ 795 && $(MAKE) $(AM_MAKEFLAGS) install \ 796 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 797 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 798 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 799 distuninstallcheck \ 800 && chmod -R a-w "$$dc_install_base" \ 801 && ({ \ 802 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 803 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 804 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 805 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 806 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 807 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 808 && rm -rf "$$dc_destdir" \ 809 && $(MAKE) $(AM_MAKEFLAGS) dist \ 810 && rm -rf $(DIST_ARCHIVES) \ 811 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 812 && cd "$$am__cwd" \ 813 || exit 1 814 $(am__post_remove_distdir) 815 @(echo "$(distdir) archives ready for distribution: "; \ 816 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 817 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 818distuninstallcheck: 819 @test -n '$(distuninstallcheck_dir)' || { \ 820 echo 'ERROR: trying to run $@ with an empty' \ 821 '$$(distuninstallcheck_dir)' >&2; \ 822 exit 1; \ 823 }; \ 824 $(am__cd) '$(distuninstallcheck_dir)' || { \ 825 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 826 exit 1; \ 827 }; \ 828 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 829 || { echo "ERROR: files left after uninstall:" ; \ 830 if test -n "$(DESTDIR)"; then \ 831 echo " (check DESTDIR support)"; \ 832 fi ; \ 833 $(distuninstallcheck_listfiles) ; \ 834 exit 1; } >&2 835distcleancheck: distclean 836 @if test '$(srcdir)' = . ; then \ 837 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 838 exit 1 ; \ 839 fi 840 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 841 || { echo "ERROR: files left in build directory after distclean:" ; \ 842 $(distcleancheck_listfiles) ; \ 843 exit 1; } >&2 844check-am: all-am 845check: check-am 846all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h 847installdirs: 848 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ 849 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 850 done 851install: install-am 852install-exec: install-exec-am 853install-data: install-data-am 854uninstall: uninstall-am 855 856install-am: all-am 857 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 858 859installcheck: installcheck-am 860install-strip: 861 if test -z '$(STRIP)'; then \ 862 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 863 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 864 install; \ 865 else \ 866 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 867 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 868 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 869 fi 870mostlyclean-generic: 871 872clean-generic: 873 874distclean-generic: 875 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 876 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 877 878maintainer-clean-generic: 879 @echo "This command is intended for maintainers to use" 880 @echo "it deletes files that may require special tools to rebuild." 881clean: clean-am 882 883clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 884 clean-noinstLTLIBRARIES mostlyclean-am 885 886distclean: distclean-am 887 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 888 -rm -rf ./$(DEPDIR) 889 -rm -f Makefile 890distclean-am: clean-am distclean-compile distclean-generic \ 891 distclean-hdr distclean-libtool distclean-tags 892 893dvi: dvi-am 894 895dvi-am: 896 897html: html-am 898 899html-am: 900 901info: info-am 902 903info-am: 904 905install-data-am: install-includeHEADERS 906 907install-dvi: install-dvi-am 908 909install-dvi-am: 910 911install-exec-am: install-libLTLIBRARIES 912 913install-html: install-html-am 914 915install-html-am: 916 917install-info: install-info-am 918 919install-info-am: 920 921install-man: 922 923install-pdf: install-pdf-am 924 925install-pdf-am: 926 927install-ps: install-ps-am 928 929install-ps-am: 930 931installcheck-am: 932 933maintainer-clean: maintainer-clean-am 934 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 935 -rm -rf $(top_srcdir)/autom4te.cache 936 -rm -rf ./$(DEPDIR) 937 -rm -f Makefile 938maintainer-clean-am: distclean-am maintainer-clean-generic 939 940mostlyclean: mostlyclean-am 941 942mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 943 mostlyclean-libtool 944 945pdf: pdf-am 946 947pdf-am: 948 949ps: ps-am 950 951ps-am: 952 953uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES 954 955.MAKE: all install-am install-strip 956 957.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ 958 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \ 959 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \ 960 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ 961 dist-tarZ dist-xz dist-zip distcheck distclean \ 962 distclean-compile distclean-generic distclean-hdr \ 963 distclean-libtool distclean-tags distcleancheck distdir \ 964 distuninstallcheck dvi dvi-am html html-am info info-am \ 965 install install-am install-data install-data-am install-dvi \ 966 install-dvi-am install-exec install-exec-am install-html \ 967 install-html-am install-includeHEADERS install-info \ 968 install-info-am install-libLTLIBRARIES install-man install-pdf \ 969 install-pdf-am install-ps install-ps-am install-strip \ 970 installcheck installcheck-am installdirs maintainer-clean \ 971 maintainer-clean-generic mostlyclean mostlyclean-compile \ 972 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 973 tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ 974 uninstall-libLTLIBRARIES 975 976.PRECIOUS: Makefile 977 978 979# Tell versions [3.59,3.63) of GNU make to not export all variables. 980# Otherwise a system limit (for SysV at least) may be exceeded. 981.NOEXPORT: 982