github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/demos/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 2000-2002, 2012 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 VPATH = @srcdir@ 45 am__is_gnu_make = { \ 46 if test -z '$(MAKELEVEL)'; then \ 47 false; \ 48 elif test -n '$(MAKE_HOST)'; then \ 49 true; \ 50 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 51 true; \ 52 else \ 53 false; \ 54 fi; \ 55 } 56 am__make_running_with_option = \ 57 case $${target_option-} in \ 58 ?) ;; \ 59 *) echo "am__make_running_with_option: internal error: invalid" \ 60 "target option '$${target_option-}' specified" >&2; \ 61 exit 1;; \ 62 esac; \ 63 has_opt=no; \ 64 sane_makeflags=$$MAKEFLAGS; \ 65 if $(am__is_gnu_make); then \ 66 sane_makeflags=$$MFLAGS; \ 67 else \ 68 case $$MAKEFLAGS in \ 69 *\\[\ \ ]*) \ 70 bs=\\; \ 71 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 72 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 73 esac; \ 74 fi; \ 75 skip_next=no; \ 76 strip_trailopt () \ 77 { \ 78 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 79 }; \ 80 for flg in $$sane_makeflags; do \ 81 test $$skip_next = yes && { skip_next=no; continue; }; \ 82 case $$flg in \ 83 *=*|--*) continue;; \ 84 -*I) strip_trailopt 'I'; skip_next=yes;; \ 85 -*I?*) strip_trailopt 'I';; \ 86 -*O) strip_trailopt 'O'; skip_next=yes;; \ 87 -*O?*) strip_trailopt 'O';; \ 88 -*l) strip_trailopt 'l'; skip_next=yes;; \ 89 -*l?*) strip_trailopt 'l';; \ 90 -[dEDm]) skip_next=yes;; \ 91 -[JT]) skip_next=yes;; \ 92 esac; \ 93 case $$flg in \ 94 *$$target_option*) has_opt=yes; break;; \ 95 esac; \ 96 done; \ 97 test $$has_opt = yes 98 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 99 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 100 pkgdatadir = $(datadir)/@PACKAGE@ 101 pkgincludedir = $(includedir)/@PACKAGE@ 102 pkglibdir = $(libdir)/@PACKAGE@ 103 pkglibexecdir = $(libexecdir)/@PACKAGE@ 104 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 105 install_sh_DATA = $(install_sh) -c -m 644 106 install_sh_PROGRAM = $(install_sh) -c 107 install_sh_SCRIPT = $(install_sh) -c 108 INSTALL_HEADER = $(INSTALL_DATA) 109 transform = $(program_transform_name) 110 NORMAL_INSTALL = : 111 PRE_INSTALL = : 112 POST_INSTALL = : 113 NORMAL_UNINSTALL = : 114 PRE_UNINSTALL = : 115 POST_UNINSTALL = : 116 build_triplet = @build@ 117 host_triplet = @host@ 118 EXTRA_PROGRAMS = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) \ 119 primes$(EXEEXT) qcn$(EXEEXT) 120 subdir = demos 121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 122 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 123 $(top_srcdir)/configure.ac 124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 125 $(ACLOCAL_M4) 126 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 127 mkinstalldirs = $(install_sh) -d 128 CONFIG_HEADER = $(top_builddir)/config.h 129 CONFIG_CLEAN_FILES = pexpr-config.h 130 CONFIG_CLEAN_VPATH_FILES = 131 factorize_SOURCES = factorize.c 132 factorize_OBJECTS = factorize.$(OBJEXT) 133 factorize_LDADD = $(LDADD) 134 factorize_DEPENDENCIES = $(top_builddir)/libgmp.la 135 AM_V_lt = $(am__v_lt_@AM_V@) 136 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 137 am__v_lt_0 = --silent 138 am__v_lt_1 = 139 isprime_SOURCES = isprime.c 140 isprime_OBJECTS = isprime.$(OBJEXT) 141 isprime_LDADD = $(LDADD) 142 isprime_DEPENDENCIES = $(top_builddir)/libgmp.la 143 pexpr_SOURCES = pexpr.c 144 pexpr_OBJECTS = pexpr.$(OBJEXT) 145 pexpr_LDADD = $(LDADD) 146 pexpr_DEPENDENCIES = $(top_builddir)/libgmp.la 147 primes_SOURCES = primes.c 148 primes_OBJECTS = primes.$(OBJEXT) 149 am__DEPENDENCIES_1 = 150 primes_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1) 151 qcn_SOURCES = qcn.c 152 qcn_OBJECTS = qcn.$(OBJEXT) 153 qcn_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1) 154 AM_V_P = $(am__v_P_@AM_V@) 155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156 am__v_P_0 = false 157 am__v_P_1 = : 158 AM_V_GEN = $(am__v_GEN_@AM_V@) 159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160 am__v_GEN_0 = @echo " GEN " $@; 161 am__v_GEN_1 = 162 AM_V_at = $(am__v_at_@AM_V@) 163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164 am__v_at_0 = @ 165 am__v_at_1 = 166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 167 depcomp = 168 am__depfiles_maybe = 169 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 170 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 171 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 173 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 174 $(AM_CFLAGS) $(CFLAGS) 175 AM_V_CC = $(am__v_CC_@AM_V@) 176 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 177 am__v_CC_0 = @echo " CC " $@; 178 am__v_CC_1 = 179 CCLD = $(CC) 180 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 181 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 182 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 183 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 184 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 185 am__v_CCLD_0 = @echo " CCLD " $@; 186 am__v_CCLD_1 = 187 SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c 188 DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c 189 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 190 ctags-recursive dvi-recursive html-recursive info-recursive \ 191 install-data-recursive install-dvi-recursive \ 192 install-exec-recursive install-html-recursive \ 193 install-info-recursive install-pdf-recursive \ 194 install-ps-recursive install-recursive installcheck-recursive \ 195 installdirs-recursive pdf-recursive ps-recursive \ 196 tags-recursive uninstall-recursive 197 am__can_run_installinfo = \ 198 case $$AM_UPDATE_INFO_DIR in \ 199 n|no|NO) false;; \ 200 *) (install-info --version) >/dev/null 2>&1;; \ 201 esac 202 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 203 distclean-recursive maintainer-clean-recursive 204 am__recursive_targets = \ 205 $(RECURSIVE_TARGETS) \ 206 $(RECURSIVE_CLEAN_TARGETS) \ 207 $(am__extra_recursive_targets) 208 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 209 distdir 210 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 211 # Read a list of newline-separated strings from the standard input, 212 # and print each of them once, without duplicates. Input order is 213 # *not* preserved. 214 am__uniquify_input = $(AWK) '\ 215 BEGIN { nonempty = 0; } \ 216 { items[$$0] = 1; nonempty = 1; } \ 217 END { if (nonempty) { for (i in items) print i; }; } \ 218 ' 219 # Make sure the list of sources is unique. This is necessary because, 220 # e.g., the same source file might be shared among _SOURCES variables 221 # for different programs/libraries. 222 am__define_uniq_tagged_files = \ 223 list='$(am__tagged_files)'; \ 224 unique=`for i in $$list; do \ 225 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 226 done | $(am__uniquify_input)` 227 ETAGS = etags 228 CTAGS = ctags 229 DIST_SUBDIRS = $(SUBDIRS) 230 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/pexpr-config-h.in 231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 232 am__relativize = \ 233 dir0=`pwd`; \ 234 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 235 sed_rest='s,^[^/]*/*,,'; \ 236 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 237 sed_butlast='s,/*[^/]*$$,,'; \ 238 while test -n "$$dir1"; do \ 239 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 240 if test "$$first" != "."; then \ 241 if test "$$first" = ".."; then \ 242 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 243 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 244 else \ 245 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 246 if test "$$first2" = "$$first"; then \ 247 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 248 else \ 249 dir2="../$$dir2"; \ 250 fi; \ 251 dir0="$$dir0"/"$$first"; \ 252 fi; \ 253 fi; \ 254 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 255 done; \ 256 reldir="$$dir2" 257 ABI = @ABI@ 258 ACLOCAL = @ACLOCAL@ 259 AMTAR = @AMTAR@ 260 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 261 AR = @AR@ 262 AS = @AS@ 263 ASMFLAGS = @ASMFLAGS@ 264 AUTOCONF = @AUTOCONF@ 265 AUTOHEADER = @AUTOHEADER@ 266 AUTOMAKE = @AUTOMAKE@ 267 AWK = @AWK@ 268 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ 269 CC = @CC@ 270 CCAS = @CCAS@ 271 CC_FOR_BUILD = @CC_FOR_BUILD@ 272 CFLAGS = @CFLAGS@ 273 CPP = @CPP@ 274 CPPFLAGS = @CPPFLAGS@ 275 CPP_FOR_BUILD = @CPP_FOR_BUILD@ 276 CXX = @CXX@ 277 CXXCPP = @CXXCPP@ 278 CXXFLAGS = @CXXFLAGS@ 279 CYGPATH_W = @CYGPATH_W@ 280 DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@ 281 DEFS = @DEFS@ 282 DLLTOOL = @DLLTOOL@ 283 DSYMUTIL = @DSYMUTIL@ 284 DUMPBIN = @DUMPBIN@ 285 ECHO_C = @ECHO_C@ 286 ECHO_N = @ECHO_N@ 287 ECHO_T = @ECHO_T@ 288 EGREP = @EGREP@ 289 EXEEXT = @EXEEXT@ 290 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 291 FGREP = @FGREP@ 292 GMP_LDFLAGS = @GMP_LDFLAGS@ 293 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 294 GMP_NAIL_BITS = @GMP_NAIL_BITS@ 295 GREP = @GREP@ 296 HAVE_CLOCK_01 = @HAVE_CLOCK_01@ 297 HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@ 298 HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@ 299 HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@ 300 HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@ 301 HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@ 302 HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@ 303 HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@ 304 HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@ 305 HAVE_STACK_T_01 = @HAVE_STACK_T_01@ 306 HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@ 307 INSTALL = @INSTALL@ 308 INSTALL_DATA = @INSTALL_DATA@ 309 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 310 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 311 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 312 LD = @LD@ 313 LDFLAGS = @LDFLAGS@ 314 LEX = @LEX@ 315 LEXLIB = @LEXLIB@ 316 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 317 LIBCURSES = @LIBCURSES@ 318 LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@ 319 LIBGMP_DLL = @LIBGMP_DLL@ 320 LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@ 321 LIBM = @LIBM@ 322 LIBM_FOR_BUILD = @LIBM_FOR_BUILD@ 323 LIBOBJS = @LIBOBJS@ 324 LIBREADLINE = @LIBREADLINE@ 325 LIBS = @LIBS@ 326 LIBTOOL = @LIBTOOL@ 327 LIPO = @LIPO@ 328 LN_S = @LN_S@ 329 LTLIBOBJS = @LTLIBOBJS@ 330 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 331 M4 = @M4@ 332 MAINT = @MAINT@ 333 MAKEINFO = @MAKEINFO@ 334 MANIFEST_TOOL = @MANIFEST_TOOL@ 335 MKDIR_P = @MKDIR_P@ 336 NM = @NM@ 337 NMEDIT = @NMEDIT@ 338 OBJDUMP = @OBJDUMP@ 339 OBJEXT = @OBJEXT@ 340 OTOOL = @OTOOL@ 341 OTOOL64 = @OTOOL64@ 342 PACKAGE = @PACKAGE@ 343 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 344 PACKAGE_NAME = @PACKAGE_NAME@ 345 PACKAGE_STRING = @PACKAGE_STRING@ 346 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 347 PACKAGE_URL = @PACKAGE_URL@ 348 PACKAGE_VERSION = @PACKAGE_VERSION@ 349 PATH_SEPARATOR = @PATH_SEPARATOR@ 350 RANLIB = @RANLIB@ 351 SED = @SED@ 352 SET_MAKE = @SET_MAKE@ 353 SHELL = @SHELL@ 354 SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@ 355 STRIP = @STRIP@ 356 TAL_OBJECT = @TAL_OBJECT@ 357 TUNE_LIBS = @TUNE_LIBS@ 358 TUNE_SQR_OBJ = @TUNE_SQR_OBJ@ 359 U_FOR_BUILD = @U_FOR_BUILD@ 360 VERSION = @VERSION@ 361 WITH_READLINE_01 = @WITH_READLINE_01@ 362 YACC = @YACC@ 363 YFLAGS = @YFLAGS@ 364 abs_builddir = @abs_builddir@ 365 abs_srcdir = @abs_srcdir@ 366 abs_top_builddir = @abs_top_builddir@ 367 abs_top_srcdir = @abs_top_srcdir@ 368 ac_ct_AR = @ac_ct_AR@ 369 ac_ct_CC = @ac_ct_CC@ 370 ac_ct_CXX = @ac_ct_CXX@ 371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 372 am__leading_dot = @am__leading_dot@ 373 am__tar = @am__tar@ 374 am__untar = @am__untar@ 375 bindir = @bindir@ 376 build = @build@ 377 build_alias = @build_alias@ 378 build_cpu = @build_cpu@ 379 build_os = @build_os@ 380 build_vendor = @build_vendor@ 381 builddir = @builddir@ 382 datadir = @datadir@ 383 datarootdir = @datarootdir@ 384 docdir = @docdir@ 385 dvidir = @dvidir@ 386 exec_prefix = @exec_prefix@ 387 gmp_srclinks = @gmp_srclinks@ 388 host = @host@ 389 host_alias = @host_alias@ 390 host_cpu = @host_cpu@ 391 host_os = @host_os@ 392 host_vendor = @host_vendor@ 393 htmldir = @htmldir@ 394 includedir = @includedir@ 395 infodir = @infodir@ 396 install_sh = @install_sh@ 397 libdir = @libdir@ 398 libexecdir = @libexecdir@ 399 localedir = @localedir@ 400 localstatedir = @localstatedir@ 401 mandir = @mandir@ 402 mkdir_p = @mkdir_p@ 403 mpn_objects = @mpn_objects@ 404 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ 405 oldincludedir = @oldincludedir@ 406 pdfdir = @pdfdir@ 407 prefix = @prefix@ 408 program_transform_name = @program_transform_name@ 409 psdir = @psdir@ 410 sbindir = @sbindir@ 411 sharedstatedir = @sharedstatedir@ 412 srcdir = @srcdir@ 413 sysconfdir = @sysconfdir@ 414 target_alias = @target_alias@ 415 top_build_prefix = @top_build_prefix@ 416 top_builddir = @top_builddir@ 417 top_srcdir = @top_srcdir@ 418 SUBDIRS = calc expr 419 EXTRA_DIST = perl primes.h 420 AM_CPPFLAGS = -I$(top_srcdir) 421 LDADD = $(top_builddir)/libgmp.la 422 qcn_LDADD = $(LDADD) $(LIBM) 423 primes_LDADD = $(LDADD) $(LIBM) 424 CLEANFILES = $(EXTRA_PROGRAMS) 425 all: all-recursive 426 427 .SUFFIXES: 428 .SUFFIXES: .c .lo .o .obj 429 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 430 @for dep in $?; do \ 431 case '$(am__configure_deps)' in \ 432 *$$dep*) \ 433 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 434 && { if test -f $@; then exit 0; else break; fi; }; \ 435 exit 1;; \ 436 esac; \ 437 done; \ 438 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/Makefile'; \ 439 $(am__cd) $(top_srcdir) && \ 440 $(AUTOMAKE) --gnu --ignore-deps demos/Makefile 441 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 442 @case '$?' in \ 443 *config.status*) \ 444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 445 *) \ 446 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 447 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 448 esac; 449 450 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 452 453 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 455 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 457 $(am__aclocal_m4_deps): 458 pexpr-config.h: $(top_builddir)/config.status $(srcdir)/pexpr-config-h.in 459 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 460 461 factorize$(EXEEXT): $(factorize_OBJECTS) $(factorize_DEPENDENCIES) $(EXTRA_factorize_DEPENDENCIES) 462 @rm -f factorize$(EXEEXT) 463 $(AM_V_CCLD)$(LINK) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS) 464 465 isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES) $(EXTRA_isprime_DEPENDENCIES) 466 @rm -f isprime$(EXEEXT) 467 $(AM_V_CCLD)$(LINK) $(isprime_OBJECTS) $(isprime_LDADD) $(LIBS) 468 469 pexpr$(EXEEXT): $(pexpr_OBJECTS) $(pexpr_DEPENDENCIES) $(EXTRA_pexpr_DEPENDENCIES) 470 @rm -f pexpr$(EXEEXT) 471 $(AM_V_CCLD)$(LINK) $(pexpr_OBJECTS) $(pexpr_LDADD) $(LIBS) 472 473 primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES) $(EXTRA_primes_DEPENDENCIES) 474 @rm -f primes$(EXEEXT) 475 $(AM_V_CCLD)$(LINK) $(primes_OBJECTS) $(primes_LDADD) $(LIBS) 476 477 qcn$(EXEEXT): $(qcn_OBJECTS) $(qcn_DEPENDENCIES) $(EXTRA_qcn_DEPENDENCIES) 478 @rm -f qcn$(EXEEXT) 479 $(AM_V_CCLD)$(LINK) $(qcn_OBJECTS) $(qcn_LDADD) $(LIBS) 480 481 mostlyclean-compile: 482 -rm -f *.$(OBJEXT) 483 484 distclean-compile: 485 -rm -f *.tab.c 486 487 .c.o: 488 $(AM_V_CC)$(COMPILE) -c -o $@ $< 489 490 .c.obj: 491 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 492 493 .c.lo: 494 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< 495 496 mostlyclean-libtool: 497 -rm -f *.lo 498 499 clean-libtool: 500 -rm -rf .libs _libs 501 502 # This directory's subdirectories are mostly independent; you can cd 503 # into them and run 'make' without going through this Makefile. 504 # To change the values of 'make' variables: instead of editing Makefiles, 505 # (1) if the variable is set in 'config.status', edit 'config.status' 506 # (which will cause the Makefiles to be regenerated when you run 'make'); 507 # (2) otherwise, pass the desired values on the 'make' command line. 508 $(am__recursive_targets): 509 @fail=; \ 510 if $(am__make_keepgoing); then \ 511 failcom='fail=yes'; \ 512 else \ 513 failcom='exit 1'; \ 514 fi; \ 515 dot_seen=no; \ 516 target=`echo $@ | sed s/-recursive//`; \ 517 case "$@" in \ 518 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 519 *) list='$(SUBDIRS)' ;; \ 520 esac; \ 521 for subdir in $$list; do \ 522 echo "Making $$target in $$subdir"; \ 523 if test "$$subdir" = "."; then \ 524 dot_seen=yes; \ 525 local_target="$$target-am"; \ 526 else \ 527 local_target="$$target"; \ 528 fi; \ 529 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 530 || eval $$failcom; \ 531 done; \ 532 if test "$$dot_seen" = "no"; then \ 533 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 534 fi; test -z "$$fail" 535 536 ID: $(am__tagged_files) 537 $(am__define_uniq_tagged_files); mkid -fID $$unique 538 tags: tags-recursive 539 TAGS: tags 540 541 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 542 set x; \ 543 here=`pwd`; \ 544 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 545 include_option=--etags-include; \ 546 empty_fix=.; \ 547 else \ 548 include_option=--include; \ 549 empty_fix=; \ 550 fi; \ 551 list='$(SUBDIRS)'; for subdir in $$list; do \ 552 if test "$$subdir" = .; then :; else \ 553 test ! -f $$subdir/TAGS || \ 554 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 555 fi; \ 556 done; \ 557 $(am__define_uniq_tagged_files); \ 558 shift; \ 559 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 560 test -n "$$unique" || unique=$$empty_fix; \ 561 if test $$# -gt 0; then \ 562 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 563 "$$@" $$unique; \ 564 else \ 565 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 566 $$unique; \ 567 fi; \ 568 fi 569 ctags: ctags-recursive 570 571 CTAGS: ctags 572 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 573 $(am__define_uniq_tagged_files); \ 574 test -z "$(CTAGS_ARGS)$$unique" \ 575 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 576 $$unique 577 578 GTAGS: 579 here=`$(am__cd) $(top_builddir) && pwd` \ 580 && $(am__cd) $(top_srcdir) \ 581 && gtags -i $(GTAGS_ARGS) "$$here" 582 cscopelist: cscopelist-recursive 583 584 cscopelist-am: $(am__tagged_files) 585 list='$(am__tagged_files)'; \ 586 case "$(srcdir)" in \ 587 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 588 *) sdir=$(subdir)/$(srcdir) ;; \ 589 esac; \ 590 for i in $$list; do \ 591 if test -f "$$i"; then \ 592 echo "$(subdir)/$$i"; \ 593 else \ 594 echo "$$sdir/$$i"; \ 595 fi; \ 596 done >> $(top_builddir)/cscope.files 597 598 distclean-tags: 599 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 600 601 distdir: $(DISTFILES) 602 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 603 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 604 list='$(DISTFILES)'; \ 605 dist_files=`for file in $$list; do echo $$file; done | \ 606 sed -e "s|^$$srcdirstrip/||;t" \ 607 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 608 case $$dist_files in \ 609 */*) $(MKDIR_P) `echo "$$dist_files" | \ 610 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 611 sort -u` ;; \ 612 esac; \ 613 for file in $$dist_files; do \ 614 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 615 if test -d $$d/$$file; then \ 616 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 617 if test -d "$(distdir)/$$file"; then \ 618 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 619 fi; \ 620 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 621 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 622 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 623 fi; \ 624 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 625 else \ 626 test -f "$(distdir)/$$file" \ 627 || cp -p $$d/$$file "$(distdir)/$$file" \ 628 || exit 1; \ 629 fi; \ 630 done 631 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 632 if test "$$subdir" = .; then :; else \ 633 $(am__make_dryrun) \ 634 || test -d "$(distdir)/$$subdir" \ 635 || $(MKDIR_P) "$(distdir)/$$subdir" \ 636 || exit 1; \ 637 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 638 $(am__relativize); \ 639 new_distdir=$$reldir; \ 640 dir1=$$subdir; dir2="$(top_distdir)"; \ 641 $(am__relativize); \ 642 new_top_distdir=$$reldir; \ 643 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 644 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 645 ($(am__cd) $$subdir && \ 646 $(MAKE) $(AM_MAKEFLAGS) \ 647 top_distdir="$$new_top_distdir" \ 648 distdir="$$new_distdir" \ 649 am__remove_distdir=: \ 650 am__skip_length_check=: \ 651 am__skip_mode_fix=: \ 652 distdir) \ 653 || exit 1; \ 654 fi; \ 655 done 656 check-am: all-am 657 check: check-recursive 658 all-am: Makefile 659 installdirs: installdirs-recursive 660 installdirs-am: 661 install: install-recursive 662 install-exec: install-exec-recursive 663 install-data: install-data-recursive 664 uninstall: uninstall-recursive 665 666 install-am: all-am 667 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 668 669 installcheck: installcheck-recursive 670 install-strip: 671 if test -z '$(STRIP)'; then \ 672 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 673 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 674 install; \ 675 else \ 676 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 677 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 678 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 679 fi 680 mostlyclean-generic: 681 682 clean-generic: 683 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 684 685 distclean-generic: 686 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 687 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 688 689 maintainer-clean-generic: 690 @echo "This command is intended for maintainers to use" 691 @echo "it deletes files that may require special tools to rebuild." 692 clean: clean-recursive 693 694 clean-am: clean-generic clean-libtool mostlyclean-am 695 696 distclean: distclean-recursive 697 -rm -f Makefile 698 distclean-am: clean-am distclean-compile distclean-generic \ 699 distclean-tags 700 701 dvi: dvi-recursive 702 703 dvi-am: 704 705 html: html-recursive 706 707 html-am: 708 709 info: info-recursive 710 711 info-am: 712 713 install-data-am: 714 715 install-dvi: install-dvi-recursive 716 717 install-dvi-am: 718 719 install-exec-am: 720 721 install-html: install-html-recursive 722 723 install-html-am: 724 725 install-info: install-info-recursive 726 727 install-info-am: 728 729 install-man: 730 731 install-pdf: install-pdf-recursive 732 733 install-pdf-am: 734 735 install-ps: install-ps-recursive 736 737 install-ps-am: 738 739 installcheck-am: 740 741 maintainer-clean: maintainer-clean-recursive 742 -rm -f Makefile 743 maintainer-clean-am: distclean-am maintainer-clean-generic 744 745 mostlyclean: mostlyclean-recursive 746 747 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 748 mostlyclean-libtool 749 750 pdf: pdf-recursive 751 752 pdf-am: 753 754 ps: ps-recursive 755 756 ps-am: 757 758 uninstall-am: 759 760 .MAKE: $(am__recursive_targets) install-am install-strip 761 762 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 763 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 764 ctags-am distclean distclean-compile distclean-generic \ 765 distclean-libtool distclean-tags distdir dvi dvi-am html \ 766 html-am info info-am install install-am install-data \ 767 install-data-am install-dvi install-dvi-am install-exec \ 768 install-exec-am install-html install-html-am install-info \ 769 install-info-am install-man install-pdf install-pdf-am \ 770 install-ps install-ps-am install-strip installcheck \ 771 installcheck-am installdirs installdirs-am maintainer-clean \ 772 maintainer-clean-generic mostlyclean mostlyclean-compile \ 773 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 774 tags tags-am uninstall uninstall-am 775 776 .PRECIOUS: Makefile 777 778 779 allprogs: $(EXTRA_PROGRAMS) 780 cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs 781 cd expr; $(MAKE) $(AM_MAKEFLAGS) allprogs 782 783 # Tell versions [3.59,3.63) of GNU make to not export all variables. 784 # Otherwise a system limit (for SysV at least) may be exceeded. 785 .NOEXPORT: