1 # Makefile.in generated by automake 1.14.1 from Makefile.am. 2 # libdwelf/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright (C) 1994-2013 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 16 17 18 19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 20 am__make_running_with_option = \ 21 case $${target_option-} in \ 22 ?) ;; \ 23 *) echo "am__make_running_with_option: internal error: invalid" \ 24 "target option '$${target_option-}' specified" >&2; \ 25 exit 1;; \ 26 esac; \ 27 has_opt=no; \ 28 sane_makeflags=$$MAKEFLAGS; \ 29 if $(am__is_gnu_make); then \ 30 sane_makeflags=$$MFLAGS; \ 31 else \ 32 case $$MAKEFLAGS in \ 33 *\\[\ \ ]*) \ 34 bs=\\; \ 35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 37 esac; \ 38 fi; \ 39 skip_next=no; \ 40 strip_trailopt () \ 41 { \ 42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 43 }; \ 44 for flg in $$sane_makeflags; do \ 45 test $$skip_next = yes && { skip_next=no; continue; }; \ 46 case $$flg in \ 47 *=*|--*) continue;; \ 48 -*I) strip_trailopt 'I'; skip_next=yes;; \ 49 -*I?*) strip_trailopt 'I';; \ 50 -*O) strip_trailopt 'O'; skip_next=yes;; \ 51 -*O?*) strip_trailopt 'O';; \ 52 -*l) strip_trailopt 'l'; skip_next=yes;; \ 53 -*l?*) strip_trailopt 'l';; \ 54 -[dEDm]) skip_next=yes;; \ 55 -[JT]) skip_next=yes;; \ 56 esac; \ 57 case $$flg in \ 58 *$$target_option*) has_opt=yes; break;; \ 59 esac; \ 60 done; \ 61 test $$has_opt = yes 62 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 64 pkgdatadir = $(datadir)/elfutils 65 pkgincludedir = $(includedir)/elfutils 66 pkglibdir = $(libdir)/elfutils 67 pkglibexecdir = $(libexecdir)/elfutils 68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 69 install_sh_DATA = $(install_sh) -c -m 644 70 install_sh_PROGRAM = $(install_sh) -c 71 install_sh_SCRIPT = $(install_sh) -c 72 INSTALL_HEADER = $(INSTALL_DATA) 73 transform = $(program_transform_name) 74 NORMAL_INSTALL = : 75 PRE_INSTALL = : 76 POST_INSTALL = : 77 NORMAL_UNINSTALL = : 78 PRE_UNINSTALL = : 79 POST_UNINSTALL = : 80 build_triplet = x86_64-unknown-linux-gnu 81 host_triplet = x86_64-unknown-linux-gnu 82 DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \ 83 $(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \ 84 $(noinst_HEADERS) $(pkginclude_HEADERS) ChangeLog 85 subdir = libdwelf 86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87 am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \ 88 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 89 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \ 90 $(top_srcdir)/configure.ac 91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92 $(ACLOCAL_M4) 93 mkinstalldirs = $(install_sh) -d 94 CONFIG_HEADER = $(top_builddir)/config.h 95 CONFIG_CLEAN_FILES = 96 CONFIG_CLEAN_VPATH_FILES = 97 LIBRARIES = $(noinst_LIBRARIES) 98 ARFLAGS = cru 99 AM_V_AR = $(am__v_AR_$(V)) 100 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) 101 am__v_AR_0 = @echo " AR " $@; 102 am__v_AR_1 = 103 libdwelf_a_AR = $(AR) $(ARFLAGS) 104 libdwelf_a_LIBADD = 105 am_libdwelf_a_OBJECTS = dwelf_elf_gnu_debuglink.$(OBJEXT) \ 106 dwelf_dwarf_gnu_debugaltlink.$(OBJEXT) \ 107 dwelf_elf_gnu_build_id.$(OBJEXT) 108 libdwelf_a_OBJECTS = $(am_libdwelf_a_OBJECTS) 109 libdwelf_pic_a_AR = $(AR) $(ARFLAGS) 110 libdwelf_pic_a_LIBADD = 111 libdwelf_pic_a_OBJECTS = $(am_libdwelf_pic_a_OBJECTS) 112 AM_V_P = $(am__v_P_$(V)) 113 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 114 am__v_P_0 = false 115 am__v_P_1 = : 116 AM_V_GEN = $(am__v_GEN_$(V)) 117 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 118 am__v_GEN_0 = @echo " GEN " $@; 119 am__v_GEN_1 = 120 AM_V_at = $(am__v_at_$(V)) 121 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 122 am__v_at_0 = @ 123 am__v_at_1 = 124 DEFAULT_INCLUDES = -I. -I$(top_builddir) 125 depcomp = $(SHELL) $(top_srcdir)/config/depcomp 126 am__depfiles_maybe = depfiles 127 am__mv = mv -f 128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 129 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 130 AM_V_CC = $(am__v_CC_$(V)) 131 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 132 am__v_CC_0 = @echo " CC " $@; 133 am__v_CC_1 = 134 CCLD = $(CC) 135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 136 AM_V_CCLD = $(am__v_CCLD_$(V)) 137 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 138 am__v_CCLD_0 = @echo " CCLD " $@; 139 am__v_CCLD_1 = 140 SOURCES = $(libdwelf_a_SOURCES) $(libdwelf_pic_a_SOURCES) 141 DIST_SOURCES = $(libdwelf_a_SOURCES) $(libdwelf_pic_a_SOURCES) 142 am__can_run_installinfo = \ 143 case $$AM_UPDATE_INFO_DIR in \ 144 n|no|NO) false;; \ 145 *) (install-info --version) >/dev/null 2>&1;; \ 146 esac 147 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 148 am__vpath_adj = case $$p in \ 149 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 150 *) f=$$p;; \ 151 esac; 152 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 153 am__install_max = 40 154 am__nobase_strip_setup = \ 155 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 156 am__nobase_strip = \ 157 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 158 am__nobase_list = $(am__nobase_strip_setup); \ 159 for p in $$list; do echo "$$p $$p"; done | \ 160 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 161 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 162 if (++n[$$2] == $(am__install_max)) \ 163 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 164 END { for (dir in files) print dir, files[dir] }' 165 am__base_list = \ 166 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 167 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 168 am__uninstall_files_from_dir = { \ 169 test -z "$$files" \ 170 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 171 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 172 $(am__cd) "$$dir" && rm -f $$files; }; \ 173 } 174 am__installdirs = "$(DESTDIR)$(pkgincludedir)" 175 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS) 176 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 177 # Read a list of newline-separated strings from the standard input, 178 # and print each of them once, without duplicates. Input order is 179 # *not* preserved. 180 am__uniquify_input = $(AWK) '\ 181 BEGIN { nonempty = 0; } \ 182 { items[$$0] = 1; nonempty = 1; } \ 183 END { if (nonempty) { for (i in items) print i; }; } \ 184 ' 185 # Make sure the list of sources is unique. This is necessary because, 186 # e.g., the same source file might be shared among _SOURCES variables 187 # for different programs/libraries. 188 am__define_uniq_tagged_files = \ 189 list='$(am__tagged_files)'; \ 190 unique=`for i in $$list; do \ 191 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 192 done | $(am__uniquify_input)` 193 ETAGS = etags 194 CTAGS = ctags 195 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 196 ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14 197 AMTAR = $${TAR-tar} 198 AM_DEFAULT_VERBOSITY = 1 199 AR = ar 200 AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf 201 AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader 202 AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14 203 AWK = gawk 204 CC = gcc 205 CCDEPMODE = depmode=gcc3 206 CC_BIARCH = gcc -m32 207 CFLAGS = -g -O2 208 CPP = gcc -E 209 CPPFLAGS = 210 CYGPATH_W = echo 211 DEBUGPRED = 0 212 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"' 213 DEPDIR = .deps 214 ECHO_C = 215 ECHO_N = -n 216 ECHO_T = 217 EGREP = /bin/grep -E 218 EXEEXT = 219 GETTEXT_MACRO_VERSION = 0.18 220 GMSGFMT = /usr/bin/msgfmt 221 GMSGFMT_015 = /usr/bin/msgfmt 222 GREP = /bin/grep 223 HAVE_VALGRIND = 224 INSTALL = /usr/bin/install -c 225 INSTALL_DATA = ${INSTALL} -m 644 226 INSTALL_PROGRAM = ${INSTALL} 227 INSTALL_SCRIPT = ${INSTALL} 228 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 229 LDFLAGS = 230 LEX = flex 231 LEXLIB = -lfl 232 LEX_OUTPUT_ROOT = lex.yy 233 LIBEBL_SUBDIR = elfutils 234 LIBOBJS = 235 LIBS = 236 LTLIBOBJS = 237 MAINT = # 238 MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo 239 MKDIR_P = /bin/mkdir -p 240 MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800 241 MSGFMT = /usr/bin/msgfmt 242 MSGFMT_015 = /usr/bin/msgfmt 243 MSGMERGE = /usr/bin/msgmerge 244 NM = nm 245 OBJEXT = o 246 PACKAGE = elfutils 247 PACKAGE_BUGREPORT = https://bugzilla.redhat.com/ 248 PACKAGE_NAME = elfutils 249 PACKAGE_STRING = elfutils 0.161 250 PACKAGE_TARNAME = elfutils 251 PACKAGE_URL = 252 PACKAGE_VERSION = 0.161 253 PATH_SEPARATOR = : 254 RANLIB = ranlib 255 READELF = readelf 256 SET_MAKE = 257 SHELL = /bin/sh 258 STRIP = 259 USE_NLS = yes 260 VERSION = 1 261 XGETTEXT = /usr/bin/xgettext 262 XGETTEXT_015 = /usr/bin/xgettext 263 XGETTEXT_EXTRA_OPTIONS = 264 YACC = bison -y 265 YFLAGS = 266 abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/libdwelf 267 abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/libdwelf 268 abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src 269 abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src 270 ac_ct_AR = ar 271 ac_ct_CC = gcc 272 am__include = include 273 am__leading_dot = . 274 am__quote = 275 am__tar = $${TAR-tar} chof - "$$tardir" 276 am__untar = $${TAR-tar} xf - 277 base_cpu = none 278 bindir = ${exec_prefix}/bin 279 build = x86_64-unknown-linux-gnu 280 build_alias = 281 build_cpu = x86_64 282 build_os = linux-gnu 283 build_vendor = unknown 284 builddir = . 285 datadir = ${datarootdir} 286 datarootdir = ${prefix}/share 287 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 288 dvidir = ${docdir} 289 eu_version = 161 290 exec_prefix = ${prefix} 291 host = x86_64-unknown-linux-gnu 292 host_alias = 293 host_cpu = x86_64 294 host_os = linux-gnu 295 host_vendor = unknown 296 htmldir = ${docdir} 297 includedir = ${prefix}/include 298 infodir = ${datarootdir}/info 299 install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh 300 libdir = ${exec_prefix}/lib 301 libexecdir = ${exec_prefix}/libexec 302 localedir = ${datarootdir}/locale 303 localstatedir = ${prefix}/var 304 mandir = ${datarootdir}/man 305 mkdir_p = $(MKDIR_P) 306 oldincludedir = /usr/include 307 pdfdir = ${docdir} 308 prefix = /usr/local 309 program_transform_name = s,x,x, 310 psdir = ${docdir} 311 sbindir = ${exec_prefix}/sbin 312 sharedstatedir = ${prefix}/com 313 srcdir = . 314 sysconfdir = ${prefix}/etc 315 target_alias = 316 top_build_prefix = ../ 317 top_builddir = .. 318 top_srcdir = .. 319 zip_LIBS = -lz 320 AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \ 321 -I$(srcdir)/../libelf -I$(srcdir)/../libdw \ 322 -I$(srcdir)/../libdwfl -I$(srcdir)/../libebl 323 AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \ 324 $(if $($(*F)_no_Werror),,-Werror) \ 325 $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \ 326 $($(*F)_CFLAGS) 327 328 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE)) 329 CLEANFILES = *.gcno *.gcda $(am_libdwelf_pic_a_OBJECTS) 330 textrel_msg = echo "WARNING: TEXTREL found in '$@'" 331 #textrel_found = $(textrel_msg) 332 textrel_found = $(textrel_msg); exit 1 333 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi 334 noinst_LIBRARIES = libdwelf.a libdwelf_pic.a 335 pkginclude_HEADERS = libdwelf.h 336 noinst_HEADERS = libdwelfP.h 337 libdwelf_a_SOURCES = dwelf_elf_gnu_debuglink.c dwelf_dwarf_gnu_debugaltlink.c \ 338 dwelf_elf_gnu_build_id.c 339 340 libdwelf = $(libdw) 341 libdw = ../libdw/libdw.so 342 libelf = ../libelf/libelf.so 343 libebl = ../libebl/libebl.a 344 libeu = ../lib/libeu.a 345 libdwelf_pic_a_SOURCES = 346 am_libdwelf_pic_a_OBJECTS = $(libdwelf_a_SOURCES:.c=.os) 347 all: all-am 348 349 .SUFFIXES: 350 .SUFFIXES: .c .o .obj 351 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps) 352 @for dep in $?; do \ 353 case '$(am__configure_deps)' in \ 354 *$$dep*) \ 355 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 356 && { if test -f $@; then exit 0; else break; fi; }; \ 357 exit 1;; \ 358 esac; \ 359 done; \ 360 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libdwelf/Makefile'; \ 361 $(am__cd) $(top_srcdir) && \ 362 $(AUTOMAKE) --gnits libdwelf/Makefile 363 .PRECIOUS: Makefile 364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 365 @case '$?' in \ 366 *config.status*) \ 367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 368 *) \ 369 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 370 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 371 esac; 372 $(top_srcdir)/config/eu.am: 373 374 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 376 377 $(top_srcdir)/configure: # $(am__configure_deps) 378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 379 $(ACLOCAL_M4): # $(am__aclocal_m4_deps) 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 381 $(am__aclocal_m4_deps): 382 383 clean-noinstLIBRARIES: 384 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 385 386 libdwelf.a: $(libdwelf_a_OBJECTS) $(libdwelf_a_DEPENDENCIES) $(EXTRA_libdwelf_a_DEPENDENCIES) 387 $(AM_V_at)-rm -f libdwelf.a 388 $(AM_V_AR)$(libdwelf_a_AR) libdwelf.a $(libdwelf_a_OBJECTS) $(libdwelf_a_LIBADD) 389 $(AM_V_at)$(RANLIB) libdwelf.a 390 391 libdwelf_pic.a: $(libdwelf_pic_a_OBJECTS) $(libdwelf_pic_a_DEPENDENCIES) $(EXTRA_libdwelf_pic_a_DEPENDENCIES) 392 $(AM_V_at)-rm -f libdwelf_pic.a 393 $(AM_V_AR)$(libdwelf_pic_a_AR) libdwelf_pic.a $(libdwelf_pic_a_OBJECTS) $(libdwelf_pic_a_LIBADD) 394 $(AM_V_at)$(RANLIB) libdwelf_pic.a 395 396 mostlyclean-compile: 397 -rm -f *.$(OBJEXT) 398 399 distclean-compile: 400 -rm -f *.tab.c 401 402 include ./$(DEPDIR)/dwelf_dwarf_gnu_debugaltlink.Po 403 include ./$(DEPDIR)/dwelf_elf_gnu_build_id.Po 404 include ./$(DEPDIR)/dwelf_elf_gnu_debuglink.Po 405 406 .c.o: 407 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 408 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 409 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 410 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 411 # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 412 413 .c.obj: 414 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 415 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 416 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 417 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 418 # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 419 install-pkgincludeHEADERS: $(pkginclude_HEADERS) 420 @$(NORMAL_INSTALL) 421 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 422 if test -n "$$list"; then \ 423 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ 424 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ 425 fi; \ 426 for p in $$list; do \ 427 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 428 echo "$$d$$p"; \ 429 done | $(am__base_list) | \ 430 while read files; do \ 431 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 432 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 433 done 434 435 uninstall-pkgincludeHEADERS: 436 @$(NORMAL_UNINSTALL) 437 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 438 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 439 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 440 441 ID: $(am__tagged_files) 442 $(am__define_uniq_tagged_files); mkid -fID $$unique 443 tags: tags-am 444 TAGS: tags 445 446 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 447 set x; \ 448 here=`pwd`; \ 449 $(am__define_uniq_tagged_files); \ 450 shift; \ 451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 452 test -n "$$unique" || unique=$$empty_fix; \ 453 if test $$# -gt 0; then \ 454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 455 "$$@" $$unique; \ 456 else \ 457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 458 $$unique; \ 459 fi; \ 460 fi 461 ctags: ctags-am 462 463 CTAGS: ctags 464 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 465 $(am__define_uniq_tagged_files); \ 466 test -z "$(CTAGS_ARGS)$$unique" \ 467 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 468 $$unique 469 470 GTAGS: 471 here=`$(am__cd) $(top_builddir) && pwd` \ 472 && $(am__cd) $(top_srcdir) \ 473 && gtags -i $(GTAGS_ARGS) "$$here" 474 cscopelist: cscopelist-am 475 476 cscopelist-am: $(am__tagged_files) 477 list='$(am__tagged_files)'; \ 478 case "$(srcdir)" in \ 479 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 480 *) sdir=$(subdir)/$(srcdir) ;; \ 481 esac; \ 482 for i in $$list; do \ 483 if test -f "$$i"; then \ 484 echo "$(subdir)/$$i"; \ 485 else \ 486 echo "$$sdir/$$i"; \ 487 fi; \ 488 done >> $(top_builddir)/cscope.files 489 490 distclean-tags: 491 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 492 493 distdir: $(DISTFILES) 494 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 496 list='$(DISTFILES)'; \ 497 dist_files=`for file in $$list; do echo $$file; done | \ 498 sed -e "s|^$$srcdirstrip/||;t" \ 499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 500 case $$dist_files in \ 501 */*) $(MKDIR_P) `echo "$$dist_files" | \ 502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 503 sort -u` ;; \ 504 esac; \ 505 for file in $$dist_files; do \ 506 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 507 if test -d $$d/$$file; then \ 508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 509 if test -d "$(distdir)/$$file"; then \ 510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 511 fi; \ 512 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 513 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 515 fi; \ 516 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 517 else \ 518 test -f "$(distdir)/$$file" \ 519 || cp -p $$d/$$file "$(distdir)/$$file" \ 520 || exit 1; \ 521 fi; \ 522 done 523 check-am: all-am 524 check: check-am 525 all-am: Makefile $(LIBRARIES) $(HEADERS) 526 installdirs: 527 for dir in "$(DESTDIR)$(pkgincludedir)"; do \ 528 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 529 done 530 install: install-am 531 install-exec: install-exec-am 532 install-data: install-data-am 533 uninstall: uninstall-am 534 535 install-am: all-am 536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 537 538 installcheck: installcheck-am 539 install-strip: 540 if test -z '$(STRIP)'; then \ 541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 543 install; \ 544 else \ 545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 548 fi 549 mostlyclean-generic: 550 551 clean-generic: 552 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 553 554 distclean-generic: 555 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 556 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 557 558 maintainer-clean-generic: 559 @echo "This command is intended for maintainers to use" 560 @echo "it deletes files that may require special tools to rebuild." 561 clean: clean-am 562 563 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 564 565 distclean: distclean-am 566 -rm -rf ./$(DEPDIR) 567 -rm -f Makefile 568 distclean-am: clean-am distclean-compile distclean-generic \ 569 distclean-tags 570 571 dvi: dvi-am 572 573 dvi-am: 574 575 html: html-am 576 577 html-am: 578 579 info: info-am 580 581 info-am: 582 583 install-data-am: install-pkgincludeHEADERS 584 585 install-dvi: install-dvi-am 586 587 install-dvi-am: 588 589 install-exec-am: 590 591 install-html: install-html-am 592 593 install-html-am: 594 595 install-info: install-info-am 596 597 install-info-am: 598 599 install-man: 600 601 install-pdf: install-pdf-am 602 603 install-pdf-am: 604 605 install-ps: install-ps-am 606 607 install-ps-am: 608 609 installcheck-am: 610 611 maintainer-clean: maintainer-clean-am 612 -rm -rf ./$(DEPDIR) 613 -rm -f Makefile 614 maintainer-clean-am: distclean-am maintainer-clean-generic 615 616 mostlyclean: mostlyclean-am 617 618 mostlyclean-am: mostlyclean-compile mostlyclean-generic 619 620 pdf: pdf-am 621 622 pdf-am: 623 624 ps: ps-am 625 626 ps-am: 627 628 uninstall-am: uninstall-pkgincludeHEADERS 629 630 .MAKE: install-am install-strip 631 632 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 633 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \ 634 distclean-compile distclean-generic distclean-tags distdir dvi \ 635 dvi-am html html-am info info-am install install-am \ 636 install-data install-data-am install-dvi install-dvi-am \ 637 install-exec install-exec-am install-html install-html-am \ 638 install-info install-info-am install-man install-pdf \ 639 install-pdf-am install-pkgincludeHEADERS install-ps \ 640 install-ps-am install-strip installcheck installcheck-am \ 641 installdirs maintainer-clean maintainer-clean-generic \ 642 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 643 ps ps-am tags tags-am uninstall uninstall-am \ 644 uninstall-pkgincludeHEADERS 645 646 647 %.os: %.c %.o 648 if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \ 649 -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \ 650 then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \ 651 rm -f "$(DEPDIR)/$*.Tpo"; \ 652 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 653 fi 654 # $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $< 655 656 # Tell versions [3.59,3.63) of GNU make to not export all variables. 657 # Otherwise a system limit (for SysV at least) may be exceeded. 658 .NOEXPORT: 659