1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Copyright 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, 19# Inc. 20# 21# This file is part of the GNU MP Library. 22# 23# The GNU MP Library is free software; you can redistribute it and/or modify 24# it under the terms of the GNU Lesser General Public License as published by 25# the Free Software Foundation; either version 3 of the License, or (at your 26# option) any later version. 27# 28# The GNU MP Library is distributed in the hope that it will be useful, but 29# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 30# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 31# License for more details. 32# 33# You should have received a copy of the GNU Lesser General Public License 34# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. 35 36VPATH = @srcdir@ 37am__make_dryrun = \ 38 { \ 39 am__dry=no; \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 43 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 44 *) \ 45 for am__flg in $$MAKEFLAGS; do \ 46 case $$am__flg in \ 47 *=*|--*) ;; \ 48 *n*) am__dry=yes; break;; \ 49 esac; \ 50 done;; \ 51 esac; \ 52 test $$am__dry = yes; \ 53 } 54pkgdatadir = $(datadir)/@PACKAGE@ 55pkgincludedir = $(includedir)/@PACKAGE@ 56pkglibdir = $(libdir)/@PACKAGE@ 57pkglibexecdir = $(libexecdir)/@PACKAGE@ 58am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 59install_sh_DATA = $(install_sh) -c -m 644 60install_sh_PROGRAM = $(install_sh) -c 61install_sh_SCRIPT = $(install_sh) -c 62INSTALL_HEADER = $(INSTALL_DATA) 63transform = $(program_transform_name) 64NORMAL_INSTALL = : 65PRE_INSTALL = : 66POST_INSTALL = : 67NORMAL_UNINSTALL = : 68PRE_UNINSTALL = : 69POST_UNINSTALL = : 70build_triplet = @build@ 71host_triplet = @host@ 72subdir = mpf 73DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 75am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 76 $(top_srcdir)/configure.ac 77am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 78 $(ACLOCAL_M4) 79mkinstalldirs = $(install_sh) -d 80CONFIG_HEADER = $(top_builddir)/config.h 81CONFIG_CLEAN_FILES = 82CONFIG_CLEAN_VPATH_FILES = 83LTLIBRARIES = $(noinst_LTLIBRARIES) 84libmpf_la_LIBADD = 85am_libmpf_la_OBJECTS = init.lo init2.lo inits.lo set.lo set_ui.lo \ 86 set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo \ 87 iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo \ 88 get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo \ 89 inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo \ 90 ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo \ 91 cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo \ 92 get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo \ 93 set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo \ 94 pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo \ 95 ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo \ 96 fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo 97libmpf_la_OBJECTS = $(am_libmpf_la_OBJECTS) 98DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 99depcomp = 100am__depfiles_maybe = 101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 102 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 103LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 104 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 105 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 106CCLD = $(CC) 107LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 108 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 109 $(LDFLAGS) -o $@ 110SOURCES = $(libmpf_la_SOURCES) 111DIST_SOURCES = $(libmpf_la_SOURCES) 112am__can_run_installinfo = \ 113 case $$AM_UPDATE_INFO_DIR in \ 114 n|no|NO) false;; \ 115 *) (install-info --version) >/dev/null 2>&1;; \ 116 esac 117ETAGS = etags 118CTAGS = ctags 119DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 120ABI = @ABI@ 121ACLOCAL = @ACLOCAL@ 122AMTAR = @AMTAR@ 123AR = @AR@ 124AS = @AS@ 125ASMFLAGS = @ASMFLAGS@ 126AUTOCONF = @AUTOCONF@ 127AUTOHEADER = @AUTOHEADER@ 128AUTOMAKE = @AUTOMAKE@ 129AWK = @AWK@ 130CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ 131CC = @CC@ 132CCAS = @CCAS@ 133CC_FOR_BUILD = @CC_FOR_BUILD@ 134CFLAGS = @CFLAGS@ 135CPP = @CPP@ 136CPPFLAGS = @CPPFLAGS@ 137CPP_FOR_BUILD = @CPP_FOR_BUILD@ 138CXX = @CXX@ 139CXXCPP = @CXXCPP@ 140CXXFLAGS = @CXXFLAGS@ 141CYGPATH_W = @CYGPATH_W@ 142DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@ 143DEFS = @DEFS@ 144DLLTOOL = @DLLTOOL@ 145DSYMUTIL = @DSYMUTIL@ 146DUMPBIN = @DUMPBIN@ 147ECHO_C = @ECHO_C@ 148ECHO_N = @ECHO_N@ 149ECHO_T = @ECHO_T@ 150EGREP = @EGREP@ 151EXEEXT = @EXEEXT@ 152EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 153FGREP = @FGREP@ 154GMP_LDFLAGS = @GMP_LDFLAGS@ 155GMP_LIMB_BITS = @GMP_LIMB_BITS@ 156GMP_NAIL_BITS = @GMP_NAIL_BITS@ 157GREP = @GREP@ 158HAVE_CLOCK_01 = @HAVE_CLOCK_01@ 159HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@ 160HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@ 161HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@ 162HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@ 163HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@ 164HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@ 165HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@ 166HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@ 167HAVE_STACK_T_01 = @HAVE_STACK_T_01@ 168HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@ 169INSTALL = @INSTALL@ 170INSTALL_DATA = @INSTALL_DATA@ 171INSTALL_PROGRAM = @INSTALL_PROGRAM@ 172INSTALL_SCRIPT = @INSTALL_SCRIPT@ 173INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 174LD = @LD@ 175LDFLAGS = @LDFLAGS@ 176LEX = @LEX@ 177LEXLIB = @LEXLIB@ 178LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 179LIBCURSES = @LIBCURSES@ 180LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@ 181LIBGMP_DLL = @LIBGMP_DLL@ 182LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@ 183LIBM = @LIBM@ 184LIBM_FOR_BUILD = @LIBM_FOR_BUILD@ 185LIBOBJS = @LIBOBJS@ 186LIBREADLINE = @LIBREADLINE@ 187LIBS = @LIBS@ 188LIBTOOL = @LIBTOOL@ 189LIPO = @LIPO@ 190LN_S = @LN_S@ 191LTLIBOBJS = @LTLIBOBJS@ 192M4 = @M4@ 193MAINT = @MAINT@ 194MAKEINFO = @MAKEINFO@ 195MANIFEST_TOOL = @MANIFEST_TOOL@ 196MKDIR_P = @MKDIR_P@ 197NM = @NM@ 198NMEDIT = @NMEDIT@ 199OBJDUMP = @OBJDUMP@ 200OBJEXT = @OBJEXT@ 201OTOOL = @OTOOL@ 202OTOOL64 = @OTOOL64@ 203PACKAGE = @PACKAGE@ 204PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 205PACKAGE_NAME = @PACKAGE_NAME@ 206PACKAGE_STRING = @PACKAGE_STRING@ 207PACKAGE_TARNAME = @PACKAGE_TARNAME@ 208PACKAGE_URL = @PACKAGE_URL@ 209PACKAGE_VERSION = @PACKAGE_VERSION@ 210PATH_SEPARATOR = @PATH_SEPARATOR@ 211RANLIB = @RANLIB@ 212SED = @SED@ 213SET_MAKE = @SET_MAKE@ 214SHELL = @SHELL@ 215SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@ 216STRIP = @STRIP@ 217TAL_OBJECT = @TAL_OBJECT@ 218TUNE_LIBS = @TUNE_LIBS@ 219TUNE_SQR_OBJ = @TUNE_SQR_OBJ@ 220U_FOR_BUILD = @U_FOR_BUILD@ 221VERSION = @VERSION@ 222WITH_READLINE_01 = @WITH_READLINE_01@ 223YACC = @YACC@ 224YFLAGS = @YFLAGS@ 225abs_builddir = @abs_builddir@ 226abs_srcdir = @abs_srcdir@ 227abs_top_builddir = @abs_top_builddir@ 228abs_top_srcdir = @abs_top_srcdir@ 229ac_ct_AR = @ac_ct_AR@ 230ac_ct_CC = @ac_ct_CC@ 231ac_ct_CXX = @ac_ct_CXX@ 232ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 233am__leading_dot = @am__leading_dot@ 234am__tar = @am__tar@ 235am__untar = @am__untar@ 236bindir = @bindir@ 237build = @build@ 238build_alias = @build_alias@ 239build_cpu = @build_cpu@ 240build_os = @build_os@ 241build_vendor = @build_vendor@ 242builddir = @builddir@ 243datadir = @datadir@ 244datarootdir = @datarootdir@ 245docdir = @docdir@ 246dvidir = @dvidir@ 247exec_prefix = @exec_prefix@ 248gmp_srclinks = @gmp_srclinks@ 249host = @host@ 250host_alias = @host_alias@ 251host_cpu = @host_cpu@ 252host_os = @host_os@ 253host_vendor = @host_vendor@ 254htmldir = @htmldir@ 255includedir = @includedir@ 256infodir = @infodir@ 257install_sh = @install_sh@ 258libdir = @libdir@ 259libexecdir = @libexecdir@ 260localedir = @localedir@ 261localstatedir = @localstatedir@ 262mandir = @mandir@ 263mkdir_p = @mkdir_p@ 264mpn_objects = @mpn_objects@ 265mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ 266oldincludedir = @oldincludedir@ 267pdfdir = @pdfdir@ 268prefix = @prefix@ 269program_transform_name = @program_transform_name@ 270psdir = @psdir@ 271sbindir = @sbindir@ 272sharedstatedir = @sharedstatedir@ 273srcdir = @srcdir@ 274sysconfdir = @sysconfdir@ 275target_alias = @target_alias@ 276top_build_prefix = @top_build_prefix@ 277top_builddir = @top_builddir@ 278top_srcdir = @top_srcdir@ 279INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir) 280noinst_LTLIBRARIES = libmpf.la 281libmpf_la_SOURCES = \ 282 init.c init2.c inits.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \ 283 set_q.c iset.c iset_ui.c iset_si.c iset_str.c iset_d.c clear.c clears.c \ 284 get_str.c dump.c size.c eq.c reldiff.c sqrt.c random2.c inp_str.c out_str.c \ 285 add.c add_ui.c sub.c sub_ui.c ui_sub.c mul.c mul_ui.c div.c div_ui.c \ 286 cmp.c cmp_d.c cmp_si.c cmp_ui.c mul_2exp.c div_2exp.c abs.c neg.c get_d.c \ 287 get_d_2exp.c set_dfl_prec.c set_prc.c set_prc_raw.c get_dfl_prec.c get_prc.c \ 288 ui_div.c sqrt_ui.c \ 289 pow_ui.c urandomb.c swap.c get_si.c get_ui.c int_p.c \ 290 ceilfloor.c trunc.c \ 291 fits_sint.c fits_slong.c fits_sshort.c \ 292 fits_uint.c fits_ulong.c fits_ushort.c \ 293 fits_s.h fits_u.h 294 295all: all-am 296 297.SUFFIXES: 298.SUFFIXES: .c .lo .o .obj 299$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 300 @for dep in $?; do \ 301 case '$(am__configure_deps)' in \ 302 *$$dep*) \ 303 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 304 && { if test -f $@; then exit 0; else break; fi; }; \ 305 exit 1;; \ 306 esac; \ 307 done; \ 308 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps mpf/Makefile'; \ 309 $(am__cd) $(top_srcdir) && \ 310 $(AUTOMAKE) --gnu --ignore-deps mpf/Makefile 311.PRECIOUS: Makefile 312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313 @case '$?' in \ 314 *config.status*) \ 315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 316 *) \ 317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 318 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 319 esac; 320 321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 323 324$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 326$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 328$(am__aclocal_m4_deps): 329 330clean-noinstLTLIBRARIES: 331 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 332 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 333 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 334 test "$$dir" != "$$p" || dir=.; \ 335 echo "rm -f \"$${dir}/so_locations\""; \ 336 rm -f "$${dir}/so_locations"; \ 337 done 338libmpf.la: $(libmpf_la_OBJECTS) $(libmpf_la_DEPENDENCIES) $(EXTRA_libmpf_la_DEPENDENCIES) 339 $(LINK) $(libmpf_la_OBJECTS) $(libmpf_la_LIBADD) $(LIBS) 340 341mostlyclean-compile: 342 -rm -f *.$(OBJEXT) 343 344distclean-compile: 345 -rm -f *.tab.c 346 347.c.o: 348 $(COMPILE) -c $< 349 350.c.obj: 351 $(COMPILE) -c `$(CYGPATH_W) '$<'` 352 353.c.lo: 354 $(LTCOMPILE) -c -o $@ $< 355 356mostlyclean-libtool: 357 -rm -f *.lo 358 359clean-libtool: 360 -rm -rf .libs _libs 361 362ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 364 unique=`for i in $$list; do \ 365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 366 done | \ 367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 368 END { if (nonempty) { for (i in files) print i; }; }'`; \ 369 mkid -fID $$unique 370tags: TAGS 371 372TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 373 $(TAGS_FILES) $(LISP) 374 set x; \ 375 here=`pwd`; \ 376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 377 unique=`for i in $$list; do \ 378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 379 done | \ 380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 381 END { if (nonempty) { for (i in files) print i; }; }'`; \ 382 shift; \ 383 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 384 test -n "$$unique" || unique=$$empty_fix; \ 385 if test $$# -gt 0; then \ 386 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 387 "$$@" $$unique; \ 388 else \ 389 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 390 $$unique; \ 391 fi; \ 392 fi 393ctags: CTAGS 394CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 395 $(TAGS_FILES) $(LISP) 396 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 397 unique=`for i in $$list; do \ 398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 399 done | \ 400 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 401 END { if (nonempty) { for (i in files) print i; }; }'`; \ 402 test -z "$(CTAGS_ARGS)$$unique" \ 403 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 404 $$unique 405 406GTAGS: 407 here=`$(am__cd) $(top_builddir) && pwd` \ 408 && $(am__cd) $(top_srcdir) \ 409 && gtags -i $(GTAGS_ARGS) "$$here" 410 411distclean-tags: 412 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 413 414distdir: $(DISTFILES) 415 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 416 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 417 list='$(DISTFILES)'; \ 418 dist_files=`for file in $$list; do echo $$file; done | \ 419 sed -e "s|^$$srcdirstrip/||;t" \ 420 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 421 case $$dist_files in \ 422 */*) $(MKDIR_P) `echo "$$dist_files" | \ 423 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 424 sort -u` ;; \ 425 esac; \ 426 for file in $$dist_files; do \ 427 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 428 if test -d $$d/$$file; then \ 429 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 430 if test -d "$(distdir)/$$file"; then \ 431 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 432 fi; \ 433 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 434 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 435 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 436 fi; \ 437 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 438 else \ 439 test -f "$(distdir)/$$file" \ 440 || cp -p $$d/$$file "$(distdir)/$$file" \ 441 || exit 1; \ 442 fi; \ 443 done 444check-am: all-am 445check: check-am 446all-am: Makefile $(LTLIBRARIES) 447installdirs: 448install: install-am 449install-exec: install-exec-am 450install-data: install-data-am 451uninstall: uninstall-am 452 453install-am: all-am 454 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 455 456installcheck: installcheck-am 457install-strip: 458 if test -z '$(STRIP)'; then \ 459 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 460 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 461 install; \ 462 else \ 463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 465 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 466 fi 467mostlyclean-generic: 468 469clean-generic: 470 471distclean-generic: 472 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 473 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 474 475maintainer-clean-generic: 476 @echo "This command is intended for maintainers to use" 477 @echo "it deletes files that may require special tools to rebuild." 478clean: clean-am 479 480clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 481 mostlyclean-am 482 483distclean: distclean-am 484 -rm -f Makefile 485distclean-am: clean-am distclean-compile distclean-generic \ 486 distclean-tags 487 488dvi: dvi-am 489 490dvi-am: 491 492html: html-am 493 494html-am: 495 496info: info-am 497 498info-am: 499 500install-data-am: 501 502install-dvi: install-dvi-am 503 504install-dvi-am: 505 506install-exec-am: 507 508install-html: install-html-am 509 510install-html-am: 511 512install-info: install-info-am 513 514install-info-am: 515 516install-man: 517 518install-pdf: install-pdf-am 519 520install-pdf-am: 521 522install-ps: install-ps-am 523 524install-ps-am: 525 526installcheck-am: 527 528maintainer-clean: maintainer-clean-am 529 -rm -f Makefile 530maintainer-clean-am: distclean-am maintainer-clean-generic 531 532mostlyclean: mostlyclean-am 533 534mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 535 mostlyclean-libtool 536 537pdf: pdf-am 538 539pdf-am: 540 541ps: ps-am 542 543ps-am: 544 545uninstall-am: 546 547.MAKE: install-am install-strip 548 549.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 550 clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 551 distclean-compile distclean-generic distclean-libtool \ 552 distclean-tags distdir dvi dvi-am html html-am info info-am \ 553 install install-am install-data install-data-am install-dvi \ 554 install-dvi-am install-exec install-exec-am install-html \ 555 install-html-am install-info install-info-am install-man \ 556 install-pdf install-pdf-am install-ps install-ps-am \ 557 install-strip installcheck installcheck-am installdirs \ 558 maintainer-clean maintainer-clean-generic mostlyclean \ 559 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 560 pdf pdf-am ps ps-am tags uninstall uninstall-am 561 562 563# Tell versions [3.59,3.63) of GNU make to not export all variables. 564# Otherwise a system limit (for SysV at least) may be exceeded. 565.NOEXPORT: 566