github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/printf/Makefile.in (about) 1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994-2014 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 # Copyright 2001, 2002 Free Software Foundation, Inc. 18 # 19 # This file is part of the GNU MP Library. 20 # 21 # The GNU MP Library is free software; you can redistribute it and/or modify 22 # it under the terms of either: 23 # 24 # * the GNU Lesser General Public License as published by the Free 25 # Software Foundation; either version 3 of the License, or (at your 26 # option) any later version. 27 # 28 # or 29 # 30 # * the GNU General Public License as published by the Free Software 31 # Foundation; either version 2 of the License, or (at your option) any 32 # later version. 33 # 34 # or both in parallel, as here. 35 # 36 # The GNU MP Library is distributed in the hope that it will be useful, but 37 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 38 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 39 # for more details. 40 # 41 # You should have received copies of the GNU General Public License and the 42 # GNU Lesser General Public License along with the GNU MP Library. If not, 43 # see https://www.gnu.org/licenses/. 44 45 VPATH = @srcdir@ 46 am__is_gnu_make = { \ 47 if test -z '$(MAKELEVEL)'; then \ 48 false; \ 49 elif test -n '$(MAKE_HOST)'; then \ 50 true; \ 51 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 52 true; \ 53 else \ 54 false; \ 55 fi; \ 56 } 57 am__make_running_with_option = \ 58 case $${target_option-} in \ 59 ?) ;; \ 60 *) echo "am__make_running_with_option: internal error: invalid" \ 61 "target option '$${target_option-}' specified" >&2; \ 62 exit 1;; \ 63 esac; \ 64 has_opt=no; \ 65 sane_makeflags=$$MAKEFLAGS; \ 66 if $(am__is_gnu_make); then \ 67 sane_makeflags=$$MFLAGS; \ 68 else \ 69 case $$MAKEFLAGS in \ 70 *\\[\ \ ]*) \ 71 bs=\\; \ 72 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 73 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 74 esac; \ 75 fi; \ 76 skip_next=no; \ 77 strip_trailopt () \ 78 { \ 79 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 80 }; \ 81 for flg in $$sane_makeflags; do \ 82 test $$skip_next = yes && { skip_next=no; continue; }; \ 83 case $$flg in \ 84 *=*|--*) continue;; \ 85 -*I) strip_trailopt 'I'; skip_next=yes;; \ 86 -*I?*) strip_trailopt 'I';; \ 87 -*O) strip_trailopt 'O'; skip_next=yes;; \ 88 -*O?*) strip_trailopt 'O';; \ 89 -*l) strip_trailopt 'l'; skip_next=yes;; \ 90 -*l?*) strip_trailopt 'l';; \ 91 -[dEDm]) skip_next=yes;; \ 92 -[JT]) skip_next=yes;; \ 93 esac; \ 94 case $$flg in \ 95 *$$target_option*) has_opt=yes; break;; \ 96 esac; \ 97 done; \ 98 test $$has_opt = yes 99 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 100 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 101 pkgdatadir = $(datadir)/@PACKAGE@ 102 pkgincludedir = $(includedir)/@PACKAGE@ 103 pkglibdir = $(libdir)/@PACKAGE@ 104 pkglibexecdir = $(libexecdir)/@PACKAGE@ 105 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 106 install_sh_DATA = $(install_sh) -c -m 644 107 install_sh_PROGRAM = $(install_sh) -c 108 install_sh_SCRIPT = $(install_sh) -c 109 INSTALL_HEADER = $(INSTALL_DATA) 110 transform = $(program_transform_name) 111 NORMAL_INSTALL = : 112 PRE_INSTALL = : 113 POST_INSTALL = : 114 NORMAL_UNINSTALL = : 115 PRE_UNINSTALL = : 116 POST_UNINSTALL = : 117 build_triplet = @build@ 118 host_triplet = @host@ 119 subdir = printf 120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 121 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 122 $(top_srcdir)/configure.ac 123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 126 mkinstalldirs = $(install_sh) -d 127 CONFIG_HEADER = $(top_builddir)/config.h 128 CONFIG_CLEAN_FILES = 129 CONFIG_CLEAN_VPATH_FILES = 130 LTLIBRARIES = $(noinst_LTLIBRARIES) 131 libprintf_la_LIBADD = 132 am_libprintf_la_OBJECTS = asprintf.lo asprntffuns.lo doprnt.lo \ 133 doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo \ 134 obprntffuns.lo printf.lo printffuns.lo snprintf.lo \ 135 snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo \ 136 vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo \ 137 repl-vsnprintf.lo 138 libprintf_la_OBJECTS = $(am_libprintf_la_OBJECTS) 139 AM_V_lt = $(am__v_lt_@AM_V@) 140 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 141 am__v_lt_0 = --silent 142 am__v_lt_1 = 143 AM_V_P = $(am__v_P_@AM_V@) 144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 145 am__v_P_0 = false 146 am__v_P_1 = : 147 AM_V_GEN = $(am__v_GEN_@AM_V@) 148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 149 am__v_GEN_0 = @echo " GEN " $@; 150 am__v_GEN_1 = 151 AM_V_at = $(am__v_at_@AM_V@) 152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 153 am__v_at_0 = @ 154 am__v_at_1 = 155 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 156 depcomp = 157 am__depfiles_maybe = 158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 159 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 160 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 161 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 162 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 163 $(AM_CFLAGS) $(CFLAGS) 164 AM_V_CC = $(am__v_CC_@AM_V@) 165 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 166 am__v_CC_0 = @echo " CC " $@; 167 am__v_CC_1 = 168 CCLD = $(CC) 169 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 170 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 171 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 172 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 173 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 174 am__v_CCLD_0 = @echo " CCLD " $@; 175 am__v_CCLD_1 = 176 SOURCES = $(libprintf_la_SOURCES) 177 DIST_SOURCES = $(libprintf_la_SOURCES) 178 am__can_run_installinfo = \ 179 case $$AM_UPDATE_INFO_DIR in \ 180 n|no|NO) false;; \ 181 *) (install-info --version) >/dev/null 2>&1;; \ 182 esac 183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 184 # Read a list of newline-separated strings from the standard input, 185 # and print each of them once, without duplicates. Input order is 186 # *not* preserved. 187 am__uniquify_input = $(AWK) '\ 188 BEGIN { nonempty = 0; } \ 189 { items[$$0] = 1; nonempty = 1; } \ 190 END { if (nonempty) { for (i in items) print i; }; } \ 191 ' 192 # Make sure the list of sources is unique. This is necessary because, 193 # e.g., the same source file might be shared among _SOURCES variables 194 # for different programs/libraries. 195 am__define_uniq_tagged_files = \ 196 list='$(am__tagged_files)'; \ 197 unique=`for i in $$list; do \ 198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 199 done | $(am__uniquify_input)` 200 ETAGS = etags 201 CTAGS = ctags 202 am__DIST_COMMON = $(srcdir)/Makefile.in 203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 204 ABI = @ABI@ 205 ACLOCAL = @ACLOCAL@ 206 AMTAR = @AMTAR@ 207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 208 AR = @AR@ 209 AS = @AS@ 210 ASMFLAGS = @ASMFLAGS@ 211 AUTOCONF = @AUTOCONF@ 212 AUTOHEADER = @AUTOHEADER@ 213 AUTOMAKE = @AUTOMAKE@ 214 AWK = @AWK@ 215 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ 216 CC = @CC@ 217 CCAS = @CCAS@ 218 CC_FOR_BUILD = @CC_FOR_BUILD@ 219 CFLAGS = @CFLAGS@ 220 CPP = @CPP@ 221 CPPFLAGS = @CPPFLAGS@ 222 CPP_FOR_BUILD = @CPP_FOR_BUILD@ 223 CXX = @CXX@ 224 CXXCPP = @CXXCPP@ 225 CXXFLAGS = @CXXFLAGS@ 226 CYGPATH_W = @CYGPATH_W@ 227 DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@ 228 DEFS = @DEFS@ 229 DLLTOOL = @DLLTOOL@ 230 DSYMUTIL = @DSYMUTIL@ 231 DUMPBIN = @DUMPBIN@ 232 ECHO_C = @ECHO_C@ 233 ECHO_N = @ECHO_N@ 234 ECHO_T = @ECHO_T@ 235 EGREP = @EGREP@ 236 EXEEXT = @EXEEXT@ 237 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 238 FGREP = @FGREP@ 239 GMP_LDFLAGS = @GMP_LDFLAGS@ 240 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 241 GMP_NAIL_BITS = @GMP_NAIL_BITS@ 242 GREP = @GREP@ 243 HAVE_CLOCK_01 = @HAVE_CLOCK_01@ 244 HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@ 245 HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@ 246 HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@ 247 HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@ 248 HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@ 249 HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@ 250 HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@ 251 HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@ 252 HAVE_STACK_T_01 = @HAVE_STACK_T_01@ 253 HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@ 254 INSTALL = @INSTALL@ 255 INSTALL_DATA = @INSTALL_DATA@ 256 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 257 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 258 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 259 LD = @LD@ 260 LDFLAGS = @LDFLAGS@ 261 LEX = @LEX@ 262 LEXLIB = @LEXLIB@ 263 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 264 LIBCURSES = @LIBCURSES@ 265 LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@ 266 LIBGMP_DLL = @LIBGMP_DLL@ 267 LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@ 268 LIBM = @LIBM@ 269 LIBM_FOR_BUILD = @LIBM_FOR_BUILD@ 270 LIBOBJS = @LIBOBJS@ 271 LIBREADLINE = @LIBREADLINE@ 272 LIBS = @LIBS@ 273 LIBTOOL = @LIBTOOL@ 274 LIPO = @LIPO@ 275 LN_S = @LN_S@ 276 LTLIBOBJS = @LTLIBOBJS@ 277 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 278 M4 = @M4@ 279 MAINT = @MAINT@ 280 MAKEINFO = @MAKEINFO@ 281 MANIFEST_TOOL = @MANIFEST_TOOL@ 282 MKDIR_P = @MKDIR_P@ 283 NM = @NM@ 284 NMEDIT = @NMEDIT@ 285 OBJDUMP = @OBJDUMP@ 286 OBJEXT = @OBJEXT@ 287 OTOOL = @OTOOL@ 288 OTOOL64 = @OTOOL64@ 289 PACKAGE = @PACKAGE@ 290 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 291 PACKAGE_NAME = @PACKAGE_NAME@ 292 PACKAGE_STRING = @PACKAGE_STRING@ 293 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 294 PACKAGE_URL = @PACKAGE_URL@ 295 PACKAGE_VERSION = @PACKAGE_VERSION@ 296 PATH_SEPARATOR = @PATH_SEPARATOR@ 297 RANLIB = @RANLIB@ 298 SED = @SED@ 299 SET_MAKE = @SET_MAKE@ 300 SHELL = @SHELL@ 301 SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@ 302 STRIP = @STRIP@ 303 TAL_OBJECT = @TAL_OBJECT@ 304 TUNE_LIBS = @TUNE_LIBS@ 305 TUNE_SQR_OBJ = @TUNE_SQR_OBJ@ 306 U_FOR_BUILD = @U_FOR_BUILD@ 307 VERSION = @VERSION@ 308 WITH_READLINE_01 = @WITH_READLINE_01@ 309 YACC = @YACC@ 310 YFLAGS = @YFLAGS@ 311 abs_builddir = @abs_builddir@ 312 abs_srcdir = @abs_srcdir@ 313 abs_top_builddir = @abs_top_builddir@ 314 abs_top_srcdir = @abs_top_srcdir@ 315 ac_ct_AR = @ac_ct_AR@ 316 ac_ct_CC = @ac_ct_CC@ 317 ac_ct_CXX = @ac_ct_CXX@ 318 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 319 am__leading_dot = @am__leading_dot@ 320 am__tar = @am__tar@ 321 am__untar = @am__untar@ 322 bindir = @bindir@ 323 build = @build@ 324 build_alias = @build_alias@ 325 build_cpu = @build_cpu@ 326 build_os = @build_os@ 327 build_vendor = @build_vendor@ 328 builddir = @builddir@ 329 datadir = @datadir@ 330 datarootdir = @datarootdir@ 331 docdir = @docdir@ 332 dvidir = @dvidir@ 333 exec_prefix = @exec_prefix@ 334 gmp_srclinks = @gmp_srclinks@ 335 host = @host@ 336 host_alias = @host_alias@ 337 host_cpu = @host_cpu@ 338 host_os = @host_os@ 339 host_vendor = @host_vendor@ 340 htmldir = @htmldir@ 341 includedir = @includedir@ 342 infodir = @infodir@ 343 install_sh = @install_sh@ 344 libdir = @libdir@ 345 libexecdir = @libexecdir@ 346 localedir = @localedir@ 347 localstatedir = @localstatedir@ 348 mandir = @mandir@ 349 mkdir_p = @mkdir_p@ 350 mpn_objects = @mpn_objects@ 351 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ 352 oldincludedir = @oldincludedir@ 353 pdfdir = @pdfdir@ 354 prefix = @prefix@ 355 program_transform_name = @program_transform_name@ 356 psdir = @psdir@ 357 sbindir = @sbindir@ 358 sharedstatedir = @sharedstatedir@ 359 srcdir = @srcdir@ 360 sysconfdir = @sysconfdir@ 361 target_alias = @target_alias@ 362 top_build_prefix = @top_build_prefix@ 363 top_builddir = @top_builddir@ 364 top_srcdir = @top_srcdir@ 365 AM_CPPFLAGS = -D__GMP_WITHIN_GMP -I$(top_srcdir) 366 noinst_LTLIBRARIES = libprintf.la 367 libprintf_la_SOURCES = \ 368 asprintf.c asprntffuns.c doprnt.c doprntf.c doprnti.c \ 369 fprintf.c obprintf.c obvprintf.c obprntffuns.c \ 370 printf.c printffuns.c snprintf.c snprntffuns.c sprintf.c sprintffuns.c \ 371 vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \ 372 repl-vsnprintf.c 373 374 all: all-am 375 376 .SUFFIXES: 377 .SUFFIXES: .c .lo .o .obj 378 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 379 @for dep in $?; do \ 380 case '$(am__configure_deps)' in \ 381 *$$dep*) \ 382 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 383 && { if test -f $@; then exit 0; else break; fi; }; \ 384 exit 1;; \ 385 esac; \ 386 done; \ 387 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps printf/Makefile'; \ 388 $(am__cd) $(top_srcdir) && \ 389 $(AUTOMAKE) --gnu --ignore-deps printf/Makefile 390 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 391 @case '$?' in \ 392 *config.status*) \ 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 394 *) \ 395 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 396 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 397 esac; 398 399 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 401 402 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 404 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 405 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 406 $(am__aclocal_m4_deps): 407 408 clean-noinstLTLIBRARIES: 409 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 410 @list='$(noinst_LTLIBRARIES)'; \ 411 locs=`for p in $$list; do echo $$p; done | \ 412 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 413 sort -u`; \ 414 test -z "$$locs" || { \ 415 echo rm -f $${locs}; \ 416 rm -f $${locs}; \ 417 } 418 419 libprintf.la: $(libprintf_la_OBJECTS) $(libprintf_la_DEPENDENCIES) $(EXTRA_libprintf_la_DEPENDENCIES) 420 $(AM_V_CCLD)$(LINK) $(libprintf_la_OBJECTS) $(libprintf_la_LIBADD) $(LIBS) 421 422 mostlyclean-compile: 423 -rm -f *.$(OBJEXT) 424 425 distclean-compile: 426 -rm -f *.tab.c 427 428 .c.o: 429 $(AM_V_CC)$(COMPILE) -c -o $@ $< 430 431 .c.obj: 432 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 433 434 .c.lo: 435 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< 436 437 mostlyclean-libtool: 438 -rm -f *.lo 439 440 clean-libtool: 441 -rm -rf .libs _libs 442 443 ID: $(am__tagged_files) 444 $(am__define_uniq_tagged_files); mkid -fID $$unique 445 tags: tags-am 446 TAGS: tags 447 448 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 449 set x; \ 450 here=`pwd`; \ 451 $(am__define_uniq_tagged_files); \ 452 shift; \ 453 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 454 test -n "$$unique" || unique=$$empty_fix; \ 455 if test $$# -gt 0; then \ 456 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 457 "$$@" $$unique; \ 458 else \ 459 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 460 $$unique; \ 461 fi; \ 462 fi 463 ctags: ctags-am 464 465 CTAGS: ctags 466 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 467 $(am__define_uniq_tagged_files); \ 468 test -z "$(CTAGS_ARGS)$$unique" \ 469 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 470 $$unique 471 472 GTAGS: 473 here=`$(am__cd) $(top_builddir) && pwd` \ 474 && $(am__cd) $(top_srcdir) \ 475 && gtags -i $(GTAGS_ARGS) "$$here" 476 cscopelist: cscopelist-am 477 478 cscopelist-am: $(am__tagged_files) 479 list='$(am__tagged_files)'; \ 480 case "$(srcdir)" in \ 481 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 482 *) sdir=$(subdir)/$(srcdir) ;; \ 483 esac; \ 484 for i in $$list; do \ 485 if test -f "$$i"; then \ 486 echo "$(subdir)/$$i"; \ 487 else \ 488 echo "$$sdir/$$i"; \ 489 fi; \ 490 done >> $(top_builddir)/cscope.files 491 492 distclean-tags: 493 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 494 495 distdir: $(DISTFILES) 496 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 497 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 498 list='$(DISTFILES)'; \ 499 dist_files=`for file in $$list; do echo $$file; done | \ 500 sed -e "s|^$$srcdirstrip/||;t" \ 501 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 502 case $$dist_files in \ 503 */*) $(MKDIR_P) `echo "$$dist_files" | \ 504 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 505 sort -u` ;; \ 506 esac; \ 507 for file in $$dist_files; do \ 508 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 509 if test -d $$d/$$file; then \ 510 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 511 if test -d "$(distdir)/$$file"; then \ 512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 513 fi; \ 514 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 515 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 516 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 517 fi; \ 518 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 519 else \ 520 test -f "$(distdir)/$$file" \ 521 || cp -p $$d/$$file "$(distdir)/$$file" \ 522 || exit 1; \ 523 fi; \ 524 done 525 check-am: all-am 526 check: check-am 527 all-am: Makefile $(LTLIBRARIES) 528 installdirs: 529 install: install-am 530 install-exec: install-exec-am 531 install-data: install-data-am 532 uninstall: uninstall-am 533 534 install-am: all-am 535 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 536 537 installcheck: installcheck-am 538 install-strip: 539 if test -z '$(STRIP)'; then \ 540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 542 install; \ 543 else \ 544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 546 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 547 fi 548 mostlyclean-generic: 549 550 clean-generic: 551 552 distclean-generic: 553 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 554 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 555 556 maintainer-clean-generic: 557 @echo "This command is intended for maintainers to use" 558 @echo "it deletes files that may require special tools to rebuild." 559 clean: clean-am 560 561 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 562 mostlyclean-am 563 564 distclean: distclean-am 565 -rm -f Makefile 566 distclean-am: clean-am distclean-compile distclean-generic \ 567 distclean-tags 568 569 dvi: dvi-am 570 571 dvi-am: 572 573 html: html-am 574 575 html-am: 576 577 info: info-am 578 579 info-am: 580 581 install-data-am: 582 583 install-dvi: install-dvi-am 584 585 install-dvi-am: 586 587 install-exec-am: 588 589 install-html: install-html-am 590 591 install-html-am: 592 593 install-info: install-info-am 594 595 install-info-am: 596 597 install-man: 598 599 install-pdf: install-pdf-am 600 601 install-pdf-am: 602 603 install-ps: install-ps-am 604 605 install-ps-am: 606 607 installcheck-am: 608 609 maintainer-clean: maintainer-clean-am 610 -rm -f Makefile 611 maintainer-clean-am: distclean-am maintainer-clean-generic 612 613 mostlyclean: mostlyclean-am 614 615 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 616 mostlyclean-libtool 617 618 pdf: pdf-am 619 620 pdf-am: 621 622 ps: ps-am 623 624 ps-am: 625 626 uninstall-am: 627 628 .MAKE: install-am install-strip 629 630 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 631 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 632 ctags-am distclean distclean-compile distclean-generic \ 633 distclean-libtool distclean-tags distdir dvi dvi-am html \ 634 html-am info info-am install install-am install-data \ 635 install-data-am install-dvi install-dvi-am install-exec \ 636 install-exec-am install-html install-html-am install-info \ 637 install-info-am install-man install-pdf install-pdf-am \ 638 install-ps install-ps-am install-strip installcheck \ 639 installcheck-am installdirs maintainer-clean \ 640 maintainer-clean-generic mostlyclean mostlyclean-compile \ 641 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 642 tags tags-am uninstall uninstall-am 643 644 .PRECIOUS: Makefile 645 646 647 # Tell versions [3.59,3.63) of GNU make to not export all variables. 648 # Otherwise a system limit (for SysV at least) may be exceeded. 649 .NOEXPORT: