Annotation of OpenXM_contrib2/asir2018/builtin/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 = builtin
! 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: libfunc_a_AR = $(AR) $(ARFLAGS)
! 109: libfunc_a_LIBADD =
! 110: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
! 111: cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
! 112: file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
! 113: miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
! 114: print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
! 115: result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
! 116: isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) \
! 117: time.$(OBJEXT) type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) \
! 118: gr.$(OBJEXT) dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
! 119: numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
! 120: sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT) \
! 121: bfaux.$(OBJEXT)
! 122: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
! 123: AM_V_P = $(am__v_P_@AM_V@)
! 124: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 125: am__v_P_0 = false
! 126: am__v_P_1 = :
! 127: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 128: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 129: am__v_GEN_0 = @echo " GEN " $@;
! 130: am__v_GEN_1 =
! 131: AM_V_at = $(am__v_at_@AM_V@)
! 132: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 133: am__v_at_0 = @
! 134: am__v_at_1 =
! 135: DEFAULT_INCLUDES = -I.@am__isrc@
! 136: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 137: am__depfiles_maybe = depfiles
! 138: am__mv = mv -f
! 139: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 140: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 141: AM_V_CC = $(am__v_CC_@AM_V@)
! 142: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
! 143: am__v_CC_0 = @echo " CC " $@;
! 144: am__v_CC_1 =
! 145: CCLD = $(CC)
! 146: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 147: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
! 148: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
! 149: am__v_CCLD_0 = @echo " CCLD " $@;
! 150: am__v_CCLD_1 =
! 151: SOURCES = $(libfunc_a_SOURCES)
! 152: DIST_SOURCES = $(libfunc_a_SOURCES)
! 153: am__can_run_installinfo = \
! 154: case $$AM_UPDATE_INFO_DIR in \
! 155: n|no|NO) false;; \
! 156: *) (install-info --version) >/dev/null 2>&1;; \
! 157: esac
! 158: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 159: # Read a list of newline-separated strings from the standard input,
! 160: # and print each of them once, without duplicates. Input order is
! 161: # *not* preserved.
! 162: am__uniquify_input = $(AWK) '\
! 163: BEGIN { nonempty = 0; } \
! 164: { items[$$0] = 1; nonempty = 1; } \
! 165: END { if (nonempty) { for (i in items) print i; }; } \
! 166: '
! 167: # Make sure the list of sources is unique. This is necessary because,
! 168: # e.g., the same source file might be shared among _SOURCES variables
! 169: # for different programs/libraries.
! 170: am__define_uniq_tagged_files = \
! 171: list='$(am__tagged_files)'; \
! 172: unique=`for i in $$list; do \
! 173: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 174: done | $(am__uniquify_input)`
! 175: ETAGS = etags
! 176: CTAGS = ctags
! 177: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
! 178: $(top_srcdir)/mkinstalldirs
! 179: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 180: ACLOCAL = @ACLOCAL@
! 181: AMTAR = @AMTAR@
! 182: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 183: ASIR_GCLIB = @ASIR_GCLIB@
! 184: AUTOCONF = @AUTOCONF@
! 185: AUTOHEADER = @AUTOHEADER@
! 186: AUTOMAKE = @AUTOMAKE@
! 187: AWK = @AWK@
! 188: CC = @CC@
! 189: CCDEPMODE = @CCDEPMODE@
! 190: CFLAGS = @CFLAGS@
! 191: CPP = @CPP@
! 192: CPPFLAGS = @CPPFLAGS@
! 193: CYGPATH_W = @CYGPATH_W@
! 194: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
! 195: DEPDIR = @DEPDIR@
! 196: ECHO_C = @ECHO_C@
! 197: ECHO_N = @ECHO_N@
! 198: ECHO_T = @ECHO_T@
! 199: EGREP = @EGREP@
! 200: EXEEXT = @EXEEXT@
! 201: FEPLIB = @FEPLIB@
! 202: GC = @GC@
! 203: GCINC = @GCINC@
! 204: GCLIB = @GCLIB@
! 205: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
! 206: GC_DISTDIR = @GC_DISTDIR@
! 207: GMPLIB = @GMPLIB@
! 208: GREP = @GREP@
! 209: INSTALL = @INSTALL@
! 210: INSTALL_DATA = @INSTALL_DATA@
! 211: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 212: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 213: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 214: LAPACKLIB = @LAPACKLIB@
! 215: LDFLAGS = @LDFLAGS@
! 216: LIBOBJS = @LIBOBJS@
! 217: LIBS = @LIBS@
! 218: LN_S = @LN_S@
! 219: LTLIBOBJS = @LTLIBOBJS@
! 220: MAINT = @MAINT@
! 221: MAKEINFO = @MAKEINFO@
! 222: MKDIR_P = @MKDIR_P@
! 223: OBJEXT = @OBJEXT@
! 224: PACKAGE = @PACKAGE@
! 225: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 226: PACKAGE_NAME = @PACKAGE_NAME@
! 227: PACKAGE_STRING = @PACKAGE_STRING@
! 228: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 229: PACKAGE_URL = @PACKAGE_URL@
! 230: PACKAGE_VERSION = @PACKAGE_VERSION@
! 231: PARIINC = @PARIINC@
! 232: PARILIB = @PARILIB@
! 233: PATH_SEPARATOR = @PATH_SEPARATOR@
! 234: RANLIB = @RANLIB@
! 235: SET_MAKE = @SET_MAKE@
! 236: SHELL = @SHELL@
! 237: STRIP = @STRIP@
! 238: USE_GC_SPARC64 = @USE_GC_SPARC64@
! 239: VERSION = @VERSION@
! 240: WSLIB = @WSLIB@
! 241: XMKMF = @XMKMF@
! 242: XPMLIB = @XPMLIB@
! 243: X_CFLAGS = @X_CFLAGS@
! 244: X_EXTRA_LIBS = @X_EXTRA_LIBS@
! 245: X_LIBS = @X_LIBS@
! 246: X_PRE_LIBS = @X_PRE_LIBS@
! 247: YACC = @YACC@
! 248: YFLAGS = @YFLAGS@
! 249: abs_builddir = @abs_builddir@
! 250: abs_srcdir = @abs_srcdir@
! 251: abs_top_builddir = @abs_top_builddir@
! 252: abs_top_srcdir = @abs_top_srcdir@
! 253: ac_ct_CC = @ac_ct_CC@
! 254: am__include = @am__include@
! 255: am__leading_dot = @am__leading_dot@
! 256: am__quote = @am__quote@
! 257: am__tar = @am__tar@
! 258: am__untar = @am__untar@
! 259: asm_obj = @asm_obj@
! 260: bindir = @bindir@
! 261: build = @build@
! 262: build_alias = @build_alias@
! 263: build_cpu = @build_cpu@
! 264: build_os = @build_os@
! 265: build_vendor = @build_vendor@
! 266: builddir = @builddir@
! 267: datadir = @datadir@
! 268: datarootdir = @datarootdir@
! 269: docdir = @docdir@
! 270: dvidir = @dvidir@
! 271: exec_prefix = @exec_prefix@
! 272: host = @host@
! 273: host_alias = @host_alias@
! 274: host_cpu = @host_cpu@
! 275: host_os = @host_os@
! 276: host_vendor = @host_vendor@
! 277: htmldir = @htmldir@
! 278: includedir = @includedir@
! 279: infodir = @infodir@
! 280: install_sh = @install_sh@
! 281: libasir_postfix = @libasir_postfix@
! 282: libdir = @libdir@
! 283: libexecdir = @libexecdir@
! 284: localedir = @localedir@
! 285: localstatedir = @localstatedir@
! 286: mandir = @mandir@
! 287: mkdir_p = @mkdir_p@
! 288: oldincludedir = @oldincludedir@
! 289: pdfdir = @pdfdir@
! 290: prefix = @prefix@
! 291: program_transform_name = @program_transform_name@
! 292: psdir = @psdir@
! 293: sbindir = @sbindir@
! 294: sharedstatedir = @sharedstatedir@
! 295: srcdir = @srcdir@
! 296: sysconfdir = @sysconfdir@
! 297: target = @target@
! 298: target_alias = @target_alias@
! 299: target_cpu = @target_cpu@
! 300: target_os = @target_os@
! 301: target_vendor = @target_vendor@
! 302: top_build_prefix = @top_build_prefix@
! 303: top_builddir = @top_builddir@
! 304: top_srcdir = @top_srcdir@
! 305: asirdir = ${prefix}/lib/asir
! 306: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
! 307: -I${top_srcdir}/gc/include \
! 308: -I${prefix}/include @PARIINC@ @X_CFLAGS@
! 309:
! 310: noinst_LIBRARIES = libfunc.a
! 311: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
! 312: fctr.c file.c help.c int.c list.c miscf.c \
! 313: parif.c poly.c pdiv.c print.c pf.c \
! 314: rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
! 315: strobj.c subst.c time.c type.c var.c compobj.c \
! 316: gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
! 317: batch.c sha1.c user.c round.c iarray.c bfaux.c
! 318:
! 319: all: all-am
! 320:
! 321: .SUFFIXES:
! 322: .SUFFIXES: .c .o .obj
! 323: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
! 324: @for dep in $?; do \
! 325: case '$(am__configure_deps)' in \
! 326: *$$dep*) \
! 327: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 328: && { if test -f $@; then exit 0; else break; fi; }; \
! 329: exit 1;; \
! 330: esac; \
! 331: done; \
! 332: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu builtin/Makefile'; \
! 333: $(am__cd) $(top_srcdir) && \
! 334: $(AUTOMAKE) --gnu builtin/Makefile
! 335: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 336: @case '$?' in \
! 337: *config.status*) \
! 338: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 339: *) \
! 340: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 341: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 342: esac;
! 343:
! 344: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 345: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 346:
! 347: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 348: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 349: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 350: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 351: $(am__aclocal_m4_deps):
! 352:
! 353: clean-noinstLIBRARIES:
! 354: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! 355:
! 356: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES) $(EXTRA_libfunc_a_DEPENDENCIES)
! 357: $(AM_V_at)-rm -f libfunc.a
! 358: $(AM_V_AR)$(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
! 359: $(AM_V_at)$(RANLIB) libfunc.a
! 360:
! 361: mostlyclean-compile:
! 362: -rm -f *.$(OBJEXT)
! 363:
! 364: distclean-compile:
! 365: -rm -f *.tab.c
! 366:
! 367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/al.Po@am__quote@
! 368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algnum.Po@am__quote@
! 369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
! 370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/batch.Po@am__quote@
! 371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfaux.Po@am__quote@
! 372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compobj.Po@am__quote@
! 373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplxnum.Po@am__quote@
! 374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrl.Po@am__quote@
! 375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp-supp.Po@am__quote@
! 376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp.Po@am__quote@
! 377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ec.Po@am__quote@
! 378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fctr.Po@am__quote@
! 379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
! 380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftab.Po@am__quote@
! 381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf.Po@am__quote@
! 382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gr.Po@am__quote@
! 383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
! 384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iarray.Po@am__quote@
! 385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
! 386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolv.Po@am__quote@
! 387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itvnum.Po@am__quote@
! 388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
! 389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
! 390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mattran.Po@am__quote@
! 391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscf.Po@am__quote@
! 392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numerical.Po@am__quote@
! 393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parif.Po@am__quote@
! 394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdiv.Po@am__quote@
! 395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
! 396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poly.Po@am__quote@
! 397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
! 398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rat.Po@am__quote@
! 399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduct.Po@am__quote@
! 400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
! 401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
! 402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
! 403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobj.Po@am__quote@
! 404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
! 405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
! 406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type.Po@am__quote@
! 407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
! 408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var.Po@am__quote@
! 409:
! 410: .c.o:
! 411: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 412: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 413: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 414: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 415: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 416:
! 417: .c.obj:
! 418: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 419: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 420: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 421: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 422: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 423:
! 424: ID: $(am__tagged_files)
! 425: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 426: tags: tags-am
! 427: TAGS: tags
! 428:
! 429: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 430: set x; \
! 431: here=`pwd`; \
! 432: $(am__define_uniq_tagged_files); \
! 433: shift; \
! 434: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 435: test -n "$$unique" || unique=$$empty_fix; \
! 436: if test $$# -gt 0; then \
! 437: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 438: "$$@" $$unique; \
! 439: else \
! 440: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 441: $$unique; \
! 442: fi; \
! 443: fi
! 444: ctags: ctags-am
! 445:
! 446: CTAGS: ctags
! 447: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 448: $(am__define_uniq_tagged_files); \
! 449: test -z "$(CTAGS_ARGS)$$unique" \
! 450: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 451: $$unique
! 452:
! 453: GTAGS:
! 454: here=`$(am__cd) $(top_builddir) && pwd` \
! 455: && $(am__cd) $(top_srcdir) \
! 456: && gtags -i $(GTAGS_ARGS) "$$here"
! 457: cscopelist: cscopelist-am
! 458:
! 459: cscopelist-am: $(am__tagged_files)
! 460: list='$(am__tagged_files)'; \
! 461: case "$(srcdir)" in \
! 462: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 463: *) sdir=$(subdir)/$(srcdir) ;; \
! 464: esac; \
! 465: for i in $$list; do \
! 466: if test -f "$$i"; then \
! 467: echo "$(subdir)/$$i"; \
! 468: else \
! 469: echo "$$sdir/$$i"; \
! 470: fi; \
! 471: done >> $(top_builddir)/cscope.files
! 472:
! 473: distclean-tags:
! 474: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 475:
! 476: distdir: $(DISTFILES)
! 477: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 478: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 479: list='$(DISTFILES)'; \
! 480: dist_files=`for file in $$list; do echo $$file; done | \
! 481: sed -e "s|^$$srcdirstrip/||;t" \
! 482: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 483: case $$dist_files in \
! 484: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 485: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 486: sort -u` ;; \
! 487: esac; \
! 488: for file in $$dist_files; do \
! 489: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 490: if test -d $$d/$$file; then \
! 491: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 492: if test -d "$(distdir)/$$file"; then \
! 493: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 494: fi; \
! 495: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 496: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 497: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 498: fi; \
! 499: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 500: else \
! 501: test -f "$(distdir)/$$file" \
! 502: || cp -p $$d/$$file "$(distdir)/$$file" \
! 503: || exit 1; \
! 504: fi; \
! 505: done
! 506: check-am: all-am
! 507: check: check-am
! 508: all-am: Makefile $(LIBRARIES)
! 509: installdirs:
! 510: install: install-am
! 511: install-exec: install-exec-am
! 512: install-data: install-data-am
! 513: uninstall: uninstall-am
! 514:
! 515: install-am: all-am
! 516: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 517:
! 518: installcheck: installcheck-am
! 519: install-strip:
! 520: if test -z '$(STRIP)'; then \
! 521: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 522: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 523: install; \
! 524: else \
! 525: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 526: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 527: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 528: fi
! 529: mostlyclean-generic:
! 530:
! 531: clean-generic:
! 532:
! 533: distclean-generic:
! 534: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 535: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 536:
! 537: maintainer-clean-generic:
! 538: @echo "This command is intended for maintainers to use"
! 539: @echo "it deletes files that may require special tools to rebuild."
! 540: clean: clean-am
! 541:
! 542: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
! 543:
! 544: distclean: distclean-am
! 545: -rm -rf ./$(DEPDIR)
! 546: -rm -f Makefile
! 547: distclean-am: clean-am distclean-compile distclean-generic \
! 548: distclean-tags
! 549:
! 550: dvi: dvi-am
! 551:
! 552: dvi-am:
! 553:
! 554: html: html-am
! 555:
! 556: html-am:
! 557:
! 558: info: info-am
! 559:
! 560: info-am:
! 561:
! 562: install-data-am:
! 563:
! 564: install-dvi: install-dvi-am
! 565:
! 566: install-dvi-am:
! 567:
! 568: install-exec-am:
! 569:
! 570: install-html: install-html-am
! 571:
! 572: install-html-am:
! 573:
! 574: install-info: install-info-am
! 575:
! 576: install-info-am:
! 577:
! 578: install-man:
! 579:
! 580: install-pdf: install-pdf-am
! 581:
! 582: install-pdf-am:
! 583:
! 584: install-ps: install-ps-am
! 585:
! 586: install-ps-am:
! 587:
! 588: installcheck-am:
! 589:
! 590: maintainer-clean: maintainer-clean-am
! 591: -rm -rf ./$(DEPDIR)
! 592: -rm -f Makefile
! 593: maintainer-clean-am: distclean-am maintainer-clean-generic
! 594:
! 595: mostlyclean: mostlyclean-am
! 596:
! 597: mostlyclean-am: mostlyclean-compile mostlyclean-generic
! 598:
! 599: pdf: pdf-am
! 600:
! 601: pdf-am:
! 602:
! 603: ps: ps-am
! 604:
! 605: ps-am:
! 606:
! 607: uninstall-am:
! 608:
! 609: .MAKE: install-am install-strip
! 610:
! 611: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
! 612: clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
! 613: distclean-compile distclean-generic distclean-tags distdir dvi \
! 614: dvi-am html html-am info info-am install install-am \
! 615: install-data install-data-am install-dvi install-dvi-am \
! 616: install-exec install-exec-am install-html install-html-am \
! 617: install-info install-info-am install-man install-pdf \
! 618: install-pdf-am install-ps install-ps-am install-strip \
! 619: installcheck installcheck-am installdirs maintainer-clean \
! 620: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 621: mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
! 622: uninstall-am
! 623:
! 624: .PRECIOUS: Makefile
! 625:
! 626:
! 627: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 628: # Otherwise a system limit (for SysV at least) may be exceeded.
! 629: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>