github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/mpq/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 1996, 1998, 2000-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 = mpq 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 libmpq_la_LIBADD = 132 am_libmpq_la_OBJECTS = abs.lo aors.lo canonicalize.lo clear.lo \ 133 clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo \ 134 get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo \ 135 inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo \ 136 set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo \ 137 set_f.lo swap.lo 138 libmpq_la_OBJECTS = $(am_libmpq_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 = $(libmpq_la_SOURCES) 177 DIST_SOURCES = $(libmpq_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 = libmpq.la 367 libmpq_la_SOURCES = \ 368 abs.c aors.c canonicalize.c clear.c clears.c \ 369 cmp.c cmp_si.c cmp_ui.c div.c equal.c \ 370 get_d.c get_den.c get_num.c get_str.c \ 371 init.c inits.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c \ 372 set.c set_den.c set_num.c set_si.c set_str.c set_ui.c set_z.c set_d.c \ 373 set_f.c swap.c 374 375 all: all-am 376 377 .SUFFIXES: 378 .SUFFIXES: .c .lo .o .obj 379 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 380 @for dep in $?; do \ 381 case '$(am__configure_deps)' in \ 382 *$$dep*) \ 383 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 384 && { if test -f $@; then exit 0; else break; fi; }; \ 385 exit 1;; \ 386 esac; \ 387 done; \ 388 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps mpq/Makefile'; \ 389 $(am__cd) $(top_srcdir) && \ 390 $(AUTOMAKE) --gnu --ignore-deps mpq/Makefile 391 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 392 @case '$?' in \ 393 *config.status*) \ 394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 395 *) \ 396 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 397 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 398 esac; 399 400 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 402 403 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 405 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 407 $(am__aclocal_m4_deps): 408 409 clean-noinstLTLIBRARIES: 410 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 411 @list='$(noinst_LTLIBRARIES)'; \ 412 locs=`for p in $$list; do echo $$p; done | \ 413 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 414 sort -u`; \ 415 test -z "$$locs" || { \ 416 echo rm -f $${locs}; \ 417 rm -f $${locs}; \ 418 } 419 420 libmpq.la: $(libmpq_la_OBJECTS) $(libmpq_la_DEPENDENCIES) $(EXTRA_libmpq_la_DEPENDENCIES) 421 $(AM_V_CCLD)$(LINK) $(libmpq_la_OBJECTS) $(libmpq_la_LIBADD) $(LIBS) 422 423 mostlyclean-compile: 424 -rm -f *.$(OBJEXT) 425 426 distclean-compile: 427 -rm -f *.tab.c 428 429 .c.o: 430 $(AM_V_CC)$(COMPILE) -c -o $@ $< 431 432 .c.obj: 433 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 434 435 .c.lo: 436 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< 437 438 mostlyclean-libtool: 439 -rm -f *.lo 440 441 clean-libtool: 442 -rm -rf .libs _libs 443 444 ID: $(am__tagged_files) 445 $(am__define_uniq_tagged_files); mkid -fID $$unique 446 tags: tags-am 447 TAGS: tags 448 449 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 450 set x; \ 451 here=`pwd`; \ 452 $(am__define_uniq_tagged_files); \ 453 shift; \ 454 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 455 test -n "$$unique" || unique=$$empty_fix; \ 456 if test $$# -gt 0; then \ 457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 458 "$$@" $$unique; \ 459 else \ 460 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 461 $$unique; \ 462 fi; \ 463 fi 464 ctags: ctags-am 465 466 CTAGS: ctags 467 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 468 $(am__define_uniq_tagged_files); \ 469 test -z "$(CTAGS_ARGS)$$unique" \ 470 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 471 $$unique 472 473 GTAGS: 474 here=`$(am__cd) $(top_builddir) && pwd` \ 475 && $(am__cd) $(top_srcdir) \ 476 && gtags -i $(GTAGS_ARGS) "$$here" 477 cscopelist: cscopelist-am 478 479 cscopelist-am: $(am__tagged_files) 480 list='$(am__tagged_files)'; \ 481 case "$(srcdir)" in \ 482 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 483 *) sdir=$(subdir)/$(srcdir) ;; \ 484 esac; \ 485 for i in $$list; do \ 486 if test -f "$$i"; then \ 487 echo "$(subdir)/$$i"; \ 488 else \ 489 echo "$$sdir/$$i"; \ 490 fi; \ 491 done >> $(top_builddir)/cscope.files 492 493 distclean-tags: 494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 495 496 distdir: $(DISTFILES) 497 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 498 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 499 list='$(DISTFILES)'; \ 500 dist_files=`for file in $$list; do echo $$file; done | \ 501 sed -e "s|^$$srcdirstrip/||;t" \ 502 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 503 case $$dist_files in \ 504 */*) $(MKDIR_P) `echo "$$dist_files" | \ 505 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 506 sort -u` ;; \ 507 esac; \ 508 for file in $$dist_files; do \ 509 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 510 if test -d $$d/$$file; then \ 511 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 512 if test -d "$(distdir)/$$file"; then \ 513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 514 fi; \ 515 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 516 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 518 fi; \ 519 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 520 else \ 521 test -f "$(distdir)/$$file" \ 522 || cp -p $$d/$$file "$(distdir)/$$file" \ 523 || exit 1; \ 524 fi; \ 525 done 526 check-am: all-am 527 check: check-am 528 all-am: Makefile $(LTLIBRARIES) 529 installdirs: 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 553 distclean-generic: 554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 556 557 maintainer-clean-generic: 558 @echo "This command is intended for maintainers to use" 559 @echo "it deletes files that may require special tools to rebuild." 560 clean: clean-am 561 562 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 563 mostlyclean-am 564 565 distclean: distclean-am 566 -rm -f Makefile 567 distclean-am: clean-am distclean-compile distclean-generic \ 568 distclean-tags 569 570 dvi: dvi-am 571 572 dvi-am: 573 574 html: html-am 575 576 html-am: 577 578 info: info-am 579 580 info-am: 581 582 install-data-am: 583 584 install-dvi: install-dvi-am 585 586 install-dvi-am: 587 588 install-exec-am: 589 590 install-html: install-html-am 591 592 install-html-am: 593 594 install-info: install-info-am 595 596 install-info-am: 597 598 install-man: 599 600 install-pdf: install-pdf-am 601 602 install-pdf-am: 603 604 install-ps: install-ps-am 605 606 install-ps-am: 607 608 installcheck-am: 609 610 maintainer-clean: maintainer-clean-am 611 -rm -f Makefile 612 maintainer-clean-am: distclean-am maintainer-clean-generic 613 614 mostlyclean: mostlyclean-am 615 616 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 617 mostlyclean-libtool 618 619 pdf: pdf-am 620 621 pdf-am: 622 623 ps: ps-am 624 625 ps-am: 626 627 uninstall-am: 628 629 .MAKE: install-am install-strip 630 631 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 632 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 633 ctags-am distclean distclean-compile distclean-generic \ 634 distclean-libtool distclean-tags distdir dvi dvi-am html \ 635 html-am info info-am install install-am install-data \ 636 install-data-am install-dvi install-dvi-am install-exec \ 637 install-exec-am install-html install-html-am install-info \ 638 install-info-am install-man install-pdf install-pdf-am \ 639 install-ps install-ps-am install-strip installcheck \ 640 installcheck-am installdirs maintainer-clean \ 641 maintainer-clean-generic mostlyclean mostlyclean-compile \ 642 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 643 tags tags-am uninstall uninstall-am 644 645 .PRECIOUS: Makefile 646 647 648 # Tell versions [3.59,3.63) of GNU make to not export all variables. 649 # Otherwise a system limit (for SysV at least) may be exceeded. 650 .NOEXPORT: