Annotation of OpenXM_contrib2/asir2018/engine/Makefile.in, Revision 1.1
1.1 ! noro 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: VPATH = @srcdir@
! 18: am__is_gnu_make = { \
! 19: if test -z '$(MAKELEVEL)'; then \
! 20: false; \
! 21: elif test -n '$(MAKE_HOST)'; then \
! 22: true; \
! 23: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 24: true; \
! 25: else \
! 26: false; \
! 27: fi; \
! 28: }
! 29: am__make_running_with_option = \
! 30: case $${target_option-} in \
! 31: ?) ;; \
! 32: *) echo "am__make_running_with_option: internal error: invalid" \
! 33: "target option '$${target_option-}' specified" >&2; \
! 34: exit 1;; \
! 35: esac; \
! 36: has_opt=no; \
! 37: sane_makeflags=$$MAKEFLAGS; \
! 38: if $(am__is_gnu_make); then \
! 39: sane_makeflags=$$MFLAGS; \
! 40: else \
! 41: case $$MAKEFLAGS in \
! 42: *\\[\ \ ]*) \
! 43: bs=\\; \
! 44: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 45: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 46: esac; \
! 47: fi; \
! 48: skip_next=no; \
! 49: strip_trailopt () \
! 50: { \
! 51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 52: }; \
! 53: for flg in $$sane_makeflags; do \
! 54: test $$skip_next = yes && { skip_next=no; continue; }; \
! 55: case $$flg in \
! 56: *=*|--*) continue;; \
! 57: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 58: -*I?*) strip_trailopt 'I';; \
! 59: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 60: -*O?*) strip_trailopt 'O';; \
! 61: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 62: -*l?*) strip_trailopt 'l';; \
! 63: -[dEDm]) skip_next=yes;; \
! 64: -[JT]) skip_next=yes;; \
! 65: esac; \
! 66: case $$flg in \
! 67: *$$target_option*) has_opt=yes; break;; \
! 68: esac; \
! 69: done; \
! 70: test $$has_opt = yes
! 71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
! 73: pkgdatadir = $(datadir)/@PACKAGE@
! 74: pkgincludedir = $(includedir)/@PACKAGE@
! 75: pkglibdir = $(libdir)/@PACKAGE@
! 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 78: install_sh_DATA = $(install_sh) -c -m 644
! 79: install_sh_PROGRAM = $(install_sh) -c
! 80: install_sh_SCRIPT = $(install_sh) -c
! 81: INSTALL_HEADER = $(INSTALL_DATA)
! 82: transform = $(program_transform_name)
! 83: NORMAL_INSTALL = :
! 84: PRE_INSTALL = :
! 85: POST_INSTALL = :
! 86: NORMAL_UNINSTALL = :
! 87: PRE_UNINSTALL = :
! 88: POST_UNINSTALL = :
! 89: build_triplet = @build@
! 90: host_triplet = @host@
! 91: target_triplet = @target@
! 92: subdir = engine
! 93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
! 95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 96: $(ACLOCAL_M4)
! 97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
! 98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 99: CONFIG_CLEAN_FILES =
! 100: CONFIG_CLEAN_VPATH_FILES =
! 101: LIBRARIES = $(noinst_LIBRARIES)
! 102: AR = ar
! 103: ARFLAGS = cru
! 104: AM_V_AR = $(am__v_AR_@AM_V@)
! 105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
! 106: am__v_AR_0 = @echo " AR " $@;
! 107: am__v_AR_1 =
! 108: libca_a_AR = $(AR) $(ARFLAGS)
! 109: libca_a_LIBADD =
! 110: am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect.$(OBJEXT) \
! 111: str.$(OBJEXT) dist.$(OBJEXT) distm.$(OBJEXT) _distm.$(OBJEXT) \
! 112: ui.$(OBJEXT) N.$(OBJEXT) Q.$(OBJEXT) QM.$(OBJEXT) \
! 113: real.$(OBJEXT) bf.$(OBJEXT) cplx.$(OBJEXT) num.$(OBJEXT) \
! 114: pari.$(OBJEXT) mi.$(OBJEXT) lmi.$(OBJEXT) mt19937.$(OBJEXT) \
! 115: P.$(OBJEXT) PM.$(OBJEXT) PD.$(OBJEXT) PDM.$(OBJEXT) \
! 116: up.$(OBJEXT) up_lm.$(OBJEXT) up_gf2n.$(OBJEXT) up2.$(OBJEXT) \
! 117: gf2n.$(OBJEXT) gfpn.$(OBJEXT) gfs.$(OBJEXT) gfspn.$(OBJEXT) \
! 118: PU.$(OBJEXT) PUM.$(OBJEXT) R.$(OBJEXT) RU.$(OBJEXT) \
! 119: F.$(OBJEXT) D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) \
! 120: EZ.$(OBJEXT) H.$(OBJEXT) M.$(OBJEXT) NEZ.$(OBJEXT) \
! 121: Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) Fgfs.$(OBJEXT) C.$(OBJEXT) \
! 122: A.$(OBJEXT) alg.$(OBJEXT) p-itv.$(OBJEXT) f-itv.$(OBJEXT) \
! 123: d-itv.$(OBJEXT) nd.$(OBJEXT) ndbug.$(OBJEXT) Z.$(OBJEXT) \
! 124: dalg.$(OBJEXT) gmpq.$(OBJEXT)
! 125: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
! 126: AM_V_P = $(am__v_P_@AM_V@)
! 127: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 128: am__v_P_0 = false
! 129: am__v_P_1 = :
! 130: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 131: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 132: am__v_GEN_0 = @echo " GEN " $@;
! 133: am__v_GEN_1 =
! 134: AM_V_at = $(am__v_at_@AM_V@)
! 135: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 136: am__v_at_0 = @
! 137: am__v_at_1 =
! 138: DEFAULT_INCLUDES = -I.@am__isrc@
! 139: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 140: am__depfiles_maybe = depfiles
! 141: am__mv = mv -f
! 142: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 143: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 144: AM_V_CC = $(am__v_CC_@AM_V@)
! 145: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
! 146: am__v_CC_0 = @echo " CC " $@;
! 147: am__v_CC_1 =
! 148: CCLD = $(CC)
! 149: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 150: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
! 151: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
! 152: am__v_CCLD_0 = @echo " CCLD " $@;
! 153: am__v_CCLD_1 =
! 154: SOURCES = $(libca_a_SOURCES)
! 155: DIST_SOURCES = $(libca_a_SOURCES)
! 156: am__can_run_installinfo = \
! 157: case $$AM_UPDATE_INFO_DIR in \
! 158: n|no|NO) false;; \
! 159: *) (install-info --version) >/dev/null 2>&1;; \
! 160: esac
! 161: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 162: # Read a list of newline-separated strings from the standard input,
! 163: # and print each of them once, without duplicates. Input order is
! 164: # *not* preserved.
! 165: am__uniquify_input = $(AWK) '\
! 166: BEGIN { nonempty = 0; } \
! 167: { items[$$0] = 1; nonempty = 1; } \
! 168: END { if (nonempty) { for (i in items) print i; }; } \
! 169: '
! 170: # Make sure the list of sources is unique. This is necessary because,
! 171: # e.g., the same source file might be shared among _SOURCES variables
! 172: # for different programs/libraries.
! 173: am__define_uniq_tagged_files = \
! 174: list='$(am__tagged_files)'; \
! 175: unique=`for i in $$list; do \
! 176: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 177: done | $(am__uniquify_input)`
! 178: ETAGS = etags
! 179: CTAGS = ctags
! 180: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
! 181: $(top_srcdir)/mkinstalldirs
! 182: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 183: ACLOCAL = @ACLOCAL@
! 184: AMTAR = @AMTAR@
! 185: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 186: ASIR_GCLIB = @ASIR_GCLIB@
! 187: AUTOCONF = @AUTOCONF@
! 188: AUTOHEADER = @AUTOHEADER@
! 189: AUTOMAKE = @AUTOMAKE@
! 190: AWK = @AWK@
! 191: CC = @CC@
! 192: CCDEPMODE = @CCDEPMODE@
! 193: CFLAGS = @CFLAGS@
! 194: CPP = @CPP@
! 195: CPPFLAGS = @CPPFLAGS@
! 196: CYGPATH_W = @CYGPATH_W@
! 197: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
! 198: DEPDIR = @DEPDIR@
! 199: ECHO_C = @ECHO_C@
! 200: ECHO_N = @ECHO_N@
! 201: ECHO_T = @ECHO_T@
! 202: EGREP = @EGREP@
! 203: EXEEXT = @EXEEXT@
! 204: FEPLIB = @FEPLIB@
! 205: GC = @GC@
! 206: GCINC = @GCINC@
! 207: GCLIB = @GCLIB@
! 208: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
! 209: GC_DISTDIR = @GC_DISTDIR@
! 210: GMPLIB = @GMPLIB@
! 211: GREP = @GREP@
! 212: INSTALL = @INSTALL@
! 213: INSTALL_DATA = @INSTALL_DATA@
! 214: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 215: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 216: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 217: LAPACKLIB = @LAPACKLIB@
! 218: LDFLAGS = @LDFLAGS@
! 219: LIBOBJS = @LIBOBJS@
! 220: LIBS = @LIBS@
! 221: LN_S = @LN_S@
! 222: LTLIBOBJS = @LTLIBOBJS@
! 223: MAINT = @MAINT@
! 224: MAKEINFO = @MAKEINFO@
! 225: MKDIR_P = @MKDIR_P@
! 226: OBJEXT = @OBJEXT@
! 227: PACKAGE = @PACKAGE@
! 228: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 229: PACKAGE_NAME = @PACKAGE_NAME@
! 230: PACKAGE_STRING = @PACKAGE_STRING@
! 231: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 232: PACKAGE_URL = @PACKAGE_URL@
! 233: PACKAGE_VERSION = @PACKAGE_VERSION@
! 234: PARIINC = @PARIINC@
! 235: PARILIB = @PARILIB@
! 236: PATH_SEPARATOR = @PATH_SEPARATOR@
! 237: RANLIB = @RANLIB@
! 238: SET_MAKE = @SET_MAKE@
! 239: SHELL = @SHELL@
! 240: STRIP = @STRIP@
! 241: USE_GC_SPARC64 = @USE_GC_SPARC64@
! 242: VERSION = @VERSION@
! 243: WSLIB = @WSLIB@
! 244: XMKMF = @XMKMF@
! 245: XPMLIB = @XPMLIB@
! 246: X_CFLAGS = @X_CFLAGS@
! 247: X_EXTRA_LIBS = @X_EXTRA_LIBS@
! 248: X_LIBS = @X_LIBS@
! 249: X_PRE_LIBS = @X_PRE_LIBS@
! 250: YACC = @YACC@
! 251: YFLAGS = @YFLAGS@
! 252: abs_builddir = @abs_builddir@
! 253: abs_srcdir = @abs_srcdir@
! 254: abs_top_builddir = @abs_top_builddir@
! 255: abs_top_srcdir = @abs_top_srcdir@
! 256: ac_ct_CC = @ac_ct_CC@
! 257: am__include = @am__include@
! 258: am__leading_dot = @am__leading_dot@
! 259: am__quote = @am__quote@
! 260: am__tar = @am__tar@
! 261: am__untar = @am__untar@
! 262: asm_obj = @asm_obj@
! 263: bindir = @bindir@
! 264: build = @build@
! 265: build_alias = @build_alias@
! 266: build_cpu = @build_cpu@
! 267: build_os = @build_os@
! 268: build_vendor = @build_vendor@
! 269: builddir = @builddir@
! 270: datadir = @datadir@
! 271: datarootdir = @datarootdir@
! 272: docdir = @docdir@
! 273: dvidir = @dvidir@
! 274: exec_prefix = @exec_prefix@
! 275: host = @host@
! 276: host_alias = @host_alias@
! 277: host_cpu = @host_cpu@
! 278: host_os = @host_os@
! 279: host_vendor = @host_vendor@
! 280: htmldir = @htmldir@
! 281: includedir = @includedir@
! 282: infodir = @infodir@
! 283: install_sh = @install_sh@
! 284: libasir_postfix = @libasir_postfix@
! 285: libdir = @libdir@
! 286: libexecdir = @libexecdir@
! 287: localedir = @localedir@
! 288: localstatedir = @localstatedir@
! 289: mandir = @mandir@
! 290: mkdir_p = @mkdir_p@
! 291: oldincludedir = @oldincludedir@
! 292: pdfdir = @pdfdir@
! 293: prefix = @prefix@
! 294: program_transform_name = @program_transform_name@
! 295: psdir = @psdir@
! 296: sbindir = @sbindir@
! 297: sharedstatedir = @sharedstatedir@
! 298: srcdir = @srcdir@
! 299: sysconfdir = @sysconfdir@
! 300: target = @target@
! 301: target_alias = @target_alias@
! 302: target_cpu = @target_cpu@
! 303: target_os = @target_os@
! 304: target_vendor = @target_vendor@
! 305: top_build_prefix = @top_build_prefix@
! 306: top_builddir = @top_builddir@
! 307: top_srcdir = @top_srcdir@
! 308: asirdir = ${prefix}/lib/asir
! 309: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
! 310: -I${top_srcdir}/gc/include \
! 311: -I${prefix}/include @PARIINC@ @X_CFLAGS@
! 312:
! 313: noinst_LIBRARIES = libca.a
! 314: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
! 315: N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
! 316: P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
! 317: gf2n.c gfpn.c gfs.c gfspn.c \
! 318: PU.c PUM.c R.c RU.c F.c \
! 319: D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
! 320: C.c A.c alg.c p-itv.c f-itv.c d-itv.c nd.c ndbug.c Z.c dalg.c gmpq.c
! 321:
! 322: all: all-am
! 323:
! 324: .SUFFIXES:
! 325: .SUFFIXES: .c .o .obj
! 326: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
! 327: @for dep in $?; do \
! 328: case '$(am__configure_deps)' in \
! 329: *$$dep*) \
! 330: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 331: && { if test -f $@; then exit 0; else break; fi; }; \
! 332: exit 1;; \
! 333: esac; \
! 334: done; \
! 335: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
! 336: $(am__cd) $(top_srcdir) && \
! 337: $(AUTOMAKE) --gnu engine/Makefile
! 338: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 339: @case '$?' in \
! 340: *config.status*) \
! 341: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 342: *) \
! 343: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 344: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 345: esac;
! 346:
! 347: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 348: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 349:
! 350: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 351: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 352: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 353: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 354: $(am__aclocal_m4_deps):
! 355:
! 356: clean-noinstLIBRARIES:
! 357: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! 358:
! 359: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES) $(EXTRA_libca_a_DEPENDENCIES)
! 360: $(AM_V_at)-rm -f libca.a
! 361: $(AM_V_AR)$(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
! 362: $(AM_V_at)$(RANLIB) libca.a
! 363:
! 364: mostlyclean-compile:
! 365: -rm -f *.$(OBJEXT)
! 366:
! 367: distclean-compile:
! 368: -rm -f *.tab.c
! 369:
! 370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
! 371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
! 372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
! 373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
! 374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
! 375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
! 376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
! 377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
! 378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
! 379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
! 380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
! 381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
! 382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
! 383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
! 384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
! 385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
! 386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
! 387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
! 388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
! 389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
! 390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
! 391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
! 392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
! 393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
! 394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
! 395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
! 396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
! 397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
! 398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
! 399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
! 400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
! 401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
! 402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
! 403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
! 404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
! 405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
! 406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
! 407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
! 408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmpq.Po@am__quote@
! 409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
! 410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
! 411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
! 412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
! 413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
! 414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
! 415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
! 416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
! 417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
! 418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
! 419: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
! 420: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
! 421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
! 422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
! 423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
! 424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
! 425: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
! 426: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
! 427:
! 428: .c.o:
! 429: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 430: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 431: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 432: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 433: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 434:
! 435: .c.obj:
! 436: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 437: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 438: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 439: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 440: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 441:
! 442: ID: $(am__tagged_files)
! 443: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 444: tags: tags-am
! 445: TAGS: tags
! 446:
! 447: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 448: set x; \
! 449: here=`pwd`; \
! 450: $(am__define_uniq_tagged_files); \
! 451: shift; \
! 452: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 453: test -n "$$unique" || unique=$$empty_fix; \
! 454: if test $$# -gt 0; then \
! 455: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 456: "$$@" $$unique; \
! 457: else \
! 458: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 459: $$unique; \
! 460: fi; \
! 461: fi
! 462: ctags: ctags-am
! 463:
! 464: CTAGS: ctags
! 465: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 466: $(am__define_uniq_tagged_files); \
! 467: test -z "$(CTAGS_ARGS)$$unique" \
! 468: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 469: $$unique
! 470:
! 471: GTAGS:
! 472: here=`$(am__cd) $(top_builddir) && pwd` \
! 473: && $(am__cd) $(top_srcdir) \
! 474: && gtags -i $(GTAGS_ARGS) "$$here"
! 475: cscopelist: cscopelist-am
! 476:
! 477: cscopelist-am: $(am__tagged_files)
! 478: list='$(am__tagged_files)'; \
! 479: case "$(srcdir)" in \
! 480: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 481: *) sdir=$(subdir)/$(srcdir) ;; \
! 482: esac; \
! 483: for i in $$list; do \
! 484: if test -f "$$i"; then \
! 485: echo "$(subdir)/$$i"; \
! 486: else \
! 487: echo "$$sdir/$$i"; \
! 488: fi; \
! 489: done >> $(top_builddir)/cscope.files
! 490:
! 491: distclean-tags:
! 492: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 493:
! 494: distdir: $(DISTFILES)
! 495: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 496: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 497: list='$(DISTFILES)'; \
! 498: dist_files=`for file in $$list; do echo $$file; done | \
! 499: sed -e "s|^$$srcdirstrip/||;t" \
! 500: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 501: case $$dist_files in \
! 502: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 503: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 504: sort -u` ;; \
! 505: esac; \
! 506: for file in $$dist_files; do \
! 507: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 508: if test -d $$d/$$file; then \
! 509: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 510: if test -d "$(distdir)/$$file"; then \
! 511: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 512: fi; \
! 513: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 514: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 515: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 516: fi; \
! 517: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 518: else \
! 519: test -f "$(distdir)/$$file" \
! 520: || cp -p $$d/$$file "$(distdir)/$$file" \
! 521: || exit 1; \
! 522: fi; \
! 523: done
! 524: check-am: all-am
! 525: check: check-am
! 526: all-am: Makefile $(LIBRARIES)
! 527: installdirs:
! 528: install: install-am
! 529: install-exec: install-exec-am
! 530: install-data: install-data-am
! 531: uninstall: uninstall-am
! 532:
! 533: install-am: all-am
! 534: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 535:
! 536: installcheck: installcheck-am
! 537: install-strip:
! 538: if test -z '$(STRIP)'; then \
! 539: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 540: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 541: install; \
! 542: else \
! 543: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 544: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 545: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 546: fi
! 547: mostlyclean-generic:
! 548:
! 549: clean-generic:
! 550:
! 551: distclean-generic:
! 552: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 553: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 554:
! 555: maintainer-clean-generic:
! 556: @echo "This command is intended for maintainers to use"
! 557: @echo "it deletes files that may require special tools to rebuild."
! 558: clean: clean-am
! 559:
! 560: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
! 561:
! 562: distclean: distclean-am
! 563: -rm -rf ./$(DEPDIR)
! 564: -rm -f Makefile
! 565: distclean-am: clean-am distclean-compile distclean-generic \
! 566: distclean-tags
! 567:
! 568: dvi: dvi-am
! 569:
! 570: dvi-am:
! 571:
! 572: html: html-am
! 573:
! 574: html-am:
! 575:
! 576: info: info-am
! 577:
! 578: info-am:
! 579:
! 580: install-data-am:
! 581:
! 582: install-dvi: install-dvi-am
! 583:
! 584: install-dvi-am:
! 585:
! 586: install-exec-am:
! 587:
! 588: install-html: install-html-am
! 589:
! 590: install-html-am:
! 591:
! 592: install-info: install-info-am
! 593:
! 594: install-info-am:
! 595:
! 596: install-man:
! 597:
! 598: install-pdf: install-pdf-am
! 599:
! 600: install-pdf-am:
! 601:
! 602: install-ps: install-ps-am
! 603:
! 604: install-ps-am:
! 605:
! 606: installcheck-am:
! 607:
! 608: maintainer-clean: maintainer-clean-am
! 609: -rm -rf ./$(DEPDIR)
! 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:
! 617: pdf: pdf-am
! 618:
! 619: pdf-am:
! 620:
! 621: ps: ps-am
! 622:
! 623: ps-am:
! 624:
! 625: uninstall-am:
! 626:
! 627: .MAKE: install-am install-strip
! 628:
! 629: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
! 630: clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
! 631: distclean-compile distclean-generic distclean-tags distdir dvi \
! 632: dvi-am html html-am info info-am install install-am \
! 633: install-data install-data-am install-dvi install-dvi-am \
! 634: install-exec install-exec-am install-html install-html-am \
! 635: install-info install-info-am install-man install-pdf \
! 636: install-pdf-am install-ps install-ps-am install-strip \
! 637: installcheck installcheck-am installdirs maintainer-clean \
! 638: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 639: mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
! 640: uninstall-am
! 641:
! 642: .PRECIOUS: Makefile
! 643:
! 644:
! 645: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 646: # Otherwise a system limit (for SysV at least) may be exceeded.
! 647: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>